PHPackages                             wizbit/guzzle-bundle-middleware-plugin - 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. [Framework](/categories/framework)
4. /
5. wizbit/guzzle-bundle-middleware-plugin

ActiveLibrary[Framework](/categories/framework)

wizbit/guzzle-bundle-middleware-plugin
======================================

A generic middleware plugin for Guzzle Bundle, a PHP HTTP client library and framework for building RESTful web service clients

2.0.0(6y ago)27741MITPHPPHP &gt;=7.1

Since Apr 16Pushed 6y ago1 watchersCompare

[ Source](https://github.com/wizbit/GuzzleBundleMiddlewarePlugin)[ Packagist](https://packagist.org/packages/wizbit/guzzle-bundle-middleware-plugin)[ Docs](https://github.com/wizbit/GuzzleBundleMiddlewarePlugin)[ RSS](/packages/wizbit-guzzle-bundle-middleware-plugin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (5)Versions (4)Used By (0)

Guzzle Bundle Middleware Plugin
===============================

[](#guzzle-bundle-middleware-plugin)

This plugin integrates a generic way to include all middleware.

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

[](#requirements)

- PHP 7.0 or above
- [Guzzle Bundle](https://github.com/8p/EightPointsGuzzleBundle)

### Installation

[](#installation)

Using [composer](https://getcomposer.org/):

##### command line

[](#command-line)

```
$ composer require wizbit/guzzle-bundle-middleware-plugin
```

Usage
-----

[](#usage)

### Enable bundle

[](#enable-bundle)

```
# app/AppKernel.php

new EightPoints\Bundle\GuzzleBundle\EightPointsGuzzleBundle([
    new Wizbit\Bundle\GuzzleBundleMiddlewarePlugin\GuzzleBundleMiddlewarePlugin(),
])
```

### Basic configuration

[](#basic-configuration)

```
# app/config/config.yml

eight_points_guzzle:
    clients:
        api_payment:
            base_url: "http://api.domain.tld"

            # define headers, options

            # plugin settings
            plugin:
                middleware:
                    - '@my.middleware.service'
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~376 days

Total

3

Last Release

2196d ago

Major Versions

0.0.1 → 1.0.02019-02-06

1.0.0 → 2.0.02020-05-08

PHP version history (2 changes)0.0.1PHP ^7.0

2.0.0PHP &gt;=7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/0ce5ad541f3116454e6e60db8f0ed9e2049f70f543e7cd8a645a3196fb559d9c?d=identicon)[wizbit](/maintainers/wizbit)

---

Top Contributors

[![covobo](https://avatars.githubusercontent.com/u/6328862?v=4)](https://github.com/covobo "covobo (2 commits)")[![wizbit](https://avatars.githubusercontent.com/u/394523?v=4)](https://github.com/wizbit "wizbit (2 commits)")

---

Tags

httpmiddlewarepluginclientframeworkrestcurlhttp clientweb service

### Embed Badge

![Health badge](/badges/wizbit-guzzle-bundle-middleware-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/wizbit-guzzle-bundle-middleware-plugin/health.svg)](https://phpackages.com/packages/wizbit-guzzle-bundle-middleware-plugin)
```

###  Alternatives

[gregurco/guzzle-bundle-oauth2-plugin

OAuth2 Plugin for Guzzle Bundle, a PHP HTTP client library and framework for building RESTful web service clients

13348.3k](/packages/gregurco-guzzle-bundle-oauth2-plugin)[gregurco/guzzle-bundle-cache-plugin

Cache Plugin for Guzzle Bundle, a PHP HTTP client library and framework for building RESTful web service clients

11372.1k1](/packages/gregurco-guzzle-bundle-cache-plugin)[eightpoints/guzzle-wsse-middleware

WSSE Middleware for Guzzle, a PHP HTTP client library and framework for building RESTful web service clients

312.1M5](/packages/eightpoints-guzzle-wsse-middleware)

PHPackages © 2026

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