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.1.0
2025-12-17 16:34 UTC
Requires
- php: >=8.3
- psr/simple-cache: ^3.0
Requires (Dev)
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^12.5
- predis/predis: ^2.2
- rector/rector: ^2.2
Suggests
- 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