|
| 1 | +--- |
| 2 | +hide: |
| 3 | + - toc |
| 4 | +--- |
| 5 | + |
| 6 | +# Parallel processes |
| 7 | + |
| 8 | +`parallel-processes` is an open source tool to execute processes in parallel, with these key features: |
| 9 | + |
| 10 | +<div class="grid cards" markdown> |
| 11 | + |
| 12 | +- :material-docker:{ .lg .middle } __Install it or use Docker images__ |
| 13 | + |
| 14 | + --- |
| 15 | + |
| 16 | + Install it as a Composer dependency or use the Docker images to avoid installing anything. |
| 17 | + |
| 18 | + [:octicons-arrow-right-24: Installation](installation/composer-dependency.md) |
| 19 | + |
| 20 | +- :material-file-tree:{ .lg .middle } __Process start rules__ |
| 21 | + |
| 22 | + --- |
| 23 | + |
| 24 | + Configure when your process should start: immediately, wait for another process, bootstrap or tear down. |
| 25 | + |
| 26 | + [:octicons-arrow-right-24: Bootstrap or tear down](usage/bootstrap-tear-down.md) |
| 27 | + |
| 28 | +- :material-cog-outline:{ .lg .middle } __Process configuration__ |
| 29 | + |
| 30 | + --- |
| 31 | + |
| 32 | + Configure each process: name, command, max execution time, output verbosity, etc. |
| 33 | + |
| 34 | + [:octicons-arrow-right-24: Configure process](usage/process-configuration.md) |
| 35 | + |
| 36 | +- :material-cog-outline:{ .lg .middle } __Processes execution configuration__ |
| 37 | + |
| 38 | + --- |
| 39 | + |
| 40 | + Configure your processes in PHP. |
| 41 | + |
| 42 | + [:octicons-arrow-right-24: Minimal configuration](usage/minimal-configuration.md) |
| 43 | + |
| 44 | +- :material-message-bulleted:{ .lg .middle } __Verbosity__ |
| 45 | + |
| 46 | + --- |
| 47 | + |
| 48 | + Use verbosity to define if you want to show processes output, execution time, only error outputs or all outputs. |
| 49 | + |
| 50 | + [:octicons-arrow-right-24: Output verbosity](usage/output-verbosity.md) |
| 51 | + |
| 52 | +- :material-compare:{ .lg .middle } __Theme__ |
| 53 | + |
| 54 | + --- |
| 55 | + |
| 56 | + Choose your theme between Default and Summary, or create your own. |
| 57 | + |
| 58 | + [:octicons-arrow-right-24: Theme configuration](theme/configuration.md) |
| 59 | + |
| 60 | +</div> |
| 61 | + |
| 62 | +# License |
| 63 | + |
| 64 | +`parallel-processes` is under [Apache 2.0 license](getting-started/license.md). |
0 commit comments