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

ActiveLibrary[Framework](/categories/framework)

arkbauer/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

v6.0.0(10mo ago)25.8k↓85.6%MITPHPPHP ^7.1|^8.0|^8.1

Since Nov 17Pushed 10mo agoCompare

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

READMEChangelog (2)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

46

—

FairBetter than 92% of packages

Maintenance54

Moderate activity, may be stable

Popularity25

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity78

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

Recently: every ~495 days

Total

11

Last Release

311d ago

Major Versions

1.0.1 → 2.02019-01-22

v2.0.3 → v3.0.02020-03-24

v3.0.1 → v4.0.02021-08-27

v4.0.0 → v5.0.02024-03-01

v5.0.0 → v6.0.02025-08-27

PHP version history (3 changes)1.0.0PHP ^7.0

v3.0.1PHP ^7.1

v5.0.0PHP ^7.1|^8.0|^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/51d2f592982195aa105cc353ddf3223836448227b9d42152dea7ae5e5fc8dd52?d=identicon)[morkers](/maintainers/morkers)

---

Top Contributors

[![morkers](https://avatars.githubusercontent.com/u/1157247?v=4)](https://github.com/morkers "morkers (4 commits)")[![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)")[![ricardsupenieks](https://avatars.githubusercontent.com/u/110990211?v=4)](https://github.com/ricardsupenieks "ricardsupenieks (1 commits)")

---

Tags

httpmiddlewarepluginclientframeworkrestcurlhttp clientweb serviceGuzzleheaderforward

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[open-dxp/opendxp

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

9421.6k61](/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)
