Libraries tagged by php caching
doctrine/cache
558649800 Downloads
PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.
friendsofsymfony/http-cache
13250830 Downloads
Tools to manage HTTP caching proxies with PHP
phpfastcache/phpfastcache
4374075 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.
overblog/dataloader-php
3457896 Downloads
DataLoaderPhp is a generic utility to be used as part of your application's data fetching layer to provide a simplified and consistent API over various remote data sources such as databases or web services via batching and caching.
matthiasmullie/scrapbook
2017964 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.
voku/simple-cache
2207260 Downloads
Simple Cache library
spiritix/lada-cache
415026 Downloads
A Redis based, automated and scalable database caching layer for Laravel
imanghafoori/laravel-widgetize
130660 Downloads
A minimal yet powerful package to give a better structure and caching opportunity for your Laravel apps.
matomo/cache
629480 Downloads
PHP caching library based on Doctrine cache
nette/assets
63115 Downloads
🎨 Nette Assets: elegant asset management for PHP with versioning, caching and mappers for various storage backends.
momentohq/client-sdk-php
38457 Downloads
PHP SDK for Momento, a serverless cache that automatically scales without any of the operational overhead required by traditional caching solutions.
alekseykorzun/memcached-wrapper-php
74433 Downloads
Optimized PHP 5 wrapper for Memcached extension that supports dog-piling, igbinary and local storage
divineomega/do-file-cache
1810359 Downloads
DO File Cache is a PHP File-based Caching Library. Its syntax is designed to closely resemble the PHP memcache extension.
ymigval/laravel-model-cache
6061 Downloads
Laravel package for caching Eloquent model queries
jamm/memory
24532 Downloads
Key-value storage in memory. As a storage can be used: APC, Redis, Memcache, Shared memory. All storage objects have one interface, so you can switch them without changing the working code. Contains PHP Redis client.