PHPackages                             ricardofiorani/guzzle-psr18-adapter - 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. ricardofiorani/guzzle-psr18-adapter

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

ricardofiorani/guzzle-psr18-adapter
===================================

A Guzzle PSR-18 adapter

v1.0.5(5y ago)14294.2k↑162%4[1 PRs](https://github.com/ricardofiorani/guzzle-psr18-adapter/pulls)4MITPHPPHP ^7.1 || ^8.0

Since Sep 12Pushed 4y agoCompare

[ Source](https://github.com/ricardofiorani/guzzle-psr18-adapter)[ Packagist](https://packagist.org/packages/ricardofiorani/guzzle-psr18-adapter)[ Docs](https://github.com/ricardofiorani/guzzle-psr18-adapter)[ RSS](/packages/ricardofiorani-guzzle-psr18-adapter/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (4)Versions (8)Used By (4)

guzzle-psr18-adapter
====================

[](#guzzle-psr18-adapter)

[![Build Status](https://camo.githubusercontent.com/7da8f55d7d7a082393aa64ca6496a658b204225d37c15d6ac1b145b92e1d4856/68747470733a2f2f6170692e7472617669732d63692e6f72672f7269636172646f66696f72616e692f67757a7a6c652d70737231382d616461707465722e7376673f6272616e63683d6d6173746572)](http://travis-ci.org/ricardofiorani/guzzle-psr18-adapter)[![Minimum PHP Version](https://camo.githubusercontent.com/c53eb320dccad72cdfa36fad385fd7da701f25437c1c686a8e3a44c8141f4ac2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f7269636172646f66696f72616e692f67757a7a6c652d70737231382d616461707465722e737667)](https://php.net/)[![License](https://camo.githubusercontent.com/6e0c3a77770c4f729d8ffb17ded0c4bf03c6c58dc350533801d4cf2adf9b8bee/68747470733a2f2f706f7365722e707567782e6f72672f7269636172646f66696f72616e692f67757a7a6c652d70737231382d616461707465722f6c6963656e73652e706e67)](https://packagist.org/packages/ricardofiorani/guzzle-psr18-adapter)[![Total Downloads](https://camo.githubusercontent.com/5fac1b3ac3046ef6c5ce4b7f177a42702b13890332c2ccfccac448d262c39e4c/68747470733a2f2f706f7365722e707567782e6f72672f7269636172646f66696f72616e692f67757a7a6c652d70737231382d616461707465722f642f746f74616c2e706e67)](https://packagist.org/packages/ricardofiorani/guzzle-psr18-adapter)[![Coding Standards](https://camo.githubusercontent.com/bbde1fa96ef88cc4935dac2851741d5045ad4e348558501bc1031ca96926c7ef/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f63732d5053522d2d342d79656c6c6f772e737667)](https://github.com/php-fig-rectified/fig-rectified-standards)

A (very) simple guzzle PSR-18 adapter.

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

[](#requirements)

- PHP ^7.1 || ^8.0
- Guzzle ^6.3

Install
-------

[](#install)

Via Composer

```
$ composer require ricardofiorani/guzzle-psr18-adapter
```

Usage
-----

[](#usage)

```
$client = new \RicardoFiorani\GuzzlePsr18Adapter\Client();
$request = new \Your\Implementation\Of\Psr7\Request();
try {
    echo $client->sendRequest($request);
} catch (\Psr\Http\Client\ClientExceptionInterface $exception) {
    // your error handling
}
```

For futher documentation please see

Testing
-------

[](#testing)

```
$ composer test
```

Credits
-------

[](#credits)

- [Ricardo Fiorani](https://github.com/ricardofiorani)
- [All Contributors](../../contributors)

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity42

Moderate usage in the ecosystem

Community18

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 73.3% 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 ~184 days

Recently: every ~229 days

Total

6

Last Release

1884d ago

PHP version history (2 changes)v1.0PHP ^7.1

v1.0.5PHP ^7.1 || ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1641075?v=4)[Ricardo Fiorani](/maintainers/ricardofiorani)[@ricardofiorani](https://github.com/ricardofiorani)

---

Top Contributors

[![ricardofiorani](https://avatars.githubusercontent.com/u/1641075?v=4)](https://github.com/ricardofiorani "ricardofiorani (11 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (2 commits)")[![Makinami](https://avatars.githubusercontent.com/u/9460593?v=4)](https://github.com/Makinami "Makinami (1 commits)")[![stof](https://avatars.githubusercontent.com/u/439401?v=4)](https://github.com/stof "stof (1 commits)")

---

Tags

adapterguzzlephppsr-18psr-7psr-18Guzzle

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ricardofiorani-guzzle-psr18-adapter/health.svg)

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

###  Alternatives

[php-http/guzzle7-adapter

Guzzle 7 HTTP Adapter

9157.1M555](/packages/php-http-guzzle7-adapter)[graham-campbell/guzzle-factory

Provides A Simple Guzzle Factory With Good Defaults

916.4M49](/packages/graham-campbell-guzzle-factory)[auxmoney/opentracing-bundle-core

Symfony Opentracing bundle to easily enable distributed tracing

25904.4k9](/packages/auxmoney-opentracing-bundle-core)[claude-php/claude-php-sdk

A universal, framework-agnostic PHP SDK for the Anthropic Claude API with PSR compliance

13920.7k2](/packages/claude-php-claude-php-sdk)[art4/requests-psr18-adapter

Use WordPress/Requests as a PSR-18 HTTP client

153.3k](/packages/art4-requests-psr18-adapter)

PHPackages © 2026

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