repository

A filesystem-like repository for storing arbitrary resources.

  • 所有者: puli/repository
  • 平台:
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

The Puli Repository Component

Build Status
Build status
Scrutinizer Code Quality
Latest Stable Version
Total Downloads
Dependency Status

Latest release: 1.0.0-beta10

PHP >= 5.3.9

The Puli Repository Component provides an API for storing arbitrary resources
in a filesystem-like repository:

use Puli\Repository\InMemoryRepository;
use Puli\Repository\Resource\DirectoryResource;

$repo = new InMemoryRepository();
$repo->add('/config', new DirectoryResource('/path/to/resources/config'));

// /path/to/resources/config/routing.yml
echo $repo->get('/config/routing.yml')->getBody();

The following ResourceRepository implementations are currently supported:

The following Resource implementations are currently supported:

Authors

Installation

Follow the [Getting Started] guide to install Puli in your project.

Documentation

Read the Puli Documentation to learn more about Puli.

Contribute

Contributions to Puli are always welcome!

Support

If you are having problems, send a mail to bschussek@gmail.com or shout out to
@webmozart on Twitter.

License

All contents of this package are licensed under the MIT license.

主要指標

概覽
名稱與所有者puli/repository
主編程語言PHP
編程語言PHP (語言數: 1)
平台
許可證MIT License
所有者活动
創建於2014-01-31 11:14:13
推送於2017-05-10 00:07:43
最后一次提交2016-08-15 17:36:27
發布數14
最新版本名稱1.0.0-beta10 (發布於 )
第一版名稱1.0.0-alpha1 (發布於 )
用户参与
星數444
關注者數26
派生數41
提交數623
已啟用問題?
問題數0
打開的問題數0
拉請求數64
打開的拉請求數2
關閉的拉請求數14
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?