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