PHPackages                             zucommunications/rapidkit\_purge - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. zucommunications/rapidkit\_purge

ActiveDrupal-recipe[Utility &amp; Helpers](/categories/utility)

zucommunications/rapidkit\_purge
================================

A Drupal recipe to install and configure purge modules.

v1.2.0(8mo ago)05GPL-2.0-or-laterCI passing

Since Feb 18Pushed 8mo ago3 watchersCompare

[ Source](https://github.com/ZuCommunications/rapidkit_purge)[ Packagist](https://packagist.org/packages/zucommunications/rapidkit_purge)[ Docs](https://github.com/ZuCommunications/rapidkit_purge)[ RSS](/packages/zucommunications-rapidkit-purge/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (5)Used By (0)

Rapidkit - Purge Recipe
=======================

[](#rapidkit---purge-recipe)

This recipe sets up varnish purge to connect with your local varnish

How to set up
-------------

[](#how-to-set-up)

When installing the recipe, you need to provide the following information:

- Hosted environment a - The hostname for the first deployed environment.
- Hosted environment b - The hostname for the second deployed environment.

IT should be able to provide this information

How to Disable Purger
---------------------

[](#how-to-disable-purger)

The purger configuration is set up like this:

$config\['purge.plugins'\]\['purgers'\]\[0\] : This is the local purger $config\['purge.plugins'\]\['purgers'\]\[1\] : This is the purger on the first hosted environment $config\['purge.plugins'\]\['purgers'\]\[2\] : This is the purger on the second hosted environment

So to disable a purger on an environment you can set the value to NULL.

This example disables the purger on both hosting environments, leaving the local purger active. (you would probably want this setup on local)

```
$config['purge.plugins']['purgers'][1] = NULL;
$config['purge.plugins']['purgers'][2] = NULL;
```

You can programmatically configure purper configuration per environment by using the `$_ENV['APP_ENV']` variable.

###  Health Score

30

—

LowBetter than 65% of packages

Maintenance59

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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

Total

3

Last Release

263d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d32f82c329bba68f0b9ec733be472940f697bc0705001c8abb64f361a6ca3457?d=identicon)[services@zu.com](/maintainers/services@zu.com)

---

Top Contributors

[![msabares](https://avatars.githubusercontent.com/u/23060776?v=4)](https://github.com/msabares "msabares (4 commits)")[![zugit](https://avatars.githubusercontent.com/u/7998377?v=4)](https://github.com/zugit "zugit (3 commits)")[![theophilusn](https://avatars.githubusercontent.com/u/180337699?v=4)](https://github.com/theophilusn "theophilusn (2 commits)")[![dcmbrown](https://avatars.githubusercontent.com/u/569191?v=4)](https://github.com/dcmbrown "dcmbrown (1 commits)")

### Embed Badge

![Health badge](/badges/zucommunications-rapidkit-purge/health.svg)

```
[![Health](https://phpackages.com/badges/zucommunications-rapidkit-purge/health.svg)](https://phpackages.com/packages/zucommunications-rapidkit-purge)
```

###  Alternatives

[markbaker/tries

PHP Classes for Trie datastructures

211.6k](/packages/markbaker-tries)

PHPackages © 2026

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