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:
Puli alternatives and similar libraries
Based on the "Asset Management" category.
Alternatively, view Puli alternatives based on common mentions on social networks and blogs.
-
BookmarkletGen
PHP class to generate bookmarklets from Javascript code
Static code analysis for 29 languages.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Puli or a related project?
Popular Comparisons
README
The Puli Repository Component
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!
- Report any bugs or issues you find on the issue tracker.
- You can grab the source code at Puli’s Git repository.
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.