Libraries tagged by background processing
cangyan/php-resque
941 Downloads
Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.
ashishchashta/resque
308 Downloads
Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.
artox-lab/php-resque
2607 Downloads
Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.
amosoft/php-resque
239 Downloads
Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.
adventgroup/php-resque
87 Downloads
Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.
abuisine/php-resque
93 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
20802 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)
onlyphp/codeigniter3-csvimporter
26 Downloads
A robust CSV importer library for CodeIgniter 3 with background processing support, progress tracking, and detailed statistics. Perfect for handling large CSV files without timeouts or memory issues.
duckdev/wp-queue-process
10 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
61 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/