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

AbandonedArchivedLibrary[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 yesterday

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 64% 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

2343d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/244697?v=4)[Vladimir Tkachev](/maintainers/avolver)[@avolver](https://github.com/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

[roundcube/carddav

CardDAV adapter for connecting to CardDAV-enabled addressbooks

28155.3k](/packages/roundcube-carddav)[fale/isbn

ISBN library

88524.8k6](/packages/fale-isbn)[izniburak/laravel-auto-routes

Auto Route Generating (Auto-Discovery) Package for Laravel

23645.3k](/packages/izniburak-laravel-auto-routes)[nystudio107/craft-typogrify

Typogrify prettifies your web typography by preventing ugly quotes and 'widows' and more

70381.7k18](/packages/nystudio107-craft-typogrify)[efureev/laravel-trees

Multi-Tree structures for Laravel

14253.3k4](/packages/efureev-laravel-trees)[tuupola/base32

Base32 encoder and decoder for arbitrary data

14552.2k6](/packages/tuupola-base32)

PHPackages © 2026

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