Libraries tagged by backgrounds
jetty-dev/background-processing
3594 Downloads
WP Background Processing can be used to fire off non-blocking asynchronous requests or as a background processing tool, allowing you to queue tasks.
zorac/php-resque-scheduler
753 Downloads
php-resque-scheduler is a PHP port of resque-scheduler, which adds support for scheduling jobs to PHP-Resque.
zorac/php-resque
8895 Downloads
Redis backend library for creating background jobs and processing them later. PHP port based on resque for Ruby.
webtechnick/cakephp-queue-plugin
924 Downloads
CakePHP Queue Plugin - Complete tool to background and schedule your time consuming tasks. Queue up almost anything from CakePHP shells, models, and actions to standard php commands or even shell commands.
studentjason/laravel-async-queue
1933 Downloads
Async Queue Driver for Laravel/Oracle (Push to background)
smartcitylink/job-queue-bundle
392 Downloads
Allows to run and schedule Symfony console commands as background jobs.
sbtheke/backgroundimage4ce
6919 Downloads
Allows background images and background options for all types of content elements (text, text with image, forms, plugins, ...). Background images are adaptive.
rcrowe/raven
66975 Downloads
Raven client for Sentry that supports background processing through multiple providers.
qualityunit/resqu-client
11952 Downloads
php job queue implementation using redis
pnixx/delayed_job
523 Downloads
Async Delayed Job for PHP
myclabs/work
291 Downloads
Work queue library letting you run background tasks using a generic abstraction
littlerocket/job-queue-bundle
3700 Downloads
Allows to run and schedule Symfony console commands as background jobs.
iron-io/laraworker
5658 Downloads
LaraWorker is a helper package that makes integrating your Laravel application with Iron.io's IronWorker very easy!
idanoo/php-resque
45173 Downloads
Redis backed library for creating background jobs and processing them later. Based on resque for Ruby. Originally forked from chrisboulton/php-resque.
dmamontov/asynctask-7
12698 Downloads
AsyncTask enables proper and easy use of the thread. This class allows to perform background operations and publish results on the thread without having to manipulate threads and/or handlers.