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. cognesy/instructor-http-pool

ActiveLibrary

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

Concurrent HTTP request execution for Instructor

v2.2.0(1mo ago)002MITPHPPHP ^8.3

Since Mar 13Pushed 1mo 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 1mo ago

READMEChangelog (3)Dependencies (15)Versions (4)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

39

—

LowBetter than 86% of packages

Maintenance90

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity51

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

Total

3

Last Release

52d ago

### Community

Maintainers

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

---

Top Contributors

[![ddebowczyk](https://avatars.githubusercontent.com/u/184133?v=4)](https://github.com/ddebowczyk "ddebowczyk (8 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)
```

PHPackages © 2026

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