vespula / simple-cache
A PSR-16 implementation for very simple caching. Nothing fancy. Just dead-simple caching. Adapters include None, Sql (via PDO), Memcached, and File.
1.0.0
2024-05-14 18:49 UTC
Requires
- php: >=8.1
- psr/simple-cache: ^3.0
Requires (Dev)
- phpstan/phpstan: ^1.11
- phpunit/phpunit: ^10.5
- predis/predis: ^2.2
Suggests
- ext-memcached: If using the memcached adapter
- predis/predis: If using redis
README
This is a simple, flexible PSR-16 compliant simple-cache implementation for PHP.
Adapters include File, Sql, Memcached, and None
Documentation is here: https://vespula.bitbucket.io/cache/
Basic interface for PSR-16 is here: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-16-simple-cache.md