Libraries tagged by background worker
geggleto/slimq
12823 Downloads
SlimQ Enables You to push jobs to background workers
sshilko/backq
66 Downloads
Background jobs processing with queue, workers & publishers
oeltimacreation/php-simplequeue
186 Downloads
A lightweight, framework-agnostic background job queue system for PHP with Redis and database drivers
giovanne-oliveira/php-resque
687 Downloads
Redis backed library for creating background jobs and processing them later.
dalehurley/process-manager
1 Downloads
A lightweight parallel process runner for PHP. Execute multiple scripts concurrently with configurable parallelism, timeouts, and result tracking.
codesvault/cadence
17 Downloads
Cadence creates and manages PHP daemons with ease for running all heavy-lifting tasks in the background.
bvdputte/kirby-queue
4576 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.
php-resque/resque
286 Downloads
Redis backed library for creating background jobs and processing them later. Based on Ruby resque.
semitexa/scheduler
110 Downloads
Semitexa Scheduler — recurring and delayed background jobs with storage-backed planning, lease-based workers, and overlap protection
michaelambass/background-workers
8 Downloads
An easy way to create PHP background jobs
madesimple/task-worker
32 Downloads
Generic background task worker library
benzine/benzine-workers
199 Downloads
Background process workers, with multi-threading.
white-rabbit-1-sketch/php-worker-pool
6 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.
sbooker/event-loop-worker
4734 Downloads
ReactPHP's event loop based worker
hakanispirli/laravel-shared-worker
4 Downloads
Production-ready Laravel Queue Worker optimized for shared hosting environments - No SSH, No proc_open required