Libraries tagged by PSR Cache
psr/cache
738344262 Downloads
Common interface for caching libraries
psr/simple-cache
787361956 Downloads
Common interfaces for simple caching
symfony/cache
381260565 Downloads
Provides extended PSR-6, PSR-16 (and tags) implementations
php-http/cache-plugin
26654889 Downloads
PSR-6 Cache plugin for HTTPlug
beste/in-memory-cache
17134557 Downloads
A PSR-6 In-Memory cache that can be used as a fallback implementation and/or in tests.
tedivm/stash
4943555 Downloads
The place to keep your cache.
psr-discovery/cache-implementations
10022516 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
16752258 Downloads
A helper trait and interface to your PSR-6 cache to support hierarchical keys.
laminas/laminas-cache
7452058 Downloads
Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output
matthiasmullie/scrapbook
2872593 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/filesystem-adapter
6092620 Downloads
A PSR-6 cache implementation using filesystem. This implementation supports tags
cache/array-adapter
8625021 Downloads
A PSR-6 cache implementation using a php array. This implementation supports tags
cache/tag-interop
26223140 Downloads
Framework interoperable interfaces for tags
cache/adapter-common
25626288 Downloads
Common classes for PSR-6 adapters
graham-campbell/bounded-cache
2194619 Downloads
A Bounded TTL PSR-16 Cache Implementation