Julio Montoya 5836fa5f19 Updating vendors | %!s(int64=11) %!d(string=hai) anos | |
---|---|---|
.. | ||
src | %!s(int64=11) %!d(string=hai) anos | |
tests | %!s(int64=11) %!d(string=hai) anos | |
.travis.yml | %!s(int64=11) %!d(string=hai) anos | |
LICENSE | %!s(int64=11) %!d(string=hai) anos | |
README.md | %!s(int64=11) %!d(string=hai) anos | |
composer.json | %!s(int64=11) %!d(string=hai) anos | |
composer.lock | %!s(int64=11) %!d(string=hai) anos | |
phpunit.xml.dist | %!s(int64=11) %!d(string=hai) anos |
#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