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

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

Installs: 3 566

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 3

pkg:composer/neirda24/guzzle-bundle-header-disable-cache-plugin

2.0.0 2020-02-13 17:09 UTC

This package is not auto-updated.

Last update: 2025-10-03 20:24:37 UTC


README

This plugin integrates a way to disable the cache plugin using a header.

Requirements

Installation

Using composer:

composer.json
{
    "require": {
        "neirda24/guzzle-bundle-header-disable-cache-plugin": "^1.0"
    }
}
command line
$ composer require neirda24/guzzle-bundle-header-disable-cache-plugin

Usage

Enable bundle

# app/AppKernel.php

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

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