PHPackages                             encore-labs/guzzle-bundle-header-forward-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. encore-labs/guzzle-bundle-header-forward-plugin

ActiveLibrary[Framework](/categories/framework)

encore-labs/guzzle-bundle-header-forward-plugin
===============================================

Guzzle plugin that allow you to forward headers from your current request into the the guzzle one automatically. Forked to support Symfony 4

v4.0.0(1y ago)023.2k↓100%1MITPHP

Since Nov 17Pushed 1y agoCompare

[ Source](https://github.com/EncoreLabs/GuzzleBundleHeaderForwardPlugin)[ Packagist](https://packagist.org/packages/encore-labs/guzzle-bundle-header-forward-plugin)[ Docs](https://github.com/EncoreLabs/GuzzleBundleHeaderForwardPlugin)[ RSS](/packages/encore-labs-guzzle-bundle-header-forward-plugin/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (5)Dependencies (7)Versions (12)Used By (0)

\# Guzzle Bundle Header Forwarding Plugin

This plugin integrates a way to forward headers from the current symfony request into the cURL.

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

[](#requirements)

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

### Installation

[](#installation)

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

##### composer.json

[](#composerjson)

```
{
    "require": {
        "encore-labs/guzzle-bundle-header-forward-plugin": "^1.0"
    }
}
```

##### command line

[](#command-line)

```
$ composer require encore-labs/guzzle-bundle-header-forward-plugin
```

Usage
-----

[](#usage)

### Enable bundle

[](#enable-bundle)

```
# app/AppKernel.php

new EightPoints\Bundle\GuzzleBundle\EightPointsGuzzleBundle([
    new EncoreLabs\Bundle\GuzzleBundleHeaderForwardPlugin\GuzzleBundleHeaderForwardPlugin(),
])
```

### 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:
                header_forward:
                    enabled: true
                    headers:
                        - 'Accept-Language'
```

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~523 days

Total

9

Last Release

576d ago

Major Versions

1.0.1 → 2.02019-01-22

v2.0.3 → v3.0.02020-03-24

v3.0.1 → v4.0.02024-10-15

PHP version history (2 changes)1.0.0PHP ^7.0

v3.0.1PHP ^7.1

### Community

Maintainers

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

---

Top Contributors

[![Neirda24](https://avatars.githubusercontent.com/u/7036794?v=4)](https://github.com/Neirda24 "Neirda24 (4 commits)")[![TomCawthorn](https://avatars.githubusercontent.com/u/7405852?v=4)](https://github.com/TomCawthorn "TomCawthorn (4 commits)")[![hrowan1](https://avatars.githubusercontent.com/u/59963555?v=4)](https://github.com/hrowan1 "hrowan1 (2 commits)")[![dpiletski](https://avatars.githubusercontent.com/u/1648942?v=4)](https://github.com/dpiletski "dpiletski (1 commits)")

---

Tags

httpmiddlewarepluginclientframeworkrestcurlhttp clientweb serviceGuzzleheaderforward

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/encore-labs-guzzle-bundle-header-forward-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/encore-labs-guzzle-bundle-header-forward-plugin/health.svg)](https://phpackages.com/packages/encore-labs-guzzle-bundle-header-forward-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)
