https://github.com/in2code-de/process-manager
This is a fork from the co-stack package https://gitlab.com/co-stack.com/co-stack.com/php-packages/process-manager
https://github.com/in2code-de/process-manager
Last synced: 21 days ago
JSON representation
This is a fork from the co-stack package https://gitlab.com/co-stack.com/co-stack.com/php-packages/process-manager
- Host: GitHub
- URL: https://github.com/in2code-de/process-manager
- Owner: in2code-de
- License: mit
- Created: 2026-01-22T10:49:48.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2026-01-22T11:03:05.000Z (5 months ago)
- Last Synced: 2026-04-23T04:28:55.331Z (about 2 months ago)
- Language: PHP
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> **📦 Migration Notice**
> This package was originally hosted at `https://gitlab.com/co-stack.com/co-stack.com/php-packages/process-manager`.
> It is now maintained by [in2code GmbH](https://www.in2code.de).
>
> - **Old location:** `co-stack.com/co-stack.com/php-packages/process-manager` (no longer available)
> - **New location:** `github.com/in2code-de/process-manager`
> - **Composer name:** `co-stack/process-manager` (unchanged)
# This is a fork from the abandoned package [co-stack/process-manager](https://gitlab.com/co-stack.com/co-stack.com/php-packages/process-manager)
This package is a simple wrapper to enable parallel processing using [Symfony Process](http://symfony.com/doc/current/components/process.html) component and is only
used in the Content Publisher setup.
---
# co-stack/process-manager
A simple wrapper to enable parallel processing
using [Symfony Process](http://symfony.com/doc/current/components/process.html) component.
## Installation
`composer require co-stack/process-manager`
## Example
```php
runParallel($processes, $maxParallelProcesses, $pollingInterval);
```
## Other
This is a fork of [jagandecapri/symfony-parallel-process](https://github.com/jagandecapri/symfony-parallel-process)
where I contributed to in 2016. Since that, the repo was not maintained, so I decided to take over and update it.