Libraries tagged by psr6
psr/cache
523748420 Downloads
Common interface for caching libraries
symfony/cache
255063277 Downloads
Provides extended PSR-6, PSR-16 (and tags) implementations
kevinrob/guzzle-cache-middleware
12708946 Downloads
A HTTP/1.1 Cache for Guzzle 6. It's a simple Middleware to be added in the HandlerStack. (RFC 7234)
php-http/cache-plugin
18209598 Downloads
PSR-6 Cache plugin for HTTPlug
tedivm/stash
4405817 Downloads
The place to keep your cache.
matthiasmullie/scrapbook
1611596 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
20075431 Downloads
Framework interoperable interfaces for tags
laminas/laminas-cache
5082626 Downloads
Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output
cache/hierarchical-cache
13441258 Downloads
A helper trait and interface to your PSR-6 cache to support hierarchical keys.
cache/filesystem-adapter
4605806 Downloads
A PSR-6 cache implementation using filesystem. This implementation supports tags
cache/array-adapter
6980570 Downloads
A PSR-6 cache implementation using a php array. This implementation supports tags
cache/adapter-common
19836867 Downloads
Common classes for PSR-6 adapters
beste/in-memory-cache
2533169 Downloads
A PSR-6 In-Memory cache that can be used as a fallback implementation and/or in tests.
toflar/psr6-symfony-http-cache-store
3057364 Downloads
An alternative store implementation for Symfony's HttpCache reverse proxy that supports auto-pruning of expired entries and cache invalidation by tags.
cache/integration-tests
2767988 Downloads
Integration tests for PSR-6 and PSR-16 cache implementations