PHPackages                             neirda24/guzzle-bundle-header-disable-cache-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-disable-cache-plugin

ActiveLibrary[Framework](/categories/framework)

neirda24/guzzle-bundle-header-disable-cache-plugin
==================================================

Guzzle plugin that allow you to disable the cache plugin using a dedicated header.

2.0.0(6y ago)03.6k1[3 issues](https://github.com/Neirda24/GuzzleBundleHeaderDisableCachePlugin/issues)MITPHPPHP ^7.0CI failing

Since Nov 17Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Neirda24/GuzzleBundleHeaderDisableCachePlugin)[ Packagist](https://packagist.org/packages/neirda24/guzzle-bundle-header-disable-cache-plugin)[ Docs](https://github.com/Neirda24/GuzzleBundleHeaderDisableCachePlugin)[ RSS](/packages/neirda24-guzzle-bundle-header-disable-cache-plugin/feed)WikiDiscussions master Synced 2d ago

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

Guzzle Bundle Disable Gregurco Cache Plugin
===========================================

[](#guzzle-bundle-disable-gregurco-cache-plugin)

This plugin integrates a way to disable the [cache plugin](https://github.com/gregurco/GuzzleBundleCachePlugin) using a header.

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-disable-cache-plugin": "^1.0"
    }
}
```

##### command line

[](#command-line)

```
$ composer require neirda24/guzzle-bundle-header-disable-cache-plugin
```

Usage
-----

[](#usage)

### Enable bundle

[](#enable-bundle)

```
# app/AppKernel.php

new EightPoints\Bundle\GuzzleBundle\EightPointsGuzzleBundle([
    new Neirda24\Bundle\GuzzleBundleHeaderDisableCachePlugin\GuzzleBundleHeaderDisableCachePlugin(),
])
```

### 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_disable_cache:
                    enabled: true
                    header: 'X-Guzzle-Skip-Cache' # Optional
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

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

2330d 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 serviceGuzzlecacheheaderdisable

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[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)[open-dxp/opendxp

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

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

PHPackages © 2026

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