Download the PHP package bt51/gaufrette-serviceprovider without Composer
On this page you can find all versions of the php package bt51/gaufrette-serviceprovider. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bt51/gaufrette-serviceprovider
More information about bt51/gaufrette-serviceprovider
Files in bt51/gaufrette-serviceprovider
Download bt51/gaufrette-serviceprovider
More information about bt51/gaufrette-serviceprovider
Files in bt51/gaufrette-serviceprovider
Vendor bt51
Package gaufrette-serviceprovider
Short Description Gaufrette service provider for silex
License MIT
Homepage https://github.com/bt51/GaufretteServiceProvider
Package gaufrette-serviceprovider
Short Description Gaufrette service provider for silex
License MIT
Homepage https://github.com/bt51/GaufretteServiceProvider
Please rate this library. Is it a good library?
Informations about the package gaufrette-serviceprovider
GaufretteServiceProvider
The GaufretteServiceProvider provides the "Gaufrette" library for silex.
Installation
Create a composer.json your project
{
"require": {
"bt51/gaufrette-serviceprovider": "dev-master"
}
}
Read more on composer here: http://getcomposer.org
Parameters
- gaufrette.adapter.class: The filesystem adapter to use
- gaufrette.adapter.cache.class: The cache adapter to use
- gaufrette.cache.options: An array of options to pass to the cache adapter class
- gaufrette.cache.ttl: The ttl (in seconds) for the cache. Defaults to 0
- gaufrette.options: An array of options to pass to the adapter class
Services
- gaufrette.filesystem: Instance of Gaufrette\Filesystem
- gaufrette.cache: Instance of Gaufrette\Adapter\Cache if cache adapter parameter is provided
- gaufrette.adapter: Instance of Gaufrette\Adapter{gaufrette.adapter.class}
- gaufrette.adapter.cache: Instance of Gaufrette\Adapter{gaufrette.adapter.cache.class} if provided
Registering
See the example/ directory to see how to register the service
License
MIT
All versions of gaufrette-serviceprovider with dependencies
PHP Build Version
Package Version
The package bt51/gaufrette-serviceprovider contains the following files
Loading the files please wait ....