Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/vendor/neutron/silex-filesystem-provider
Julio Montoya 5836fa5f19 Updating vendors 12 years ago
..
src/Neutron/Silex/Provider Updating vendors 12 years ago
tests/src/Neutron/Silex/Provider/Tests Updating vendors 12 years ago
.travis.yml Updating vendors 12 years ago
LICENSE Updating vendors 12 years ago
README.md Updating vendors 12 years ago
composer.json Updating vendors 12 years ago
composer.lock Updating vendors 12 years ago
phpunit.xml.dist Updating vendors 12 years ago

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