Libraries tagged by psr-6
psr/cache
499930637 Downloads
Common interface for caching libraries
symfony/cache
241428541 Downloads
Provides extended PSR-6, PSR-16 (and tags) implementations
tedivm/stash
4340002 Downloads
The place to keep your cache.
cache/adapter-common
19208737 Downloads
Common classes for PSR-6 adapters
php-http/cache-plugin
17515899 Downloads
PSR-6 Cache plugin for HTTPlug
matthiasmullie/scrapbook
1519764 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
4853965 Downloads
Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output
cache/hierarchical-cache
13040499 Downloads
A helper trait and interface to your PSR-6 cache to support hierarchical keys.
cache/filesystem-adapter
4451318 Downloads
A PSR-6 cache implementation using filesystem. This implementation supports tags
cache/array-adapter
6752040 Downloads
A PSR-6 cache implementation using a php array. This implementation supports tags
divineomega/do-file-cache-psr-6
1593789 Downloads
PSR-6 adapter for DO File Cache
psr-discovery/discovery
3350459 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
3301302 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
3297266 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
1387571 Downloads