Libraries tagged by background processing
craryprimitiveman/php-resque
122 Downloads
Redis backed library for creating background jobs and processing them later.PHP port of resque (Workers and Queueing) with PSR-4
cangyan/php-resque
940 Downloads
Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.
ashishchashta/resque
305 Downloads
Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.
artox-lab/php-resque
2606 Downloads
Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.
amosoft/php-resque
237 Downloads
Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.
adventgroup/php-resque
83 Downloads
Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.
abuisine/php-resque
91 Downloads
Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.
protec/php-resque-ex
2719 Downloads
Redis backed library for creating background jobs and processing them later. PHP port based on resque for Ruby.
mcfedr/php-resque
20800 Downloads
Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.
laraxot/module_job_fila3
0 Downloads
job module enables efficient background task execution. It lets you offload resource-heavy processes, like sending emails or data processing, improving app performance. Through simple job definition and dispatching, you can enhance user experience while tasks run seamlessly in the background.
devtransition/yii2-jobbers
5 Downloads
Yii 2 module for asynchronous job processing (Queue-Manager)
duckdev/wp-queue-process
9 Downloads
WordPress background queue processing library.
white-rabbit-1-sketch/php-worker-pool
5 Downloads
A lightweight PHP library to manage a pool of workers for parallel task execution. This library allows you to easily manage worker threads, process tasks concurrently, and optimize your application’s performance by executing multiple tasks in parallel. Ideal for background jobs, batch processing.
tobento/service-queue
60 Downloads
A queue system for processing jobs in background.
scones/resque
88 Downloads
resque (for php) is a Redis-backed library for creating background jobs, placing them on multiple queues, and processing them later. compatible to the original http://resque.github.io/