PHPackages                             6dreams/parallel-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. 6dreams/parallel-pool

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

6dreams/parallel-pool
=====================

Presents parallel functionality as pool

1.1.4(6y ago)78113[1 issues](https://github.com/6dreams/parallel-pool/issues)MITPHPPHP &gt;=7.2CI failing

Since Jun 7Pushed 6y ago2 watchersCompare

[ Source](https://github.com/6dreams/parallel-pool)[ Packagist](https://packagist.org/packages/6dreams/parallel-pool)[ RSS](/packages/6dreams-parallel-pool/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (6)Dependencies (1)Versions (7)Used By (0)

Pools in php-parallel extension
===============================

[](#pools-in-php-parallel-extension)

Provides simmular pool interface in parallel as pthreads.

Usage
-----

[](#usage)

```
$pool = new Pool(
    __DIR__ . '/bootstrap_or_autoloader.php',
    2,
    static function (ThreadConfigInterface $config) {
        echo $config->getId() . "\n";
    }
);

$pool->submit([]);
$pool->submit([]);
$pool->submit([]);
$pool->submit([]);
$pool->submit([]);

while ($pool->collect()) {
    \usleep(0);
}
```

###  Health Score

30

—

LowBetter than 65% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~37 days

Recently: every ~44 days

Total

6

Last Release

2340d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c236f438dd1ce3e65fbcb515b11fd3ea747dc3ecf47fa3338d1269cebbb5e6f8?d=identicon)[avolver](/maintainers/avolver)

![](https://www.gravatar.com/avatar/12a2fdd44f5bb2df6dd20cc8d20c4660de2652ddcc970b5387a37ea0ecfe8a7b?d=identicon)[.fry](/maintainers/.fry)

---

Top Contributors

[![dotfry](https://avatars.githubusercontent.com/u/13024015?v=4)](https://github.com/dotfry "dotfry (7 commits)")

---

Tags

ext-parallelphppooling

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/6dreams-parallel-pool/health.svg)

```
[![Health](https://phpackages.com/badges/6dreams-parallel-pool/health.svg)](https://phpackages.com/packages/6dreams-parallel-pool)
```

###  Alternatives

[giggsey/locale

Locale functions required by libphonenumber-for-php

635141.2M14](/packages/giggsey-locale)[jeroendesloovere/vcard

This VCard PHP class can generate a vCard with some data. When using an iOS device it will export as a .ics file because iOS devices don't support the default .vcf files.

5193.6M12](/packages/jeroendesloovere-vcard)[coderflex/laravel-ticket

Laravel Ticket System, to help you manage your tickets eaisly

43178.0k1](/packages/coderflex-laravel-ticket)[prestashop/ps_shoppingcart

PrestaShop module ps\_shoppingcart

117.6M2](/packages/prestashop-ps-shoppingcart)[prestashop/ps_crossselling

PrestaShop - Cross selling

117.3M2](/packages/prestashop-ps-crossselling)[laracraft-tech/laravel-useful-additions

A collection of useful Laravel additions!

58109.4k](/packages/laracraft-tech-laravel-useful-additions)

PHPackages © 2026

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