PHPackages                             gemorroj/process-pool - 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. gemorroj/process-pool

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

gemorroj/process-pool
=====================

42PHPCI passing

Since Apr 10Pushed 2mo agoCompare

[ Source](https://github.com/Gemorroj/process-pool)[ Packagist](https://packagist.org/packages/gemorroj/process-pool)[ RSS](/packages/gemorroj-process-pool/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

PHP Process Pool
================

[](#php-process-pool)

[![License](https://camo.githubusercontent.com/d840a5f0e85d5d68e062cb5f64a907367623001475210e91eda0aa342b98b3cd/68747470733a2f2f706f7365722e707567782e6f72672f67656d6f72726f6a2f70726f636573732d706f6f6c2f6c6963656e7365)](https://packagist.org/packages/gemorroj/process-pool)[![Latest Stable Version](https://camo.githubusercontent.com/4db562b0251b8ebb8231112edbfc53433437af9ff81b5e5ab96e9d4ee5c50932/68747470733a2f2f706f7365722e707567782e6f72672f67656d6f72726f6a2f70726f636573732d706f6f6c2f762f737461626c65)](https://packagist.org/packages/gemorroj/process-pool)[![Continuous Integration](https://github.com/Gemorroj/process-pool/workflows/Continuous%20Integration/badge.svg)](https://github.com/Gemorroj/process-pool/actions?query=workflow%3A%22Continuous+Integration%22)

PHP Process Pool is a simple process pool using Symfony Process

### System requirements:

[](#system-requirements)

- PHP &gt;= 8.4
- proc\_open

### Installation:

[](#installation)

```
composer require gemorroj/process-pool
```

### Example:

[](#example)

```
use ProcessPool\ProcessPool;
use Symfony\Component\Process\Process;

function processGenerator(int $count): \Generator {
    for ($i = 0; $i < 10; $i++) {
        yield new Process(['sleep', $i]);
    }
}

$processes = processGenerator(10);
$pool = new ProcessPool($processes);
$pool->wait();
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance56

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity12

Early-stage or recently created project

 Bus Factor1

Top contributor holds 53.6% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/885731?v=4)[hidden\_nickname](/maintainers/Gemorroj)[@Gemorroj](https://github.com/Gemorroj)

---

Top Contributors

[![Gemorroj](https://avatars.githubusercontent.com/u/885731?v=4)](https://github.com/Gemorroj "Gemorroj (15 commits)")[![andersondanilo](https://avatars.githubusercontent.com/u/5572326?v=4)](https://github.com/andersondanilo "andersondanilo (11 commits)")[![kapunakap](https://avatars.githubusercontent.com/u/1783732?v=4)](https://github.com/kapunakap "kapunakap (1 commits)")[![NinoSkopac](https://avatars.githubusercontent.com/u/1783732?v=4)](https://github.com/NinoSkopac "NinoSkopac (1 commits)")

### Embed Badge

![Health badge](/badges/gemorroj-process-pool/health.svg)

```
[![Health](https://phpackages.com/badges/gemorroj-process-pool/health.svg)](https://phpackages.com/packages/gemorroj-process-pool)
```

###  Alternatives

[jalle19/php-whitelist-check

Provides a simple way to check whether an address or domain is on a whitelist

45796.8k4](/packages/jalle19-php-whitelist-check)

PHPackages © 2026

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