| hide |
|
|---|
parallel-processes is an open-source PHP library for running multiple processes in parallel.
-
:material-docker:{ .lg .middle } Install it or use Docker images
Install it as a Composer dependency or use the provided Docker images to avoid a local installation.
-
:material-file-tree:{ .lg .middle } Process start rules
Configure when a process should start: immediately, after another process, during bootstrap, or during teardown.
-
:material-cog-outline:{ .lg .middle } Process configuration
Configure each process: name, command, maximum execution time, output verbosity, etc.
-
:material-cog-outline:{ .lg .middle } Execution configuration
Configure execution settings for your processes using PHP: process order, refresh interval, timeout, etc.
-
:material-message-bulleted:{ .lg .middle } Verbosity
Control output verbosity: show process output, execution time, only errors, or all outputs.
-
:material-compare:{ .lg .middle } Theme
Choose between the Default and Summary themes, or create a custom theme.
parallel-processes is licensed under the Apache 2.0 License.
GitHub: steevanb/php-parallel-processes
Docker Hub: steevanb/php-parallel-processes
Creator: Steevan BARBOYON
