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)19145.0k↑21.9%5MITPHPPHP &gt;=7.4

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 1mo ago

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 86% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity41

Moderate usage in the ecosystem

Community13

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

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

1919d 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://www.gravatar.com/avatar/deedb7b33b644671b9786c460d939eab58cf115af0201042ab65713040f1ff28?d=identicon)[andersondanilo](/maintainers/andersondanilo)

---

Top Contributors

[![andersondanilo](https://avatars.githubusercontent.com/u/5572326?v=4)](https://github.com/andersondanilo "andersondanilo (11 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

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