Libraries tagged by xcache
friendsofsymfony/http-cache
15473385 Downloads
Tools to manage HTTP caching proxies with PHP
colinmollenhour/cache-backend-redis
24148309 Downloads
Zend_Cache backend using Redis with full support for tags.
colinmollenhour/cache-backend-file
23652800 Downloads
The stock Zend_Cache_Backend_File backend has extremely poor performance for cleaning by tags making it become unusable as the number of cached items increases. This backend makes many changes resulting in a huge performance boost, especially for tag cleaning.
beste/in-memory-cache
16605364 Downloads
A PSR-6 In-Memory cache that can be used as a fallback implementation and/or in tests.
yiisoft/yii2-redis
12457641 Downloads
Redis Cache, Session and ActiveRecord for the Yii framework
tedivm/stash
4927863 Downloads
The place to keep your cache.
spatie/blink
5669326 Downloads
Cache that expires in the blink of an eye
nette/caching
19368839 Downloads
⏱ Nette Caching: library with easy-to-use API and many cache backends.
amnuts/opcache-gui
4952560 Downloads
A clean, effective and responsive interface for Zend OPcache, with real(ish)-time monitoring, filtering and the ability to invalidate files
intervention/imagecache
9492757 Downloads
Caching extension for the Intervention Image Class
twig/cache-extra
2428594 Downloads
A Twig extension for Symfony Cache
toflar/psr6-symfony-http-cache-store
4562305 Downloads
An alternative store implementation for Symfony's HttpCache reverse proxy that supports auto-pruning of expired entries and cache invalidation by tags.
slim/http-cache
3190157 Downloads
Slim Framework HTTP cache middleware and service provider
silber/page-cache
478324 Downloads
Caches responses as static files on disk for lightning fast page loads.
psr-discovery/cache-implementations
9827492 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.