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

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

dspacelabs/http-client
======================

Simple PHP HTTP Client Library

v0.1.2(8y ago)0622MITPHP

Since Jun 20Pushed 8y agoCompare

[ Source](https://github.com/dSpaceLabs/http-client)[ Packagist](https://packagist.org/packages/dspacelabs/http-client)[ Docs](https://github.com/dSpaceLabs/http-client)[ RSS](/packages/dspacelabs-http-client/feed)WikiDiscussions master Synced 2mo ago

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

dspacelabs/http-client
======================

[](#dspacelabshttp-client)

Simple HTTP Client used for PHP and making web requests.

Installation
------------

[](#installation)

```
composer require dspacelabs/http-client
```

Examples
--------

[](#examples)

### Making a Web Request

[](#making-a-web-request)

```
use Dspacelabs\Component\Http\Client\Client;

$client = new Client();

// @var \Psr\Http\Message\Request $request
// @var \Psr\Http\Message\Response $response
$response = $client->sendWithRequest($request);
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community6

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

Total

3

Last Release

3239d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/447419?v=4)[Joshua Estes](/maintainers/joshuaestes)[@JoshuaEstes](https://github.com/JoshuaEstes)

---

Top Contributors

[![JoshuaEstes](https://avatars.githubusercontent.com/u/447419?v=4)](https://github.com/JoshuaEstes "JoshuaEstes (36 commits)")

---

Tags

curlhttp-clientphp-clientcurlpsr7

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[rmccue/requests

A HTTP library written in PHP, for human beings.

3.6k34.5M253](/packages/rmccue-requests)[php-http/curl-client

PSR-18 and HTTPlug Async client with cURL

48247.0M383](/packages/php-http-curl-client)[swlib/saber

Swoole coroutine HTTP client

985145.0k27](/packages/swlib-saber)[smi2/phpclickhouse

PHP ClickHouse Client

83510.1M71](/packages/smi2-phpclickhouse)[league/openapi-psr7-validator

Validate PSR-7 messages against OpenAPI (3.0.2) specifications expressed in YAML or JSON

55615.9M69](/packages/league-openapi-psr7-validator)

PHPackages © 2026

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