Libraries tagged by caching system
phpfastcache/phpfastcache
4193208 Downloads
PHP Abstract Cache Class - Reduce your database call using cache system. Phpfastcache handles a lot of drivers such as Apc(u), Cassandra, CouchBase, Couchdb, Dynamodb, Firestore, Mongodb, Files, (P)redis, Leveldb, Memcache(d), Ravendb, Ssdb, Sqlite, Wincache, Xcache, Zend Data Cache.
gregwar/cache
4183902 Downloads
A lightweight file-system cache system
rinvex/laravel-cacheable
126289 Downloads
Rinvex Cacheable is a granular, intuitive, and fluent caching system for eloquent models. Simple, but yet powerful, plug-n-play with no hassle.
getgrav/cache
94751 Downloads
A lightweight file-system cache system
robinn/phpcacheadmin
546 Downloads
A web dashboard for your favorite caching system.
rinvex/laravel-repositories
16828 Downloads
Rinvex Repository is a simple, intuitive, and smart implementation of Active Repository with extremely flexible & granular caching system for Laravel, used to abstract the data layer, making applications more flexible to maintain.
zetacomponents/translation
38624 Downloads
A component that reads XML translation definitions (the Qt Linguist format), supports caching of translation contexts and presents you with a class to apply translations to strings. A filter system allows you to transform translation definitions for special use.
cajogos/php-temp-cache
543 Downloads
Simple PHP caching system that uses a tmp folder in a Linux environment.
yii2-extended/yii2-psr6-cache-bridge
20518 Downloads
A library to bridge psr-6 caches with the yii caching system.
yii2-extended/yii2-psr16-simple-cache-bridge
33121 Downloads
A library to bridge psr-16 simple caches with the yii caching system
grafite/query-cache
49 Downloads
A database query caching system with invalidation automation.
zeelot/kohana-media
17477 Downloads
Using the Kohana cascading file system to serve media assets
blitz-php/cache
4522 Downloads
Bibliothèque de mise en cache facile avec prise en charge de plusieurs systèmes de mise en cache
mouf/utils.cache.apc-cache
374984 Downloads
This package contains a cache mechanism that relies on the APC caching system. For this cache to work, the APC Pecl package must be enabled.
hejunjie/cache
273 Downloads
基于装饰器模式实现的多层缓存系统,支持内存、文件、本地与远程缓存组合,提升缓存命中率,简化缓存管理逻辑 | A layered caching system built with the decorator pattern. Supports combining memory, file, local, and remote caches to improve hit rates and simplify cache logic.