PHPackages                             cognesy/instructor-http-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. [HTTP &amp; Networking](/categories/http)
4. /
5. cognesy/instructor-http-pool

ActiveLibrary[HTTP &amp; Networking](/categories/http)

cognesy/instructor-http-pool
============================

Concurrent HTTP request execution for Instructor

v2.5.2(2w ago)032MITPHPPHP ^8.3

Since Mar 13Pushed 2w agoCompare

[ Source](https://github.com/cognesy/instructor-http-pool)[ Packagist](https://packagist.org/packages/cognesy/instructor-http-pool)[ RSS](/packages/cognesy-instructor-http-pool/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (9)Dependencies (45)Versions (10)Used By (2)

HTTP Pool
=========

[](#http-pool)

Concurrent HTTP request execution for Instructor.

`http-pool` is intentionally separate from `http-client`:

- `http-client` handles one request at a time
- `http-pool` handles many requests at once

Quick Start
-----------

[](#quick-start)

```
use Cognesy\Http\Collections\HttpRequestList;
use Cognesy\Http\Data\HttpRequest;
use Cognesy\HttpPool\Config\HttpPoolConfig;
use Cognesy\HttpPool\HttpPool;

$pool = HttpPool::fromConfig(new HttpPoolConfig(driver: 'guzzle'));

$responses = $pool->pool(
    HttpRequestList::of(
        new HttpRequest('https://example.com/a', 'GET', [], '', []),
        new HttpRequest('https://example.com/b', 'GET', [], '', []),
    ),
    maxConcurrent: 2,
);
```

Docs
----

[](#docs)

- `packages/http-pool/docs/overview.md`
- `packages/http-pool/docs/quickstart.md`
- `packages/http-pool/docs/custom-handlers.md`

###  Health Score

44

—

FairBetter than 90% of packages

Maintenance96

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity55

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 ~16 days

Recently: every ~28 days

Total

9

Last Release

19d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/184133?v=4)[Dariusz Debowczyk](/maintainers/ddebowczyk)[@ddebowczyk](https://github.com/ddebowczyk)

---

Top Contributors

[![ddebowczyk](https://avatars.githubusercontent.com/u/184133?v=4)](https://github.com/ddebowczyk "ddebowczyk (11 commits)")

###  Code Quality

TestsPest

Static AnalysisPHPStan, Psalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/cognesy-instructor-http-pool/health.svg)

```
[![Health](https://phpackages.com/badges/cognesy-instructor-http-pool/health.svg)](https://phpackages.com/packages/cognesy-instructor-http-pool)
```

###  Alternatives

[tsheetsteam/api_phplib

PHP Helper Library for TSheets API

112.5k](/packages/tsheetsteam-api-phplib)

PHPackages © 2026

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