Libraries tagged by background worker
francislavoie/php-resque
25 Downloads
Redis backed library for creating background jobs and processing them later.
ereborcodeforge/mithrilexecutor
5 Downloads
Lightweight PHP background job runner with filesystem queue, daemon mode, and pluggable resolvers (no dependencies).
elefant/app-resque
8 Downloads
PHP-Resque integration for the Elefant CMS
dubture/async-bundle
24 Downloads
Provides an easy to use abstraction for async backend workers in Symfony2
duanvnc/php-resque
3 Downloads
Redis backed library for creating background jobs and processing them later. Based on Ruby resque.
daikon/async-job
1088 Downloads
Asynchronous job components for Daikon-CQRS projects.
craryprimitiveman/php-resque
126 Downloads
Redis backed library for creating background jobs and processing them later.PHP port of resque (Workers and Queueing) with PSR-4
citomni/jobrunner
0 Downloads
Small DB-backed job runner for CitOmni: HTTP/UI-started long-running jobs executed by CLI workers with status, steps, logs, heartbeat, and results.
anorgan/qutee-service-provider
41 Downloads
QuTee Service Provider for Silex microframework
tonijz/raven
150 Downloads
Raven client for Sentry that supports background processing through multiple providers.
slick/job_queue
259 Downloads
Simple job queue (deferred-task) library for Slick Framework.
php-resque/resque-bundle
25 Downloads
PHP Resque bundle
bprs/commandline-bundle
132 Downloads
Allows command execution (jobs) in background worker. This is a blend between chrisboulton php-resque, vend/resque and additional features.
opine/queue
297 Downloads
Queue and Worker services for PHP background jobs
michel/pqueue
2 Downloads
PQueue is a minimalist PHP library for processing background messages using a single persistent CLI (managed via systemd) or periodic execution (via cron), covering 90% of use cases without external dependencies or complex worker management.