Libraries tagged by psr-6
psr/cache
622288628 Downloads
Common interface for caching libraries
symfony/cache
310449528 Downloads
Provides extended PSR-6, PSR-16 (and tags) implementations
cache/adapter-common
22582161 Downloads
Common classes for PSR-6 adapters
php-http/cache-plugin
21293143 Downloads
PSR-6 Cache plugin for HTTPlug
tedivm/stash
4636539 Downloads
The place to keep your cache.
matthiasmullie/scrapbook
2109305 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.
laminas/laminas-cache
6123193 Downloads
Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output
cache/hierarchical-cache
15063220 Downloads
A helper trait and interface to your PSR-6 cache to support hierarchical keys.
cache/filesystem-adapter
5285574 Downloads
A PSR-6 cache implementation using filesystem. This implementation supports tags
cache/array-adapter
7879476 Downloads
A PSR-6 cache implementation using a php array. This implementation supports tags
beste/in-memory-cache
7176031 Downloads
A PSR-6 In-Memory cache that can be used as a fallback implementation and/or in tests.
psr-discovery/discovery
6288958 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
6108420 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
6101393 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.
cache/simple-cache-bridge
2711474 Downloads
A PSR-6 bridge to PSR-16. This will make any PSR-6 cache compatible with SimpleCache.