Libraries tagged by reids
phpfastcache/phpfastcache
4496953 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.
malkusch/lock
8616162 Downloads
Mutex library for exclusive code execution.
chrisboulton/php-resque
3561656 Downloads
Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.
phpredis/phpredis
49995 Downloads
A PHP extension for Redis
colinmollenhour/credis
37194990 Downloads
Credis is a lightweight interface to the Redis key-value store which wraps the phpredis library when available for better performance.
m6web/redis-mock
3019452 Downloads
Library providing a PHP mock for Redis
illuminate/redis
12975459 Downloads
The Illuminate Redis package.
colinmollenhour/php-redis-session-abstract
23767115 Downloads
A Redis-based session handler with optimistic locking
clue/redis-protocol
5938536 Downloads
A streaming Redis protocol (RESP) parser and serializer written in pure PHP.
amphp/redis
514188 Downloads
Efficient asynchronous communication with Redis servers, enabling scalable and responsive data storage and retrieval.
tedivm/stash
4636865 Downloads
The place to keep your cache.
resque/php-resque
1666395 Downloads
Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.
nikolaposa/rate-limit
1354657 Downloads
General purpose rate limiter implementation.
matthiasmullie/scrapbook
2110086 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.
arvenil/ninja-mutex
3311604 Downloads
Simple to use mutex implementation that can use flock, memcache, memcached, mysql or redis for locking