Libraries tagged by background process
kunstmaan/utilities-bundle
140737 Downloads
The KunstmaanUtilitiesBundle makes your life easier by providing a couple of small but usefull helper services you can use and re-use in your applications. We already implemented an easy to use cipher service and a shell helper service for you but feel free to send in a pull request with your additions. The shell helper allows you to run apps in the background, see if a process is running and has a method to kill a running process. The cipher service allow you to encode and decode strings using the Rijndael 256 cipher
ezsystems/ezscriptmonitor-ls
204765 Downloads
eZ Publish extension that aims to avoid timeout problems and database corruption by moving long running processes from the GUI to the background.
mwstake/mediawiki-component-processmanager
9533 Downloads
Provides a management system for background processes
braincrafted/background-process
6106 Downloads
Start processes in the background that continue running when the PHP process exists.
soarce/parallel-process-dispatcher
2989 Downloads
Tiny PHP library for running jobs in background and/or in parallel
phlib/console-process
25911 Downloads
Console implementation.
fastbill/parallel-process-dispatcher
11814 Downloads
Tiny PHP library for running jobs in background and/or in parallel
rcrowe/raven
66961 Downloads
Raven client for Sentry that supports background processing through multiple providers.
daneren2005/php-resque
31521 Downloads
Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.
catch-of-the-day/php-resque
40361 Downloads
Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.
bmdevel/php-resque
18390 Downloads
Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.
anorgan/qutee
1924 Downloads
Simple queue manager and task processor for PHP
aboutcoders/job-bundle
15706 Downloads
A symfony bundle for asynchronous job processing.
lantongxue/php-nohup
7970 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.
kohkimakimoto/background-process
1371 Downloads
A minimum library to run background processes asynchronously.