PHPackages                             huskii/varnish-helper - 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. [Caching](/categories/caching)
4. /
5. huskii/varnish-helper

ActiveWordpress-plugin[Caching](/categories/caching)

huskii/varnish-helper
=====================

Prevent Varnish caching for selected pages, templates, CPTs in WordPress.

2.5.6(10mo ago)0118MITPHP

Since Jun 26Pushed 10mo agoCompare

[ Source](https://github.com/HuskiiBE/Huskii-Plugin-Varnish-Helper)[ Packagist](https://packagist.org/packages/huskii/varnish-helper)[ RSS](/packages/huskii-varnish-helper/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Huskii - Varnish Helper
=======================

[](#huskii---varnish-helper)

A WordPress plugin developed by [Huskii](https://huskii.be) that allows you to prevent Varnish from caching specific parts of your site. Ideal for Combell-hosted sites or any server using Varnish caching.

---

🚀 Features
----------

[](#-features)

- Disable Varnish cache for:
    - Archive pages, paginated views, and search results
    - Specific pages
    - Specific posts (any post type)
    - Page templates
    - Custom Post Types (CPTs)
    - CPT archive pages
- Admin UI with searchable Select2 multi-select inputs
- Export/Import your settings via JSON
- Built-in **Info** and **Support** pages for clarity and help

---

📦 Installation
--------------

[](#-installation)

1. Download or clone this repository into your WordPress plugins directory:

    ```
    git clone https://github.com/HuskiiBE/huskii-varnish-helper wp-content/plugins/huskii-varnish-helper
    ```
2. Activate the plugin via the WordPress admin panel
3. Go to **Varnish Helper** in the admin sidebar to configure

---

🎛 Composer Installation
-----------------------

[](#-composer-installation)

If you're using Bedrock or another Composer-based WordPress setup:

1. Add the repository to your `composer.json`:

```
"repositories": [
  {
    "type": "vcs",
    "url": "https://github.com/HuskiiBE/huskii-varnish-helper"
  }
]
```

2. Require the package:

```
composer require huskii/varnish-helper
```

3. Make sure `"type": "wordpress-plugin"` is supported in your project (e.g. via composer/installers or roots/bedrock).

---

🧩 Folder Structure
------------------

[](#-folder-structure)

```
huskii-varnish-helper/
├── includes/
│   ├── cache-control.php
│   ├── export-import.php
│   ├── info-page.php
│   ├── settings-fields.php
│   ├── settings-pages.php
│   └── support-page.php
├── changelog.txt
├── composer.json
├── huskii-varnish-helper.php
├── readme.md
└── readme.txt

```

---

📞 Support
---------

[](#-support)

This plugin is developed and maintained by:

**Christophe Vanleeuw**
[Huskii](https://huskii.be)
📧
📞 +32 499 61 92 81

For feature requests, issues or contributions, feel free to open an issue or submit a pull request.

---

📜 License
---------

[](#-license)

MIT © Huskii – use it, modify it, share it freely.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance53

Moderate activity, may be stable

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

326d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5ba6da52e48c08c22b54a2a18bfda1da70a31362ea00ae2f95c8c54413d3776b?d=identicon)[huskii](/maintainers/huskii)

---

Top Contributors

[![vipii](https://avatars.githubusercontent.com/u/8615896?v=4)](https://github.com/vipii "vipii (3 commits)")

### Embed Badge

![Health badge](/badges/huskii-varnish-helper/health.svg)

```
[![Health](https://phpackages.com/badges/huskii-varnish-helper/health.svg)](https://phpackages.com/packages/huskii-varnish-helper)
```

###  Alternatives

[react/cache

Async, Promise-based cache interface for ReactPHP

444112.4M40](/packages/react-cache)[wp-media/wp-rocket

Performance optimization plugin for WordPress

7431.3M3](/packages/wp-media-wp-rocket)[illuminate/cache

The Illuminate Cache package.

12835.6M1.4k](/packages/illuminate-cache)[colinmollenhour/php-redis-session-abstract

A Redis-based session handler with optimistic locking

6325.6M14](/packages/colinmollenhour-php-redis-session-abstract)[cheprasov/php-redis-client

Php client for Redis. It is a fast, fully-functional and user-friendly client for Redis, optimized for performance. RedisClient supports the latest versions of Redis starting from 2.6 to 6.0

1281.2M21](/packages/cheprasov-php-redis-client)[amphp/redis

Efficient asynchronous communication with Redis servers, enabling scalable and responsive data storage and retrieval.

165634.7k44](/packages/amphp-redis)

PHPackages © 2026

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