An open API service indexing awesome lists of open source software.

https://github.com/diversen/php-parallel-process

Maybe the most simple way to run parallel processes in php
https://github.com/diversen/php-parallel-process

Last synced: over 1 year ago
JSON representation

Maybe the most simple way to run parallel processes in php

Awesome Lists containing this project

README

          

# php parallel process

Simple PHP library for running processes in parallel using [pcntl](https://www.php.net/manual/en/book.pcntl.php).

## Installation

composer require diversen/parallel-process

## Usage

See [example/simple.php](example/simple.php). E.g. run `php example/simple.php`

## Tests

./vendor/bin/phpunit tests

## License

MIT © [Dennis Iversen](https://github.com/diversen)