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.
0.4.0
2023-08-09 16:20 UTC
Requires
- php: >=7.4
- psr/simple-cache: ^1.0
Requires (Dev)
- ext-memcached: *
- phpstan/phpstan: ^1.4
- phpunit/phpunit: ^9.5
- predis/predis: ^2.2
Suggests
- ext-memcached: If using the memcached adapter
- predis/predis: If using redis
This package is auto-updated.
Last update: 2023-09-09 16:30:15 UTC
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