Libraries tagged by cache-driver
marko/cache-file
540 Downloads
File-based cache driver for Marko Framework
makbulut/laravel-aerospike
2178 Downloads
Aerospike cache driver for Laravel
bnomei/kirby3-redis-cachedriver
1906 Downloads
Advanced Redis cache-driver with in-memory store, transactions and preloading
sanchescom/laravel-cache-memory
1344 Downloads
Laravel cache driver backed by System V shared memory (shmop) with semaphore-guarded atomic operations.
opis/cache
1605 Downloads
A library that helps you work with cached content
webpatser/laravel-resp3-cache
29 Downloads
Synchronous Redis client and Laravel cache driver backed by the ext-resp3 C parser.
vansteen/laravel-mongodb-cache
2825 Downloads
A MongoDB cache driver for Laravel 4 using the Laravel MongoDB package jenssegers/mongodb
rundiz/simple-cache
140 Downloads
The simple and easy PHP cache drivers for cache any PHP data type.
rostamlabs/rostam-cache-laravel
2 Downloads
A Laravel cache driver for Rostam - speaks the native binary TCP protocol of the Rostam key-value engine, with pipelining, atomic locks and tag support.
prasanth-j/otpify
41 Downloads
A secure, flexible OTP package for Laravel. Supports database and cache drivers, multiple purposes, hashed storage, events, and validation rules.
pdeio/redis-driver-fallback
3560 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.
msonowal/laraxchange
2188 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
microweber-packages/laravel-tagged-file-cache
1223 Downloads
Taggable File Cache driver for Laravel. Allows the use of Cache tags with a file cache.
maatify/data-adapters
561 Downloads
DI-first infrastructure adapters providing explicit ownership wrappers around real database and cache drivers.
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.