cache/integration-tests dependents (87) Order by: name | downloads Show: all | require | require-dev
-
PHP
doctrine/cache
PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.
-
-
-
-
PHP
zendframework/zend-cache
Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output
Abandoned! See laminas/laminas-cache
-
PHP
cache/array-adapter
A PSR-6 cache implementation using a php array. This implementation supports tags
-
PHP
cache/filesystem-adapter
A PSR-6 cache implementation using filesystem. This implementation supports tags
-
-
-
-
PHP
cache/redis-adapter
A PSR-6 cache implementation using Redis (PhpRedis). This implementation supports tags
-
PHP
desarrolla2/cache
Provides an cache interface for several adapters Apc, Apcu, File, Mongo, Memcache, Memcached, Mysql, Mongo, Redis is supported.
-
PHP
cache/predis-adapter
A PSR-6 cache implementation using Redis (Predis). This implementation supports tags
-
-
PHP
cache/simple-cache-bridge
A PSR-6 bridge to PSR-16. This will make any PSR-6 cache compatible with SimpleCache.