Libraries tagged by psr6
cache/integration-tests
2853360 Downloads
Integration tests for PSR-6 and PSR-16 cache implementations
cache/cache
2574183 Downloads
Library of all the php-cache adapters
psr-discovery/discovery
4575451 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
4469740 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
4464430 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
1406192 Downloads
cache/simple-cache-bridge
2291174 Downloads
A PSR-6 bridge to PSR-16. This will make any PSR-6 cache compatible with SimpleCache.
cache/redis-adapter
3183509 Downloads
A PSR-6 cache implementation using Redis (PhpRedis). This implementation supports tags
cache/predis-adapter
2326768 Downloads
A PSR-6 cache implementation using Redis (Predis). This implementation supports tags
cache/apcu-adapter
2362166 Downloads
A PSR-6 cache implementation using apcu. This implementation supports tags
contributte/psr6-caching
420064 Downloads
PSR-6 (Caching Interface) adapter for Nette Caching
rikudou/psr6-dynamo-db-bundle
50102 Downloads
PSR-6 and PSR-16 cache implementation using AWS DynamoDB for Symfony
divineomega/do-file-cache-psr-6
1718571 Downloads
PSR-6 adapter for DO File Cache
cache/psr-6-doctrine-bridge
936055 Downloads
PSR-6 Doctrine bridge
cache/taggable-cache
2303227 Downloads
Add tag support to your PSR-6 cache implementation