Libraries tagged by psr6
symfony/cache
377109256 Downloads
Provides extended PSR-6, PSR-16 (and tags) implementations
psr/cache
731849089 Downloads
Common interface for caching libraries
tedivm/stash
4924648 Downloads
The place to keep your cache.
kevinrob/guzzle-cache-middleware
18789081 Downloads
A HTTP/1.1 Cache for Guzzle 6. It's a simple Middleware to be added in the HandlerStack. (RFC 7234)
beste/in-memory-cache
16489912 Downloads
A PSR-6 In-Memory cache that can be used as a fallback implementation and/or in tests.
php-http/cache-plugin
26348494 Downloads
PSR-6 Cache plugin for HTTPlug
toflar/psr6-symfony-http-cache-store
4553945 Downloads
An alternative store implementation for Symfony's HttpCache reverse proxy that supports auto-pruning of expired entries and cache invalidation by tags.
matthiasmullie/scrapbook
2824784 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/tag-interop
26087345 Downloads
Framework interoperable interfaces for tags
psr-discovery/discovery
10205536 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
9777021 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.
laminas/laminas-cache
7389217 Downloads
Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output
cache/hierarchical-cache
16684003 Downloads
A helper trait and interface to your PSR-6 cache to support hierarchical keys.
cache/filesystem-adapter
6049969 Downloads
A PSR-6 cache implementation using filesystem. This implementation supports tags
cache/array-adapter
8593748 Downloads
A PSR-6 cache implementation using a php array. This implementation supports tags