Libraries tagged by delayed queue
asifshoumik/kafka-laravel
288 Downloads
A robust Kafka queue driver for Laravel microservices with support for delayed jobs, retry mechanisms, and comprehensive error handling.
ahmedebead/laravel-hooks
33 Downloads
A standalone, framework-agnostic hook system for Laravel applications. Attach lifecycle callbacks (before/after/error) to any service method with sync, queued, delayed, batched, and conditional execution strategies.
mice-tm/yii2-queue
5065 Downloads
Package base on yii2-queue with some improvements
al-one/laravel-queue-replaceable
36 Downloads
Laravel Queue Driver For Delayed jobs Can be replaced
schedulee/queue
6 Downloads
$queue->push('I can be popped off after', '10 minutes');
kislayphp/queue
8 Downloads
Native PHP distributed job queue with a standalone queue server, producer client, worker runtime, retries, and DLQ support
ddzh-dev/php-hive-queue
9 Downloads
$queue->push('I can be popped off after', '10 minutes');
clearswitch/queue
12 Downloads
base rabbitmq queue
bardoqi/php-hive-queue
41 Downloads
$queue->push('I can be popped off after', '10 minutes');
shali/redis-delayedmq
3 Downloads
this is a delayed message queue base on redis sorted set.
zoon/requeue
12841 Downloads
Redis delayed message queue without locks
infinitas-plugins/infinitas-jobs
2394 Downloads
A job queue for CakePHP based on delayed_job forked from https://github.com/josegonzalez/cakephp-cake-djjob
itr/delayedjob-bundle
27 Downloads
Delayed Job bundle
anticipated-io/anticipated-io-php
2 Downloads
Provides a PHP SDK for accessing the anticipated.io API event service
arffsaad/qdiz
13 Downloads
A simple no-framework redis queue system. Not using a framework but need a redis queue for delayed execution of long running tasks? Just qdiz (nuts).