Libraries tagged by mcache
matthiasmullie/scrapbook
1543647 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
571046 Downloads
A set of extensions adding additional functionality and consistency to Laravel's awesome Eloquent library.
cache/filesystem-adapter
4493120 Downloads
A PSR-6 cache implementation using filesystem. This implementation supports tags
cache/array-adapter
6813529 Downloads
A PSR-6 cache implementation using a php array. This implementation supports tags
deployer/recipes
6790215 Downloads
3rd party deployer recipes
jokkedk/webgrind
173732 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.
wp-cli/cache-command
5055452 Downloads
Manages object and transient caches.
voku/simple-cache
1839212 Downloads
Simple Cache library
twig/cache-extra
988106 Downloads
A Twig extension for Symfony Cache
swayok/alternative-laravel-cache
326791 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/
saloonphp/cache-plugin
471947 Downloads
Official plugin for caching Saloon responses
sabre/cache
775674 Downloads
Simple cache abstraction layer implementing PSR-16
ryangjchandler/blade-cache-directive
85576 Downloads
Cache chunks of your Blade markup with ease.
rhubarbgroup/redis-cache
74247 Downloads
A persistent object cache backend for WordPress powered by Redis. Supports Predis, PhpRedis, Relay, replication, sentinels, clustering and WP-CLI.
psr-discovery/cache-implementations
3441213 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.