![]() |
12 years ago | |
---|---|---|
.. | ||
src/Neutron/Silex/Provider | 12 years ago | |
tests/src/Neutron/Silex/Provider/Tests | 12 years ago | |
.travis.yml | 12 years ago | |
LICENSE | 12 years ago | |
README.md | 12 years ago | |
composer.json | 12 years ago | |
composer.lock | 12 years ago | |
phpunit.xml.dist | 12 years ago |
README.md
#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