Libraries tagged by running processes
itul/process-records
681 Downloads
Utility for displaying progress bar long running scripts to the browser.
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
juliendufresne/inter-app-request-identifier
5298 Downloads
Defines an interface to identify a process running between multiple applications
qlimix/process-unix
7 Downloads
Running sync long running processes
php-base/processes
10 Downloads
Better abstractions for running processes in PHP
mozartk/process-finder
149 Downloads
Get list of running processes by name or pid, supports windows and unix, macOS
mozartk/process-checker
18 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
6 Downloads
Track long running processess
bitandblack/process-log
26 Downloads
Helps logging multiple and possibly asynchronously running processes
xthukuh/process
3 Downloads
A simple php proc_open wrapper class. Supports running background process on windows/linux, get child process pid buffer output among other functions.
kapitchi/process
115 Downloads
Long time execution script updates. Get stdout of long running script from another process!
hypnopompia/process
3026 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
58 Downloads
Tells if running process is run as cli or not.