Libraries tagged by psr6
beste/in-memory-cache
5116509 Downloads
A PSR-6 In-Memory cache that can be used as a fallback implementation and/or in tests.
zendframework/zend-cache
11159738 Downloads
Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output
cache/taggable-cache
2336058 Downloads
Add tag support to your PSR-6 cache implementation
cache/integration-tests
2969420 Downloads
Integration tests for PSR-6 and PSR-16 cache implementations
cache/cache
2595622 Downloads
Library of all the php-cache adapters
psr-discovery/discovery
5315772 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
5177149 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
5171152 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
1417973 Downloads
cache/void-adapter
2825538 Downloads
A PSR-6 cache implementation using Void. This implementation supports tags
cache/predis-adapter
2382516 Downloads
A PSR-6 cache implementation using Redis (Predis). This implementation supports tags
cache/memcached-adapter
1706516 Downloads
A PSR-6 cache implementation using Memcached. This implementation supports tags
cache/doctrine-adapter
808507 Downloads
A PSR-6 cache implementation using Doctrine. This implementation supports tags
cache/apcu-adapter
2498155 Downloads
A PSR-6 cache implementation using apcu. This implementation supports tags
contributte/psr6-caching
493733 Downloads
PSR-6 (Caching Interface) adapter for Nette Caching