programie/parallel-processes

A library to handle parallel process executions using Symfony Process component

1.0 2017-02-04 23:46 UTC

This package is auto-updated.

Last update: 2024-04-03 15:13:11 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.

License Latest Stable Version Latest Unstable Version Total Downloads

Installation

Add the composer package "programie/parallel-processes" to the required packages of your composer.json:

composer require programie/parallel-processes