Libraries tagged by cache
matthiasmullie/scrapbook
1885102 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
728437 Downloads
A set of extensions adding additional functionality and consistency to Laravel's awesome Eloquent library.
cash/lrucache
4145978 Downloads
An efficient memory-based Least Recently Used (LRU) cache
cache/redis-adapter
3357154 Downloads
A PSR-6 cache implementation using Redis (PhpRedis). This implementation supports tags
cache/filesystem-adapter
5025420 Downloads
A PSR-6 cache implementation using filesystem. This implementation supports tags
cache/array-adapter
7604947 Downloads
A PSR-6 cache implementation using a php array. This implementation supports tags
deployer/recipes
7107615 Downloads
3rd party deployer recipes
spatie/laravel-blink
858717 Downloads
Cache that expires in the blink of an eye
yiisoft/cache-file
579062 Downloads
Yii Caching Library - File Handler
yiisoft/cache
744562 Downloads
Yii Caching Library
voku/simple-cache
2150389 Downloads
Simple Cache library
swayok/alternative-laravel-cache
412773 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/
spiritix/lada-cache
409245 Downloads
A Redis based, automated and scalable database caching layer for Laravel
sabre/cache
999563 Downloads
Simple cache abstraction layer implementing PSR-16
psr-discovery/cache-implementations
5236231 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.