puli/symfony-bridge

Integrates the Puli library with the Symfony components.

1.0.0-beta4 2016-01-14 12:47 UTC

This package is auto-updated.

Last update: 2024-04-07 23:51:13 UTC


README

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

Latest release: 1.0.0-beta4

PHP >= 5.3.9

This bridge provides a file locator for the Symfony Config component that locates configuration files using a Puli repository. With this locator, you can refer from one configuration file to another via its Puli path:

# routing.yml
_acme_demo:
    resource: /acme/demo-bundle/config/routing.yml

Read Puli at a Glance if you want to learn more about Puli.

Authors

Installation/Documentation

Follow the guide Locating Config Files with Puli to install the locator in your project. This guide will tell you all you need to know to use the locator.

Contribute

Contributions to are very 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.