Libraries tagged by redis queue
mjphaynes/php-resque
201468 Downloads
Redis backed library for creating background jobs and processing them later.
kamisama/php-resque-ex
760590 Downloads
Redis backed library for creating background jobs and processing them later. PHP port based on resque for Ruby.
eislambey/rsmq
49905 Downloads
Redis Simple Message Queue.
andrewbreksa/rsmq
75487 Downloads
Redis Simple Message Queue.
flowpack/jobqueue-redis
74110 Downloads
Implements concrete Queue for the redis work queue. Requires the packages flowpack/jobqueue-common and the redis PHP extension to be installed.
fof/redis
10073 Downloads
Adds Redis cache, sessions and queue to Flarum
rybakit/phive-queue
41911 Downloads
$queue->push('I can be popped off after', '10 minutes');
yiisoft/yii-queue
38010 Downloads
Queue Extension which supported DB, Redis, RabbitMQ, Beanstalk, SQS and Gearman
michalsn/codeigniter-queue
4141 Downloads
Queues for CodeIgniter 4 framework
imiphp/imi-queue
190623 Downloads
imi 框架的队列组件,使用 Redis 作为持久化
easyswoole/queue
34681 Downloads
A simple Queue implementation integrated into easySwoole
mmoreram/rsqueue-bundle
61825 Downloads
Redis Symfony2 Queue Bundle, a simple and soft redis based message queue for symfony2
romalytar/yammi-jobs-monitoring-laravel
722 Downloads
Queue monitoring and observability for Laravel. Tracks job lifecycle, retries, failures and a dead-letter queue across all queue drivers (Redis, SQS, database, sync), with failure fingerprinting, scheduled-task monitoring, worker heartbeats, duration-anomaly detection and alerts (Slack, mail, PagerDuty, Opsgenie, webhook).
mingalevme/illuminate-uqueue
50106 Downloads
Laravel/Lumen uniqueable queues (Database, Redis)
kamisama/php-resque-ex-scheduler
632044 Downloads
php-resque-ex-scheduler is a PHP port of resque-scheduler, which adds support for scheduling jobs to PHP-Resque.