Libraries tagged by psr6
cache/cache
2612702 Downloads
Library of all the php-cache adapters
psr-discovery/discovery
5885811 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
5721212 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
5714595 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
1426193 Downloads
cache/simple-cache-bridge
2614732 Downloads
A PSR-6 bridge to PSR-16. This will make any PSR-6 cache compatible with SimpleCache.
cache/redis-adapter
3465360 Downloads
A PSR-6 cache implementation using Redis (PhpRedis). This implementation supports tags
cache/predis-adapter
2426119 Downloads
A PSR-6 cache implementation using Redis (Predis). This implementation supports tags
cache/memcached-adapter
1753481 Downloads
A PSR-6 cache implementation using Memcached. This implementation supports tags
cache/doctrine-adapter
870346 Downloads
A PSR-6 cache implementation using Doctrine. This implementation supports tags
cache/apcu-adapter
2610378 Downloads
A PSR-6 cache implementation using apcu. This implementation supports tags
zendframework/zend-cache
11245640 Downloads
Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output
contributte/psr6-caching
551552 Downloads
PSR-6 (Caching Interface) adapter for Nette Caching
rikudou/psr6-dynamo-db-bundle
64276 Downloads
PSR-6 and PSR-16 cache implementation using AWS DynamoDB for Symfony
divineomega/do-file-cache-psr-6
1780476 Downloads
PSR-6 adapter for DO File Cache