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

AbandonedArchivedLibrary[Framework](/categories/framework)

neirda24/guzzle-bundle-header-forward-plugin
============================================

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

2.0.0(6y ago)114.3k↓29.4%5[6 issues](https://github.com/Neirda24/GuzzleBundleHeaderForwardPlugin/issues)MITPHPPHP ^7.0

Since Nov 17Pushed 6y ago1 watchersCompare

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

READMEChangelog (3)Dependencies (7)Versions (4)Used By (0)

Guzzle Bundle Header Forwarding Plugin
======================================

[](#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": {
        "neirda24/guzzle-bundle-header-forward-plugin": "^1.0"
    }
}
```

##### command line

[](#command-line)

```
$ composer require neirda24/guzzle-bundle-header-forward-plugin
```

Usage
-----

[](#usage)

### Enable bundle

[](#enable-bundle)

```
# app/AppKernel.php

new EightPoints\Bundle\GuzzleBundle\EightPointsGuzzleBundle([
    new Neirda24\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

28

—

LowBetter than 54% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~409 days

Total

3

Last Release

2286d ago

Major Versions

1.0.1 → 2.0.02020-02-13

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7036794?v=4)[Adrien Roches](/maintainers/Neirda24)[@Neirda24](https://github.com/Neirda24)

---

Top Contributors

[![Neirda24](https://avatars.githubusercontent.com/u/7036794?v=4)](https://github.com/Neirda24 "Neirda24 (5 commits)")

---

Tags

httpmiddlewarepluginclientframeworkrestcurlhttp clientweb serviceGuzzleheaderforward

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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