bt51 / gaufrette-serviceprovider
Gaufrette service provider for silex
Installs: 5 078
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 1
Open Issues: 0
Requires
- php: >=5.3.2
- knplabs/gaufrette: 0.1.x
Requires (Dev)
- silex/silex: 1.0.x-dev
This package is not auto-updated.
Last update: 2024-10-26 14:56:18 UTC
README
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