Libraries tagged by task queue
bvdputte/kirby-queue
4513 Downloads
A simple queue utility plugin for Kirby 3. It enables workers in Kirby that can do tasks (in the background) at scheduled intervals (cron) by working through queues of jobs.
gaspaio/gearmanui
7 Downloads
A simple silex based web interface to monitor a cluster of Gearman servers.
anorgan/qutee
1932 Downloads
Simple queue manager and task processor for PHP
otsch/ppq
1103 Downloads
A very simple PHP queue system to run background tasks.
myclabs/work
293 Downloads
Work queue library letting you run background tasks using a generic abstraction
pnixx/delayed_job
1139 Downloads
Async Delayed Job for PHP
phlib/jobqueue
5966 Downloads
Job Queue implementation.
zenaton/zenaton-php
43691 Downloads
Zenaton PHP library
bricev/jobqueue
2425 Downloads
JobQueue is a PHP component that queues `tasks` defining `jobs` which can be executed by asynchronous and/or distributed `workers`
dinoqqq/crystal
8469 Downloads
Queue worker to easily manage recurring tasks
sunvalley-technologies/php-task-manager
8072 Downloads
PHP Task Manager provides task queues that can be used to complete pre-defined work.
starbug/queue
4751 Downloads
Background task queue.
rybakit/phive-task-queue
4405 Downloads
A lightweight task queue on top of rybakit/phive-queue
mallabee/queue
1211 Downloads
Framework agnostic background task queue management for Beanstalkd, SQS, Redis. Easy to use in pure PHP, Symfony, Laravel, Yii2 projects. Based on illuminate/queue (Laravel Queues).
kuaukutsu/queue-core
31 Downloads
General interfaces and handlers for a Task Queue.