Libraries tagged by redis
predis/predis
327707286 Downloads
A flexible and feature-complete Redis/Valkey client for PHP.
doctrine/cache
612520010 Downloads
PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.
snc/redis-bundle
41043295 Downloads
A Redis bundle for Symfony
clue/redis-react
17044910 Downloads
Async Redis client implementation, built on top of ReactPHP.
phpredis/phpredis
222481 Downloads
A PHP extension for Redis
yiisoft/yii2-redis
12424126 Downloads
Redis Cache, Session and ActiveRecord for the Yii framework
clue/redis-protocol
17477931 Downloads
A streaming Redis protocol (RESP) parser and serializer written in pure PHP.
symfony/redis-messenger
49205532 Downloads
Symfony Redis extension Messenger Bridge
colinmollenhour/cache-backend-redis
24095556 Downloads
Zend_Cache backend using Redis with full support for tags.
yiisoft/yii2-queue
11227267 Downloads
Yii2 Queue Extension which supports queues based on DB, Redis, RabbitMQ, Beanstalk, SQS, and Gearman
tedivm/stash
4921307 Downloads
The place to keep your cache.
phpfastcache/phpfastcache
5368884 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
10183326 Downloads
Mutex library for exclusive code execution.
chrisboulton/php-resque
3645571 Downloads
Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.
colinmollenhour/credis
43010877 Downloads
Credis is a lightweight interface to the Redis key-value store which wraps the phpredis library when available for better performance.