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 26% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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

658d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11949957?v=4)[Alexey Volkov](/maintainers/alexwweb)[@alexwweb](https://github.com/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

[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[api-platform/core

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

2.6k51.2M337](/packages/api-platform-core)[cakephp/cakephp

The CakePHP framework

8.9k19.5M1.8k](/packages/cakephp-cakephp)[nelmio/api-doc-bundle

Generates documentation for your REST API from attributes

2.4k67.4M263](/packages/nelmio-api-doc-bundle)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6942.5M418](/packages/drupal-core-recommended)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k42](/packages/civicrm-civicrm-core)

PHPackages © 2026

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