Libraries tagged by cache
voku/simple-cache
2829405 Downloads
Simple Cache library
swayok/alternative-laravel-cache
609551 Downloads
Replacements for Laravel's redis and file cache stores that properly implement tagging idea. Powered by cache pool implementations provided by http://www.php-cache.com/
slim/http-cache
3304019 Downloads
Slim Framework HTTP cache middleware and service provider
silber/page-cache
491330 Downloads
Caches responses as static files on disk for lightning fast page loads.
psr-discovery/cache-implementations
10401502 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.
matomo/cache
2029325 Downloads
PHP caching library based on Doctrine cache
laminas/laminas-cache
7580720 Downloads
Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output
gregwar/cache
4673181 Downloads
A lightweight file-system cache system
cache/hierarchical-cache
16863208 Downloads
A helper trait and interface to your PSR-6 cache to support hierarchical keys.
api-platform/http-cache
5353766 Downloads
API Platform HttpCache component
zendframework/zend-cache
11740864 Downloads
Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output
sonata-project/cache
23143677 Downloads
Cache library
asm89/twig-cache-extension
6976960 Downloads
Cache fragments of templates directly within Twig.
wp-cli/cache-command
8632222 Downloads
Manages object and transient caches.
toflar/psr6-symfony-http-cache-store
4685201 Downloads
An alternative store implementation for Symfony's HttpCache reverse proxy that supports auto-pruning of expired entries and cache invalidation by tags.