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

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

andersondanilo/process-pool
===========================

v2.0.1(5y ago)19147.0k↑14.1%5MITPHPPHP &gt;=7.4CI failing

Since May 26Pushed 2y ago2 watchersCompare

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

READMEChangelog (3)Dependencies (7)Versions (4)Used By (0)

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

[](#php-process-pool)

[![Latest Version](https://camo.githubusercontent.com/40e33cc14a0c5559d533af4e25c84bfab818d0a8ac6307d1a941ca450635747c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f616e646572736f6e64616e696c6f2f70726f636573732d706f6f6c2e7376673f7374796c653d666c61742d737175617265)](https://github.com/andersondanilo/process-pool/releases)[![Total Downloads](https://camo.githubusercontent.com/eea8db2b604a7d4301ba9c7f34d66da81bd1b33443e24f395fc55c0b754871ce/68747470733a2f2f706f7365722e707567782e6f72672f616e646572736f6e64616e696c6f2f70726f636573732d706f6f6c2f646f776e6c6f616473)](//packagist.org/packages/andersondanilo/process-pool)[![CI](https://github.com/andersondanilo/process-pool/workflows/CI/badge.svg)](https://github.com/andersondanilo/process-pool/workflows/CI/badge.svg)

PHP Process Pool is a simple process pool using symfony process

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

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

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

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity41

Moderate usage in the ecosystem

Community14

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

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

###  Release Activity

Cadence

Every ~497 days

Total

3

Last Release

1964d ago

Major Versions

v1.0.0 → v2.0.02021-02-13

PHP version history (2 changes)v1.0.0PHP ^7.0

v2.0.0PHP &gt;=7.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5572326?v=4)[Anderson Danilo](/maintainers/andersondanilo)[@andersondanilo](https://github.com/andersondanilo)

---

Top Contributors

[![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)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[friendsofphp/php-cs-fixer

A tool to automatically fix PHP code style

13.5k251.2M25.1k](/packages/friendsofphp-php-cs-fixer)[civicrm/civicrm-core

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

751291.4k42](/packages/civicrm-civicrm-core)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

21866.0M1.7k](/packages/drupal-core)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6942.5M419](/packages/drupal-core-recommended)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M572](/packages/shopware-core)

PHPackages © 2026

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