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

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

nimaebrazi/php-http-client
==========================

1.0.0(6y ago)12[2 PRs](https://github.com/nimaebrazi/php-http-client/pulls)MITPHPPHP &gt;=7.0

Since Oct 20Pushed 2y ago1 watchersCompare

[ Source](https://github.com/nimaebrazi/php-http-client)[ Packagist](https://packagist.org/packages/nimaebrazi/php-http-client)[ RSS](/packages/nimaebrazi-php-http-client/feed)WikiDiscussions master Synced today

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

PHP HTTP Client
===============

[](#php-http-client)

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

[](#installation)

### composer

[](#composer)

`composer require nimaebrazi/php-http-client`

Usage
-----

[](#usage)

ClientFactory methods return a instance of Client contract.

```
require_once "vendor/autoload.php";

$response = \NimaEbrazi\HttpClient\ClientFactory::guzzle()->get('YOUR_URL');
$response = \NimaEbrazi\HttpClient\ClientFactory::guzzle()->post('YOUR_URL');
$response = \NimaEbrazi\HttpClient\ClientFactory::guzzle()->put('YOUR_URL');
```

### Client Option

[](#client-option)

If client has special config, you can pass it to factory methods:

```
$response = \NimaEbrazi\HttpClient\ClientFactory::guzzle([
                'config_key' => 'config_value
             '])->get('YOUR_URL');
```

### Request Options

[](#request-options)

You can also pass request option

```
$response = \NimaEbrazi\HttpClient\ClientFactory::guzzle()->get('YOUR_URL', ['OPTION_KEY' => 'OPTION_VALUE']);
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

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

Unknown

Total

1

Last Release

2393d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12497401?v=4)[Nima Ebrazi](/maintainers/nimaebrazi)[@nimaebrazi](https://github.com/nimaebrazi)

---

Top Contributors

[![nimaebrazi](https://avatars.githubusercontent.com/u/12497401?v=4)](https://github.com/nimaebrazi "nimaebrazi (2 commits)")

---

Tags

httpclientrestcurlhttp clientweb service

### Embed Badge

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

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

###  Alternatives

[eightpoints/guzzle-bundle

Integrates Guzzle 6.x, a PHP HTTP Client, into Symfony. Comes with easy and powerful configuration options and optional plugins.

45912.1M55](/packages/eightpoints-guzzle-bundle)[zoonman/pixabay-php-api

PixabayClient is a PHP HTTP client library to access Pixabay's API

3354.7k](/packages/zoonman-pixabay-php-api)[e-moe/guzzle6-bundle

Integrates Guzzle 6 into your Symfony application

11259.2k](/packages/e-moe-guzzle6-bundle)[opgg/riotquest

RiotQuest, PHP RiotAPI client library that focused on multi request from OP.GG

172.6k](/packages/opgg-riotquest)

PHPackages © 2026

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