programie / parallel-processes
A library to handle parallel process executions using Symfony Process component
Installs: 55
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/programie/parallel-processes
Requires
- symfony/event-dispatcher: ^3.2
- symfony/process: ^3.2
This package is auto-updated.
Last update: 2025-10-08 20:52:29 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