PHPackages                             frosh/http-cache-ip-exclude - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. frosh/http-cache-ip-exclude

AbandonedArchivedShopware-plugin[HTTP &amp; Networking](/categories/http)

frosh/http-cache-ip-exclude
===========================

Exclude IPs from Shopware HTTP Cache

1.0.0(7y ago)58MITPHP

Since Jan 17Pushed 3y ago2 watchersCompare

[ Source](https://github.com/FriendsOfShopware/FroshHttpCacheIpExclude)[ Packagist](https://packagist.org/packages/frosh/http-cache-ip-exclude)[ RSS](/packages/frosh-http-cache-ip-exclude/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Shopware HTTP Cache IP Filter/Exclude
=====================================

[](#shopware-http-cache-ip-filterexclude)

[![Travis CI](https://camo.githubusercontent.com/ed83a9a41ba97e141400f2f046b258740462b55c50d53739ff59a7fe055abc45/68747470733a2f2f7472617669732d63692e6f72672f467269656e64734f6653686f70776172652f46726f736848747470436163686549704578636c7564652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/FriendsOfShopware/FroshHttpCacheIpExclude)[![Download @ Community Store](https://camo.githubusercontent.com/ab60897c3deafcf4a889b52e97499bf58c459e421e440e1d728fd2d37beadd3e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f656e64706f696e742e7376673f75726c3d68747470733a2f2f6170692e667269656e64736f6673686f70776172652e636f6d2f46726f736848747470436163686549704578636c756465)](https://store.shopware.com/en/frosh65843297862f/http-cache-switch.html)[![Join the chat at https://gitter.im/FriendsOfShopware/Lobby](https://camo.githubusercontent.com/58b86f6f67fa922f797de10760a1cba454a7fa232996d1195b82ad55f023202c/68747470733a2f2f6261646765732e6769747465722e696d2f467269656e64734f6653686f70776172652f4c6f6262792e737667)](https://gitter.im/FriendsOfShopware/Lobby)

This plugin configures Shopware to use a custom store for the HTTP Cache which includes an IP filter, effectively skipping the HTTP Cache delivery for the provided IP addresses. Useful for testing/debugging in production environments, when there is no alternative.

Installation
------------

[](#installation)

- Clone this repository into a folder **FroshHttpCacheIpExclude** within the **custom/plugins** directory of the Shopware installation.
- Install the plugin through the Plugin-Manager within the Shopware backend.

### Install with composer

[](#install-with-composer)

- Change to your root installation of shopware
- Run command `composer require frosh/http-cache-ip-exclude` and install and activate plugin with Plugin Manager

Usage
-----

[](#usage)

After the installation your `config.php` should look something like this:

```
require_once __DIR__ . '/custom/plugins/FroshHttpCacheIpExclude/Components/IpExcludeStore.php';
return array (
  'db' =>
  array (
    // ...
  ),
  // ...
  'httpcache' =>
  array (
    'storeClass' => 'FroshHttpCacheIpExclude\\Components\\IpExcludeStore',
    'extended' =>
    array (
      'passedStoreClass' => NULL,
      'ipExcludes' =>
      array (
      ),
      'paramExcludes' =>
      array (
      ),
      'cookieExcludes' =>
      array (
      ),
    ),
  ),
);
```

Use the `passedStoreClass` property under `extended` to provide a custom store class that will then be passed through the `IpExcludeStore`.

Additionally you can use `paramExcludes` to define a list of GET parameters or `cookieExcludes` to define a list of cookies that, if set, will circumvent the cache.

Use the `ipExcludes` property under `extended` for an array of IP addresses that will subsequently not be served cached pages.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 64.7% 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

Unknown

Total

1

Last Release

2669d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7c45ef9077b73fce78afbfab2fa27e611a453dd77de003e2785ac84105d02bef?d=identicon)[shyim](/maintainers/shyim)

---

Top Contributors

[![dneustadt](https://avatars.githubusercontent.com/u/9033214?v=4)](https://github.com/dneustadt "dneustadt (11 commits)")[![shyim](https://avatars.githubusercontent.com/u/6224096?v=4)](https://github.com/shyim "shyim (5 commits)")[![ImgBotApp](https://avatars.githubusercontent.com/u/31427850?v=4)](https://github.com/ImgBotApp "ImgBotApp (1 commits)")

---

Tags

httpshopwarecachefilterdevelopmentIPshopware-pluginexclude

### Embed Badge

![Health badge](/badges/frosh-http-cache-ip-exclude/health.svg)

```
[![Health](https://phpackages.com/badges/frosh-http-cache-ip-exclude/health.svg)](https://phpackages.com/packages/frosh-http-cache-ip-exclude)
```

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

24924.2M71](/packages/php-http-cache-plugin)[jbzoo/utils

Collection of PHP functions, mini classes and snippets for everyday developer's routine life.

8321.5M36](/packages/jbzoo-utils)[middlewares/firewall

Middleware to provide IP filtering

12318.3k2](/packages/middlewares-firewall)[sofascore/purgatory-bundle

A Symfony bundle for HTTP cache invalidation with support for various backends like Varnish.

11665.0k](/packages/sofascore-purgatory-bundle)[middlewares/client-ip

Middleware to detect the client ip and save it as a request attribute

16629.7k9](/packages/middlewares-client-ip)[crowdsec/bouncer

The official PHP bouncer library for the CrowdSec Local API

188.7k2](/packages/crowdsec-bouncer)

PHPackages © 2026

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