ParallelProcesses 1.0
A library to handle parallel process executions using Symfony Process component
Project startWed, 04 Jan 2017
Last releaseTue, 27 Aug 2019
Introduction
This library provides a simple way to handle multiple parallel running processes.
It uses the Symfony Process component and the Symfony Event Dispatcher.
Installation
Install the package using composer require programie/parallelprocesses
.