Libraries tagged by reids
phpfastcache/phpfastcache
4186629 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
8036558 Downloads
Mutex library for exclusive code execution.
sonata-project/cache
21620030 Downloads
Cache library
chrisboulton/php-resque
3519343 Downloads
Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.
colinmollenhour/credis
35021509 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
2826280 Downloads
Library providing a PHP mock for Redis
illuminate/redis
12352442 Downloads
The Illuminate Redis package.
colinmollenhour/php-redis-session-abstract
22608663 Downloads
A Redis-based session handler with optimistic locking
clue/redis-protocol
4201927 Downloads
A streaming Redis protocol (RESP) parser and serializer written in pure PHP.
cache/redis-adapter
3308712 Downloads
A PSR-6 cache implementation using Redis (PhpRedis). This implementation supports tags
tedivm/stash
4534730 Downloads
The place to keep your cache.
resque/php-resque
1580377 Downloads
Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.
nikolaposa/rate-limit
1239737 Downloads
General purpose rate limiter implementation.
matthiasmullie/scrapbook
1836929 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
3103948 Downloads
Simple to use mutex implementation that can use flock, memcache, memcached, mysql or redis for locking