Libraries tagged by background process
jetty-dev/background-processing
3271 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.
rhubarbphp/scaffold-background-tasks
34549 Downloads
Provides a background task processing module.
processing/processing
94 Downloads
Library to asynchronously perform background jobs
originphp/process
6085 Downloads
OriginPHP Process
gerkirill/parallel-processing
4611 Downloads
Php library for easy object-oriented parallel processing
sbooker/event-loop-worker
4597 Downloads
ReactPHP's event loop based worker
devgeniem/wp-queue
38 Downloads
WordPress Queue is a modular library for managing queued tasks in WordPress.
sshilko/backq
65 Downloads
Background jobs processing with queue, workers & publishers
zorac/php-resque
7782 Downloads
Redis backend library for creating background jobs and processing them later. PHP port based on resque for Ruby.
idanoo/php-resque
44704 Downloads
Redis backed library for creating background jobs and processing them later. Based on resque for Ruby. Originally forked from chrisboulton/php-resque.
cakejob/php-resque-ex
2346 Downloads
Redis backed library for creating background jobs and processing them later. PHP port based on resque for Ruby.
ahfeel/php-resque
59624 Downloads
Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.
libriciel/cakephp-beanstalk
1972 Downloads
Permet d'utiliser beanstalk pour lancer des background processes.
bitandblack/request-cache
910 Downloads
Smooth caching of HTTP requested data. It runs non-blocking and uses background processes to request the data.
dgr/nohup
1673 Downloads
A library to run a command in the background, it will return the process's pid, and get it's is running status anytime in the another process, and can be stoped anytime. It support Windows, Linux and Mac osx.