PHPackages                             saxulum/saxulum-http-client-adapter-guzzle - 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. saxulum/saxulum-http-client-adapter-guzzle

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

saxulum/saxulum-http-client-adapter-guzzle
==========================================

Saxulum Http Client Adapter Guzzle

1.0.2(11y ago)0511MITPHPPHP &gt;=5.3

Since Oct 20Pushed 8y agoCompare

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

READMEChangelogDependencies (3)Versions (6)Used By (1)

saxulum-http-client-adapter-guzzle
==================================

[](#saxulum-http-client-adapter-guzzle)

[![Build Status](https://camo.githubusercontent.com/ffb1c115cf3bb3c54f23a346bd5399355f934b97de093a24ab5ca1be5a86654e/68747470733a2f2f6170692e7472617669732d63692e6f72672f736178756c756d2f736178756c756d2d687474702d636c69656e742d616461707465722d67757a7a6c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/saxulum/saxulum-http-client-adapter-guzzle)[![Total Downloads](https://camo.githubusercontent.com/7c874379a0d339d2ab476cb1a94e49a7fa667a650a388360248ab1b4e3bdd7fc/68747470733a2f2f706f7365722e707567782e6f72672f736178756c756d2f736178756c756d2d687474702d636c69656e742d616461707465722d67757a7a6c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/saxulum/saxulum-http-client-adapter-guzzle)[![Latest Stable Version](https://camo.githubusercontent.com/983dfc50d9a6c4c95c558f582e187b1b7679f5443d20e4cbd88b9f90db829e28/68747470733a2f2f706f7365722e707567782e6f72672f736178756c756d2f736178756c756d2d687474702d636c69656e742d616461707465722d67757a7a6c652f762f737461626c652e706e67)](https://packagist.org/packages/saxulum/saxulum-http-client-adapter-guzzle)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/65298706c757b0b6501e9d39129cc3c70f2e75620220c077e5d4f8df6c7ca196/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f736178756c756d2f736178756c756d2d687474702d636c69656e742d616461707465722d67757a7a6c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/saxulum/saxulum-http-client-adapter-guzzle/?branch=master)

Features
--------

[](#features)

- Provides a http client interface adapter for [guzzle](https://packagist.org/packages/guzzlehttp/guzzle)

Requirements
------------

[](#requirements)

- PHP 5.3+
- Guzzle ~5.0 (PHP 5.4+)

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

[](#installation)

Through [Composer](http://getcomposer.org) as [saxulum/saxulum-http-client-adapter-guzzle](https://packagist.org/packages/saxulum/saxulum-http-client-adapter-guzzle).

Usage
-----

[](#usage)

```
use Saxulum\HttpClient\Guzzle\HttpClient;
use Saxulum\HttpClient\Request;

$httpClient = new HttpClient();
$response = $httpClient->request(new Request(
    '1.1',
    Request::METHOD_GET,
    'http://en.wikipedia.org',
    array(
        'Connection' => 'close',
    )
));

```

You can inject your own guzzle client instance while creating the http client instance.

```
use GuzzleHttp\Client;
use Saxulum\HttpClient\Guzzle\HttpClient;

$client = new Client;
$httpClient = new HttpClient($client);

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity62

Established project with proven stability

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

Total

5

Last Release

4216d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/55048de83ca5e5d8c67164a19c78edcaad413b0c1a4ae10d92edf8d77bedd90f?d=identicon)[dominikzogg](/maintainers/dominikzogg)

---

Top Contributors

[![dominikzogg](https://avatars.githubusercontent.com/u/1011217?v=4)](https://github.com/dominikzogg "dominikzogg (13 commits)")

---

Tags

httpclienthttp clientGuzzleadaptersaxulum

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/saxulum-saxulum-http-client-adapter-guzzle/health.svg)

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

###  Alternatives

[amphp/http-client-guzzle-adapter

Guzzle adapter for Amp's HTTP client.

1523.6k1](/packages/amphp-http-client-guzzle-adapter)[e-moe/guzzle6-bundle

Integrates Guzzle 6 into your Symfony application

11259.2k](/packages/e-moe-guzzle6-bundle)[m6web/guzzle-http-bundle

Symfony bundle on top of Guzzle

17511.5k2](/packages/m6web-guzzle-http-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)
