PHPackages                             webwizardry/http-client - 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. webwizardry/http-client

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

webwizardry/http-client
=======================

PSR-7 Compatible HTTP(s) Client via cUrl

1.0.x-dev(1y ago)09BSD-3-ClausePHPPHP &gt;=8.3

Since Sep 11Pushed 1y agoCompare

[ Source](https://github.com/ww-workbench/http-client)[ Packagist](https://packagist.org/packages/webwizardry/http-client)[ RSS](/packages/webwizardry-http-client/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

PSR-7 совместимый HTTP(s) клиент
================================

[](#psr-7-совместимый-https-клиент)

Установка
---------

[](#установка)

```
$ composer require webwizardry/http-client
```

Использование
-------------

[](#использование)

```
$request = $factory->createRequest('GET', 'http://example.com');

$dispatcher = (new ClientMiddlewareDispatcher(new ClientMiddlewareFactory()))
    ->withClientMiddlewares([new HelloWorldMiddleware($factory)]);

$transport = new CurlClient($factory);

echo (new HttpClient($dispatcher, $transport))
        ->withTemporaryMiddlewares([new StripTagsMiddleware($factory)])
        ->sendRequest($request)
        ->getBody()->getContents() . "\n\n";
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity40

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

Unknown

Total

1

Last Release

612d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/58f31db129a69160edfa2e17b17168d7a3b18847c469019d4ebdd9319f396b57?d=identicon)[alexwweb](/maintainers/alexwweb)

---

Top Contributors

[![alex-webwizardry](https://avatars.githubusercontent.com/u/38095213?v=4)](https://github.com/alex-webwizardry "alex-webwizardry (5 commits)")

### Embed Badge

![Health badge](/badges/webwizardry-http-client/health.svg)

```
[![Health](https://phpackages.com/badges/webwizardry-http-client/health.svg)](https://phpackages.com/packages/webwizardry-http-client)
```

###  Alternatives

[api-platform/core

Build a fully-featured hypermedia or GraphQL API in minutes!

2.6k48.1M236](/packages/api-platform-core)[shopify/shopify-api

Shopify API Library for PHP

4634.8M16](/packages/shopify-shopify-api)[laudis/neo4j-php-client

Neo4j-PHP-Client is the most advanced PHP Client for Neo4j

184616.9k31](/packages/laudis-neo4j-php-client)[api-platform/state

API Platform state interfaces

223.4M57](/packages/api-platform-state)[akamai-open/edgegrid-client

Implements the Akamai {OPEN} EdgeGrid Authentication specified by https://developer.akamai.com/introduction/Client\_Auth.html

482.5M6](/packages/akamai-open-edgegrid-client)[mezzio/mezzio-authentication-oauth2

OAuth2 (server) authentication middleware for Mezzio and PSR-7 applications.

28483.0k2](/packages/mezzio-mezzio-authentication-oauth2)

PHPackages © 2026

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