Julio Montoya 5836fa5f19 Updating vendors 11 жил өмнө
..
src 5836fa5f19 Updating vendors 11 жил өмнө
tests 5836fa5f19 Updating vendors 11 жил өмнө
.travis.yml 5836fa5f19 Updating vendors 11 жил өмнө
LICENSE 5836fa5f19 Updating vendors 11 жил өмнө
README.md 5836fa5f19 Updating vendors 11 жил өмнө
composer.json 5836fa5f19 Updating vendors 11 жил өмнө
composer.lock 5836fa5f19 Updating vendors 11 жил өмнө
phpunit.xml.dist 5836fa5f19 Updating vendors 11 жил өмнө

README.md

#Silex Filesystem Service Provider

Build Status

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