Julio Montoya 5836fa5f19 Updating vendors | il y a 11 ans | |
---|---|---|
.. | ||
src | il y a 11 ans | |
tests | il y a 11 ans | |
.travis.yml | il y a 11 ans | |
LICENSE | il y a 11 ans | |
README.md | il y a 11 ans | |
composer.json | il y a 11 ans | |
composer.lock | il y a 11 ans | |
phpunit.xml.dist | il y a 11 ans |
#Silex Filesystem Service Provider
This is a Silex Service Provider for Symfony Filesystem Component.
##Installation
Add it using composer :
{
"require": {
"neutron/silex-filesystem-provider": "dev-master"
}
}
##Usage
use Silex\Application;
use Neutron\Silex\Provider\FilesystemServiceProvider;
$app = new Application();
$app->register(new FilesystemServiceProvider());
##License
This is released under the MIT license