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

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

nyholm/http-client
==================

A light weight and super fast HTTP client

0.1.0(9y ago)52441MITPHPPHP ^5.6|^7.0

Since Jul 13Pushed 9y ago3 watchersCompare

[ Source](https://github.com/Nyholm/http-client)[ Packagist](https://packagist.org/packages/nyholm/http-client)[ Docs](http://tnyholm.se)[ RSS](/packages/nyholm-http-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (6)Versions (2)Used By (0)

Nyholm's HTTP client
====================

[](#nyholms-http-client)

[![Latest Version](https://camo.githubusercontent.com/26757292a3fe4174f8275b0294dd219cde6971e9c30e063efa488d094355cbb0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6e79686f6c6d2f687474702d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://github.com/nyholm/http-client/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Total Downloads](https://camo.githubusercontent.com/789286ea721fcf56184da622f322a9ba8e2ce9335e0a6bd4120d802907e68ab8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e79686f6c6d2f687474702d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nyholm/http-client)

**A super light HTTP client that sends PSR-7 HTTP messages.**

Install
-------

[](#install)

Via Composer

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

Usage
-----

[](#usage)

```
// Create a PSR-7 request
$request = MessageFactoryDiscovery::find()->createRequest('GET', 'http://example.com');

// You will get back a PSR-7 response
$response = (new Client)->sendRequest($request);
```

Documentation
-------------

[](#documentation)

There is no configuration of any kind that could be done to this client. If you want more functionality you should use Plugins to HTTPlug. See their [documentation](http://docs.php-http.org/en/latest/httplug/introduction.html).

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 76.2% 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

3588d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/401ccc5eea13c60cf807ae982af00e368e2166e2f26d8eb541dcd881a57385bc?d=identicon)[Nyholm](/maintainers/Nyholm)

---

Top Contributors

[![Nyholm](https://avatars.githubusercontent.com/u/1275206?v=4)](https://github.com/Nyholm "Nyholm (16 commits)")[![nicholasruunu](https://avatars.githubusercontent.com/u/483658?v=4)](https://github.com/nicholasruunu "nicholasruunu (5 commits)")

---

Tags

httppsr-7client

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[phpro/http-tools

HTTP tools for developing more consistent HTTP implementations.

28137.8k](/packages/phpro-http-tools)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78126.4M414](/packages/react-http)[league/uri-interfaces

Common tools for parsing and resolving RFC3987/RFC3986 URI

538204.9M23](/packages/league-uri-interfaces)[laudis/neo4j-php-client

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

184616.9k31](/packages/laudis-neo4j-php-client)[elastic/transport

HTTP transport PHP library for Elastic products

1920.6M7](/packages/elastic-transport)[vultr/vultr-php

The Official Vultr API PHP Wrapper.

2243.9k1](/packages/vultr-vultr-php)

PHPackages © 2026

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