PHPackages                             gonon/http-symfony - 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. gonon/http-symfony

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

gonon/http-symfony
==================

Symfony HTTP Client adapter for the Gonon ecosystem

1.0.0(1mo ago)1743MITPHPPHP ^8.2CI passing

Since Jul 9Pushed 1mo agoCompare

[ Source](https://github.com/GononLabs/http-symfony)[ Packagist](https://packagist.org/packages/gonon/http-symfony)[ Docs](https://github.com/GononLabs/http-symfony)[ RSS](/packages/gonon-http-symfony/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (1)Dependencies (5)Versions (2)Used By (3)

Gonon Symfony HTTP Adapter
==========================

[](#gonon-symfony-http-adapter)

This package provides the default Symfony HTTP Client adapter for the Gonon ecosystem. It acts as the bridge between `Gonon\Core\Contracts\HttpClientInterface` and `symfony/http-client`.

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

[](#installation)

```
composer require gonon/http-symfony
```

Usage
-----

[](#usage)

This package provides a concrete adapter for the core HTTP client interface.

```
use Gonon\Core\Http\Client;
use Gonon\Core\Configuration\Config;
use Gonon\Http\Symfony\SymfonyHttpClient;

// 1. Create the Symfony Adapter
$adapter = new SymfonyHttpClient();

// 2. Pass it to the Core HTTP Orchestrator
$client = new Client(adapter: $adapter);

// Now you can pass $client to any Gonon SDK (Tripay, Xendit, etc.)
```

Customizing the Symfony Client
------------------------------

[](#customizing-the-symfony-client)

You can inject a fully configured Symfony HTTP Client instance into the adapter if you need specific options (e.g., proxies, certs).

```
use Symfony\Component\HttpClient\HttpClient;
use Gonon\Http\Symfony\SymfonyHttpClient;

$symfonyClient = HttpClient::create([
    'max_duration' => 5,
    'proxy' => 'http://proxy.example.com:8080'
]);

$adapter = new SymfonyHttpClient($symfonyClient);
```

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance90

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity46

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

47d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fc64e00ab72c1b78f5ada3b983c7ee69701b71dd3c79c800235c810412037600?d=identicon)[nurfaizfy](/maintainers/nurfaizfy)

---

Top Contributors

[![nurfaizfy](https://avatars.githubusercontent.com/u/36664080?v=4)](https://github.com/nurfaizfy "nurfaizfy (1 commits)")

---

Tags

api-clientgononhttp-clientphpsymfonysymfony-http-clientapisymfonyhttp clientadaptergonon

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/gonon-http-symfony/health.svg)

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

###  Alternatives

[bitrix24/b24phpsdk

An official PHP library for the Bitrix24 REST API

10250.3k6](/packages/bitrix24-b24phpsdk)[openapi/openapi-sdk

Minimal and agnostic PHP SDK for Openapi® (https://openapi.com)

164.6k1](/packages/openapi-openapi-sdk)

PHPackages © 2026

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