diversen/parallel-processes

Maybe the most simple way to run parallel processes in php

v1.0.0 2023-03-17 22:37 UTC

This package is auto-updated.

Last update: 2024-04-18 01:38:41 UTC


README

Simple PHP library for running processes in parallel using pcntl.

Installation

composer require diversen/parallel-process

Usage

See example/simple.php. E.g. run php example/simple.php

Tests

./vendor/bin/phpunit tests

License

MIT © Dennis Iversen