PHPackages                             tech-noir-breakfast-club/guzzle-gzip-request-middleware - 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. tech-noir-breakfast-club/guzzle-gzip-request-middleware

ActiveLibrary

tech-noir-breakfast-club/guzzle-gzip-request-middleware
=======================================================

00PHP

Since Aug 12Pushed 6y ago1 watchersCompare

[ Source](https://github.com/TechNoirBreakfastClub/GuzzleGzipRequestMiddleware)[ Packagist](https://packagist.org/packages/tech-noir-breakfast-club/guzzle-gzip-request-middleware)[ RSS](/packages/tech-noir-breakfast-club-guzzle-gzip-request-middleware/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Guzzle Gzip Request Middleware
==============================

[](#guzzle-gzip-request-middleware)

[![CircleCI](https://camo.githubusercontent.com/96e68662ee27e86920705885669125172589e9b6b1d605f4168b0173d31a72a6/68747470733a2f2f636972636c6563692e636f6d2f67682f546563684e6f6972427265616b66617374436c75622f47757a7a6c65477a6970526571756573744d6964646c65776172652e7376673f7374796c653d736869656c64)](https://circleci.com/gh/TechNoirBreakfastClub/GuzzleGzipRequestMiddleware)

#### Installation with Composer

[](#installation-with-composer)

```
composer require tech-noir-breakfast-club/guzzle-gzip-request-middleware
```

##### Create Guzzle Client with Gzip Middleware

[](#create-guzzle-client-with-gzip-middleware)

```
use GuzzleHttp\Client;
use GuzzleHttp\HandlerStack;
use TechNoirBreakfastClub\GuzzleGzipRequestMiddleware\GzipMiddleware;

$stack = HandlerStack::create();
$stack->push(new GzipMiddleware());

$client = new Client([$stack]);

// Make requests galore...
```

[![](https://camo.githubusercontent.com/aa27cdce3d3ec54cba4ff30e25aaa7deba683effd6b353ad75abc7f91364b0b5/68747470733a2f2f7468756d62732e6766796361742e636f6d2f496e66696e6974654963794765726d616e77697265686169726564706f696e7465722d73697a655f726573747269637465642e676966)](https://camo.githubusercontent.com/aa27cdce3d3ec54cba4ff30e25aaa7deba683effd6b353ad75abc7f91364b0b5/68747470733a2f2f7468756d62732e6766796361742e636f6d2f496e66696e6974654963794765726d616e77697265686169726564706f696e7465722d73697a655f726573747269637465642e676966)

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1fd8092a219829c414515587f208219b7950292a55a44f4d61f6b42f60c75968?d=identicon)[TechNoirBreakfastClub](/maintainers/TechNoirBreakfastClub)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/tech-noir-breakfast-club-guzzle-gzip-request-middleware/health.svg)

```
[![Health](https://phpackages.com/badges/tech-noir-breakfast-club-guzzle-gzip-request-middleware/health.svg)](https://phpackages.com/packages/tech-noir-breakfast-club-guzzle-gzip-request-middleware)
```

PHPackages © 2026

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