programie / parallel-processes
A library to handle parallel process executions using Symfony Process component
1.0
2017-02-04 23:46 UTC
Requires
- symfony/event-dispatcher: ^3.2
- symfony/process: ^3.2
This package is auto-updated.
Last update: 2024-11-08 18:25:35 UTC
README
This library provides a simple way to handle multiple parallel running processes.
It uses the Symfony Process component and the Symfony Event Dispatcher.
Installation
Add the composer package "programie/parallel-processes" to the required packages of your composer.json:
composer require programie/parallel-processes