endeveit / cache
Simple caching library with support for tags.
Installs: 10 447
Dependents: 1
Suggesters: 0
Security: 0
Stars: 16
Watchers: 2
Forks: 4
Open Issues: 4
Requires
- php: >=5.3
Requires (Dev)
- phpunit/phpunit: ~4.0
- predis/predis: >=1.0
- satooshi/php-coveralls: ~0.6
- squizlabs/php_codesniffer: 1.*
Suggests
- ext-apc: Allow using APC driver
- ext-memcache: Allow using Memcache driver
- ext-memcached: Allow using Memcached driver
- ext-phpredis: Allow using Redis driver
- ext-xcache: Allow using XCache driver
- predis/predis: Allow using Predis driver
This package is not auto-updated.
Last update: 2024-12-21 12:56:55 UTC
README
Simple caching library with support for tags.
Requirements
- PHP 5.3 and up
- PSR-4 autoloading
Storages
Documentation
Some docs are in the «documentation» directory.
There is also a simple wiki here.