Libraries tagged by background jobs
mhary/cron-bundle
153 Downloads
With the CronBundle you can configure cron jobs in configuration files
invoiced/php-resque-statsd
37 Downloads
Submit metrics for your php-resque jobs into StatsD/Graphite
gemsnet/php-resque-scheduler
5 Downloads
php-resque-scheduler is a PHP port of resque-scheduler, which adds support for scheduling items to Resque.
devtransition/yii2-jobbers
5 Downloads
Yii 2 module for asynchronous job processing (Queue-Manager)
bprs/resque
16 Downloads
BPRS flavoured port of chrisbolton/php-resque, supports Predis, more DI
anorgan/qutee-service-provider
38 Downloads
QuTee Service Provider for Silex microframework
aboutcoders/workflow-bundle
15 Downloads
A symfony bundle that allows to define and manage workflows
phresque/phresque-addons
180 Downloads
A background processing implementation inspired by php-resque
php-resque/resque-bundle
25 Downloads
PHP Resque bundle
mcfedr/resque-queue-driver-bundle
2818 Downloads
A bundle for running symfony background tasks with Redis backend
mcfedr/periodic-queue-driver-bundle
9559 Downloads
A bundle for running symfony background tasks with doctrine as the driver
david-garcia/php-resque
1738 Downloads
Fork of chrisboulton/php-resque with some updates that I needed for another project
vojtabiberle/queue-runner
44 Downloads
Simple daemon in PHP for running background job on server. Uses MongoDB as MessageQueue for job descriptions.
visual-craft/beanstalk-scheduler-bundle
7922 Downloads
Background jobs scheduling using Beanstalk (Symfony bundle)
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/