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?
已存档?
是复刻?
已锁定?
是镜像?
是私有?