Libraries tagged by background process
chrisboulton/php-resque
3532096 Downloads
Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.
cocur/background-process
1585671 Downloads
Start processes in the background that continue running when the PHP process exists.
deliciousbrains/wp-background-processing
320710 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.
a5hleyrich/wp-background-processing
476989 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.
resque/php-resque
1603030 Downloads
Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.
wrep/daemonizable-command
1396831 Downloads
Daemonizable (endless running) commands for Symfony.
mjphaynes/php-resque
189343 Downloads
Redis backed library for creating background jobs and processing them later.
phlib/console-process
31080 Downloads
Console implementation.
misterion/ko-process
328991 Downloads
Simple pcntl fork wrapper and process manager
tomaj/hermes
220996 Downloads
Simple php background processing library
kamisama/php-resque-ex
739730 Downloads
Redis backed library for creating background jobs and processing them later. PHP port based on resque for Ruby.
ostark/craft-async-queue
279447 Downloads
A queue handler that moves queue execution to a non-blocking background process
wp-media/background-processing
138598 Downloads
Async & Background Tasks Processing
crowdstar/background-processing
49035 Downloads
To continue processing PHP after having HTTP response sent back to the client under PHP-FPM.
kunstmaan/utilities-bundle
145746 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