Libraries tagged by PSR Cache
psr/cache
718068040 Downloads
Common interface for caching libraries
psr/simple-cache
763289089 Downloads
Common interfaces for simple caching
symfony/cache
368366557 Downloads
Provides extended PSR-6, PSR-16 (and tags) implementations
php-http/cache-plugin
25699727 Downloads
PSR-6 Cache plugin for HTTPlug
tedivm/stash
4883551 Downloads
The place to keep your cache.
cache/tag-interop
25780467 Downloads
Framework interoperable interfaces for tags
cache/adapter-common
25194424 Downloads
Common classes for PSR-6 adapters
psr-discovery/cache-implementations
9275949 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/hierarchical-cache
16521604 Downloads
A helper trait and interface to your PSR-6 cache to support hierarchical keys.
beste/in-memory-cache
15124064 Downloads
A PSR-6 In-Memory cache that can be used as a fallback implementation and/or in tests.
laminas/laminas-cache
7234751 Downloads
Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output
zendframework/zend-cache
11643724 Downloads
Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output
matthiasmullie/scrapbook
2725260 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.
cache/redis-adapter
4069925 Downloads
A PSR-6 cache implementation using Redis (PhpRedis). This implementation supports tags
cache/filesystem-adapter
5962933 Downloads
A PSR-6 cache implementation using filesystem. This implementation supports tags