Libraries tagged by running processes
jamm/errorhandler
4 Downloads
Module for handling errors and uncaught exceptions (*ErrorHandler*), logging them in memory-storage (*ErrorLogger*) and notice admin about them (*MessageSender*). Also, Watcher can watch points of your process (it's especially handy for long-running processes), control memory usage and prevent unexpected process termination when memory limit is reached.
silverstripe/messagequeue
10276 Downloads
Simple and lightweight message queueing mechanism for SilverStripe applications, with queueing actions for long running process execution, message sending between installations and bi-directional interaction with external messaging systems such as ApacheMQ
qlimix/process-unix
6 Downloads
Running sync long running processes
php-base/processes
10 Downloads
Better abstractions for running processes in PHP
mozartk/process-finder
144 Downloads
Get list of running processes by name or pid, supports windows and unix, macOS
mozartk/process-checker
17 Downloads
Get list of running processes by process name, supports Windows and unix, macOS
kkirsz/process-manager
5808 Downloads
Process Manager helps you to see statuses for long running Processes
itul/process-observer
4 Downloads
Track long running processess
bitandblack/process-log
26 Downloads
Helps logging multiple and possibly asynchronously running processes
xthukuh/process
2 Downloads
A simple php proc_open wrapper class. Supports running background process on windows/linux, get child process pid buffer output among other functions.
ofbeaton/command-running
203 Downloads
Detects if a command or process is currently running.
kapitchi/process
115 Downloads
Long time execution script updates. Get stdout of long running script from another process!
hypnopompia/process
3022 Downloads
Process is a PHP library to help with the task of running other applications asynchronously from PHP in a pseudo-threaded way.
workmote/iscli
57 Downloads
Tells if running process is run as cli or not.
mluex/endless-cron-command
20 Downloads
Extension of wrep/daemonizable-command to easily run endless Symfony commands as cronjobs.