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.1.0(1mo ago)023.4k2MITPHP

Since Nov 17Pushed 1mo 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 4d ago

READMEChangelog (6)Dependencies (14)Versions (13)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

53

—

FairBetter than 96% of packages

Maintenance89

Actively maintained with recent releases

Popularity26

Limited adoption so far

Community13

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

Recently: every ~665 days

Total

10

Last Release

55d 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://avatars.githubusercontent.com/u/7405852?v=4)[Tom](/maintainers/TomCawthorn)[@TomCawthorn](https://github.com/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)")[![FullFatBart](https://avatars.githubusercontent.com/u/102830803?v=4)](https://github.com/FullFatBart "FullFatBart (1 commits)")[![galvogalvo](https://avatars.githubusercontent.com/u/1539759?v=4)](https://github.com/galvogalvo "galvogalvo (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

[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k60](/packages/open-dxp-opendxp)[gregurco/guzzle-bundle-oauth2-plugin

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

13360.4k](/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

11400.9k1](/packages/gregurco-guzzle-bundle-cache-plugin)

PHPackages © 2026

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