cyrill / sucre-cache
SucreCache provides common cache interface. APC, memcache, etc.
dev-master
2013-06-20 07:22 UTC
Requires
- php: >=5.3.3
Requires (Dev)
- phpunit/phpunit: >=3.7.0
Suggests
- ext-apc: >=3.1.4
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-07 23:35:40 UTC
README
SucreCache provides common cache interface. APC, memcache, etc.
Installation
Composer
Download the composer.phar.
And Install sucre-cache automatically.
curl -s http://getcomposer.org/installer | php ./composer.phar require 'cyrill/sucre-cache' '*'
Usage
<?php reqire __DIR__.'/composer/autoload.php'; // Good Luck!
License
MIT License