PHPackages                             tonicforhealth/parallel-process-runner - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. tonicforhealth/parallel-process-runner

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

tonicforhealth/parallel-process-runner
======================================

v1.1.0(7y ago)6544.3k↓23.1%5[1 PRs](https://github.com/tonicforhealth/parallel-process-runner/pulls)2PHP

Since Dec 10Pushed 7y ago4 watchersCompare

[ Source](https://github.com/tonicforhealth/parallel-process-runner)[ Packagist](https://packagist.org/packages/tonicforhealth/parallel-process-runner)[ RSS](/packages/tonicforhealth-parallel-process-runner/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (3)Versions (8)Used By (2)

Install
=======

[](#install)

Install via composer

```
$ composer require tonicforhealth/parallel-process-runner
```

Usage
=====

[](#usage)

```
$runner = new \Tonic\ParallelProcessRunner\ParallelProcessRunner();
$runner
    ->setMaxParallelProcess(4)
    ->add(new Process('ls'))
    ->add([
        new Process('ls'),
        new Process('ls'),
    ])
    ->run();
```

[![Code Climate](https://camo.githubusercontent.com/544a2d30c7731bf48a41b50818a89b8793dc4dbee242b0478d71ee0e223c4a9a/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f746f6e6963666f726865616c74682f706172616c6c656c2d70726f636573732d72756e6e65722f6261646765732f6770612e737667)](https://codeclimate.com/github/tonicforhealth/parallel-process-runner)

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity41

Moderate usage in the ecosystem

Community17

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 50% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~188 days

Recently: every ~282 days

Total

7

Last Release

2681d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0c6371aafe22b49eb5c096eb1733a0f25712ada6deeff48ab274c64aa918117f?d=identicon)[tonic](/maintainers/tonic)

---

Top Contributors

[![kandelyabre](https://avatars.githubusercontent.com/u/1235455?v=4)](https://github.com/kandelyabre "kandelyabre (3 commits)")[![TheRatG](https://avatars.githubusercontent.com/u/1580318?v=4)](https://github.com/TheRatG "TheRatG (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tonicforhealth-parallel-process-runner/health.svg)

```
[![Health](https://phpackages.com/badges/tonicforhealth-parallel-process-runner/health.svg)](https://phpackages.com/packages/tonicforhealth-parallel-process-runner)
```

###  Alternatives

[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

728272.9k20](/packages/civicrm-civicrm-core)[regularjack/frontend-bundle

A modern frontend development workflow for Symfony apps

3122.6k](/packages/regularjack-frontend-bundle)[vaimo/composer-changelogs

Provide information about package changes based on changelog files that are bundled with releases; provide tools for generating documentation files from changelog sources

11150.5k10](/packages/vaimo-composer-changelogs)[leapt/core-bundle

Symfony LeaptCoreBundle

2529.1k4](/packages/leapt-core-bundle)[numero2/contao-storelocator

Contao Plugin for managing stores (or in common address data) and providing a frontend-search based on geo data

121.5k](/packages/numero2-contao-storelocator)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
