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
- Host: GitHub
- URL: https://github.com/diversen/php-parallel-process
- Owner: diversen
- Created: 2023-03-05T13:44:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-17T23:05:02.000Z (over 3 years ago)
- Last Synced: 2025-02-07T22:28:28.056Z (over 1 year ago)
- Language: PHP
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)