|
| 1 | +--- |
| 2 | +hide: |
| 3 | + - toc |
| 4 | +--- |
| 5 | + |
| 6 | +# Presentation |
| 7 | + |
| 8 | +`parallel-processes` is an open-source PHP library for running multiple processes in parallel. |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | +# Key features |
| 13 | + |
| 14 | +<div class="grid cards" markdown> |
| 15 | + |
| 16 | +- :material-docker:{ .lg .middle } __Install it or use Docker images__ |
| 17 | + |
| 18 | + --- |
| 19 | + |
| 20 | + Install it as a Composer dependency or use the provided Docker images to avoid a local installation. |
| 21 | + |
| 22 | + [:octicons-arrow-right-24: Installation](installation/composer-dependency.md) |
| 23 | + |
| 24 | +- :material-file-tree:{ .lg .middle } __Process start rules__ |
| 25 | + |
| 26 | + --- |
| 27 | + |
| 28 | + Configure when a process should start: immediately, after another process, during bootstrap, or during teardown. |
| 29 | + |
| 30 | + [:octicons-arrow-right-24: Bootstrap or tear down](usage/bootstrap-tear-down.md) |
| 31 | + |
| 32 | +- :material-cog-outline:{ .lg .middle } __Process configuration__ |
| 33 | + |
| 34 | + --- |
| 35 | + |
| 36 | + Configure each process: name, command, maximum execution time, output verbosity, etc. |
| 37 | + |
| 38 | + [:octicons-arrow-right-24: Configure process](usage/process-configuration/miscellaneous.md) |
| 39 | + |
| 40 | +- :material-cog-outline:{ .lg .middle } __Execution configuration__ |
| 41 | + |
| 42 | + --- |
| 43 | + |
| 44 | + Configure execution settings for your processes using PHP: process order, refresh interval, timeout, etc. |
| 45 | + |
| 46 | + [:octicons-arrow-right-24: Minimal configuration](usage/minimal-configuration.md) |
| 47 | + |
| 48 | +- :material-message-bulleted:{ .lg .middle } __Verbosity__ |
| 49 | + |
| 50 | + --- |
| 51 | + |
| 52 | + Control output verbosity: show process output, execution time, only errors, or all output. |
| 53 | + |
| 54 | + [:octicons-arrow-right-24: Output verbosity](usage/output-verbosity.md) |
| 55 | + |
| 56 | +- :material-compare:{ .lg .middle } __Theme__ |
| 57 | + |
| 58 | + --- |
| 59 | + |
| 60 | + Choose between the Default and Summary themes, or create a custom theme. |
| 61 | + |
| 62 | + [:octicons-arrow-right-24: Theme configuration](theme/configuration.md) |
| 63 | + |
| 64 | +</div> |
| 65 | + |
| 66 | +# License |
| 67 | + |
| 68 | +`parallel-processes` is licensed under the [Apache 2.0 License](getting-started/license.md). |
| 69 | + |
| 70 | +# Links |
| 71 | + |
| 72 | +GitHub: [steevanb/php-parallel-processes](https://github.com/steevanb/php-parallel-processes) |
| 73 | + |
| 74 | +Docker Hub: [steevanb/php-parallel-processes](https://hub.docker.com/r/steevanb/php-parallel-processes) |
| 75 | + |
| 76 | +Creator: [Steevan BARBOYON](http://prestation.info-droid.fr/) |
0 commit comments