Popularity
4.8
Growing
Activity
0.0
Stable
443
28
40

Description

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:

Code Quality Rank: L3
Programming language: PHP
License: MIT License
Tags: Asset Management    
Latest version: v1.0.0-beta9

Puli alternatives and similar libraries

Based on the "Asset Management" category.
Alternatively, view Puli alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Puli or a related project?

Add another 'Asset Management' Library

README

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 [email protected] or shout out to @webmozart on Twitter.

License

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


*Note that all licence references and agreements mentioned in the Puli README section above are relevant to that project's source code only.