Libraries tagged by psr6 - Free download!
psr/cache
214908319 Downloads
Common interface for caching libraries
symfony/cache
95251764 Downloads
Provides an extended PSR-6, PSR-16 (and tags) implementation
tedivm/stash
3215819 Downloads
The place to keep your cache.
kevinrob/guzzle-cache-middleware
4809480 Downloads
A HTTP/1.1 Cache for Guzzle 6. It's a simple Middleware to be added in the HandlerStack. (RFC 7234)
cache/tag-interop
9703986 Downloads
Framework interoperable interfaces for tags
cache/adapter-common
9877191 Downloads
Common classes for PSR-6 adapters
php-http/cache-plugin
7822848 Downloads
PSR-6 Cache plugin for HTTPlug
matthiasmullie/scrapbook
591511 Downloads
Scrapbook is a PHP cache library, with adapters for e.g. Memcached, Redis, Couchbase, APC(u), SQL and additional capabilities (e.g. transactions, stampede protection) built on top.
cache/cache
2011181 Downloads
Library of all the php-cache adapters
laminas/laminas-cache
1711745 Downloads
Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output
cache/hierarchical-cache
6868694 Downloads
A helper trait and interface to your PSR-6 cache to support hierarchical keys.
cache/filesystem-adapter
2100718 Downloads
A PSR-6 cache implementation using filesystem. This implementation supports tags
cache/array-adapter
3384601 Downloads
A PSR-6 cache implementation using a php array. This implementation supports tags
zendframework/zend-cache
9190121 Downloads
Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output
toflar/psr6-symfony-http-cache-store
1156775 Downloads
An alternative store implementation for Symfony's HttpCache reverse proxy that supports auto-pruning of expired entries and cache invalidation by tags.