Libraries tagged by jcache
spatie/blink
3654985 Downloads
Cache that expires in the blink of an eye
matthiasmullie/scrapbook
1853834 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.
kirkbushell/eloquence
717726 Downloads
A set of extensions adding additional functionality and consistency to Laravel's awesome Eloquent library.
cache/redis-adapter
3325196 Downloads
A PSR-6 cache implementation using Redis (PhpRedis). This implementation supports tags
cache/filesystem-adapter
4985200 Downloads
A PSR-6 cache implementation using filesystem. This implementation supports tags
cache/array-adapter
7532516 Downloads
A PSR-6 cache implementation using a php array. This implementation supports tags
deployer/recipes
7088341 Downloads
3rd party deployer recipes
jokkedk/webgrind
181312 Downloads
Webgrind is a Xdebug profiling web frontend in PHP5. It implements a subset of the features of kcachegrind and installs in seconds and works on all platforms. For quick'n'dirty optimizations it does the job.
yiisoft/cache-file
512673 Downloads
Yii Caching Library - File Handler
yiisoft/cache
713037 Downloads
Yii Caching Library
wp-cli/cache-command
5982959 Downloads
Manages object and transient caches.
voku/simple-cache
2133136 Downloads
Simple Cache library
utopia-php/cache
197409 Downloads
A simple cache library to manage application cache storing, loading and purging
twig/cache-extra
1390729 Downloads
A Twig extension for Symfony Cache
swayok/alternative-laravel-cache
406133 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/