Libraries tagged by psr6
cache/taggable-cache
2264379 Downloads
Add tag support to your PSR-6 cache implementation
cache/integration-tests
2703370 Downloads
Integration tests for PSR-6 and PSR-16 cache implementations
cache/cache
2544804 Downloads
Library of all the php-cache adapters
psr-discovery/discovery
3418823 Downloads
Lightweight library that discovers available PSR implementations by searching for a list of well-known classes that implement the relevant interfaces, and returning an instance of the first one that is found.
psr-discovery/cache-implementations
3365699 Downloads
Lightweight library that discovers available PSR-6 Cache implementations by searching for a list of well-known classes that implement the relevant interface, and returns an instance of the first one that is found.
psr-discovery/all
3361592 Downloads
Lightweight library that discovers available PSR implementations by searching for a list of well-known classes that implement the relevant interface, and returns an instance of the first one that is found.
madewithlove/illuminate-psr-cache-bridge
1388926 Downloads
cache/simple-cache-bridge
2062389 Downloads
A PSR-6 bridge to PSR-16. This will make any PSR-6 cache compatible with SimpleCache.
cache/redis-adapter
2948582 Downloads
A PSR-6 cache implementation using Redis (PhpRedis). This implementation supports tags
cache/predis-adapter
2231272 Downloads
A PSR-6 cache implementation using Redis (Predis). This implementation supports tags
cache/memcached-adapter
1560214 Downloads
A PSR-6 cache implementation using Memcached. This implementation supports tags
cache/apcu-adapter
2170657 Downloads
A PSR-6 cache implementation using apcu. This implementation supports tags
apix/cache
502885 Downloads
A thin PSR-6 cache wrapper with a generic interface to various caching backends emphasising cache taggging and indexing to Redis, Memcached, PDO/SQL, APC and other adapters.
zendframework/zend-cache
10833295 Downloads
Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output
contributte/psr6-caching
264915 Downloads
PSR-6 (Caching Interface) adapter for Nette Caching