Libraries tagged by PSR-6 Cache
psr/cache
599482891 Downloads
Common interface for caching libraries
symfony/cache
297361911 Downloads
Provides extended PSR-6, PSR-16 (and tags) implementations
php-http/cache-plugin
20444819 Downloads
PSR-6 Cache plugin for HTTPlug
cache/adapter-common
21845856 Downloads
Common classes for PSR-6 adapters
cache/hierarchical-cache
14669791 Downloads
A helper trait and interface to your PSR-6 cache to support hierarchical keys.
beste/in-memory-cache
5676654 Downloads
A PSR-6 In-Memory cache that can be used as a fallback implementation and/or in tests.
laminas/laminas-cache
5837031 Downloads
Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output
cache/redis-adapter
3405597 Downloads
A PSR-6 cache implementation using Redis (PhpRedis). This implementation supports tags
cache/filesystem-adapter
5088653 Downloads
A PSR-6 cache implementation using filesystem. This implementation supports tags
cache/array-adapter
7688294 Downloads
A PSR-6 cache implementation using a php array. This implementation supports tags
tedivm/stash
4575443 Downloads
The place to keep your cache.
matthiasmullie/scrapbook
1948747 Downloads
Scrapbook is a PHP cache library, with adapters for e.g. Memcached, Redis, Couchbase, APCu, SQL and additional capabilities (e.g. transactions, stampede protection) built on top.
psr-discovery/cache-implementations
5441273 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.
cache/taggable-cache
2348953 Downloads
Add tag support to your PSR-6 cache implementation
cache/simple-cache-bridge
2543769 Downloads
A PSR-6 bridge to PSR-16. This will make any PSR-6 cache compatible with SimpleCache.