Libraries tagged by laravel cache driver
kintso/memcachedcloud-laravel
830 Downloads
This package extends Laravel Cache driver to integrate with MemcachedCloud. MemcachedCloud provides different cache solutions based on memcached or redis. This package only deals with memcached.
faveo-helpdesk/laravel-cache
128 Downloads
Configure multiple Laravel cache drivers without accessing the server. It will update the config accordingly
b3it/laravel-memcached-plus
56391 Downloads
Extends the built-in Laravel 5 Cache Memcached driver adding support for persistent connections, SASL and Memcached options.
vansteen/laravel-mongodb-cache
2825 Downloads
A MongoDB cache driver for Laravel 4 using the Laravel MongoDB package jenssegers/mongodb
richan-fongdasen/firestore-laravel
195 Downloads
A Google Cloud Firestore driver for Laravel Cache and Session.
aheissenberger/laravel-memcachier
354 Downloads
Memcachier.com Cache Driver for Laravel 4
navruzm/laravel-mongo-cache
2069 Downloads
MongoDB Cache Driver for Laravel 4
pdeio/redis-driver-fallback
3407 Downloads
When the redis server stops, a second cache driver starts working. Laravel's cache can be cleared whenever the redis server is returned or the second cache driver is started. In this way, the cache system remains synchronized without the problem of loading the old cache registers.
falcolee/laravel-swoole-redis
594 Downloads
Laravel package to provide swoole redis pool integration,laravel redis pool cache and session driver. Aims to avoid redis server timeout exception
antyblin/laravel-swoole-redis
1007 Downloads
Laravel package to provide swoole redis pool integration, Laravel redis pool cache and session driver.
sanchescom/laravel-cache-memory
1290 Downloads
Memory cache driver.
fhteam/laravel-cache-redis-extended
37 Downloads
Redis cache driver with extended capabilities
artdevue/fcache
149 Downloads
Driver file cache, separation key-folder, Laravel 4 integration
msonowal/laraxchange
2178 Downloads
This provides multi currency conversions in Laravel app by using http://fixer.io/ API and cache the conversion rates by using cache driver specified and updates the cache for the app periodically by the command bus in laravel way
hobbiot/cacheable-auth-user
144 Downloads
Cache Auth::user() for Laravel 5.3. This package add new driver to laravel.