Libraries tagged by background task queue
zenaton/zenaton-php
43697 Downloads
Zenaton PHP library
seiger/stask
299 Downloads
Asynchronous task management system for Evolution CMS. Handle background operations and task queues with reliability and performance.
mallabee/queue
1214 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).
webtechnick/cakephp-queue-plugin
941 Downloads
CakePHP Queue Plugin - Complete tool to background and schedule your time consuming tasks. Queue up almost anything from CakePHP shells, models, and actions to standard php commands or even shell commands.
wptechnix/wp-background-jobs
6 Downloads
A simple, reliable, zero-dependency background job queue for WordPress. Object jobs, delays, retries with backoff, failed-jobs table, atomic reservation, async and WP-Cron and WP-CLI processing.
bvdputte/kirby-queue
4577 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.
mcfedr/sqs-queue-driver-bundle
45165 Downloads
A bundle for running symfony background tasks with SQS as the engine
slick/job_queue
265 Downloads
Simple job queue (deferred-task) library for Slick Framework.
otsch/ppq
1113 Downloads
A very simple PHP queue system to run background tasks.
kozhemin/yii2-background-task-queue
1 Downloads
Yii2 background task queue Extension is a simple and easy-to-use extension for running background tasks in Yii2 applications
keystone/queue
24 Downloads
Create and process background tasks with any queueing service
jetty-dev/background-processing
3613 Downloads
WP Background Processing can be used to fire off non-blocking asynchronous requests or as a background processing tool, allowing you to queue tasks.
evo-mark/wp-background-processing
79 Downloads
WP Background Processing can be used to fire off non-blocking asynchronous requests or as a background processing tool, allowing you to queue tasks.
ninoslavjaric/queue-manager
8 Downloads
A Laravel-based queue management system with background job support.
mcfedr/resque-queue-driver-bundle
2820 Downloads
A bundle for running symfony background tasks with Redis backend