Julio Montoya 5836fa5f19 Updating vendors | há 11 anos atrás | |
---|---|---|
.. | ||
src | há 11 anos atrás | |
tests | há 11 anos atrás | |
.travis.yml | há 11 anos atrás | |
LICENSE | há 11 anos atrás | |
README.md | há 11 anos atrás | |
composer.json | há 11 anos atrás | |
composer.lock | há 11 anos atrás | |
phpunit.xml.dist | há 11 anos atrás |
#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