PHPackages                             mediawiki/purge-page - 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. mediawiki/purge-page

AbandonedArchivedMediawiki-extension[Utility &amp; Helpers](/categories/utility)

mediawiki/purge-page
====================

Provides the #purge parser function

1.0.0(9y ago)3134[1 issues](https://github.com/s7eph4n/PurgePage/issues)GPL-2.0+PHPPHP &gt;=5.4

Since Jul 7Pushed 9y ago1 watchersCompare

[ Source](https://github.com/s7eph4n/PurgePage)[ Packagist](https://packagist.org/packages/mediawiki/purge-page)[ Docs](https://www.mediawiki.org/wiki/Extension:PurgePage)[ RSS](/packages/mediawiki-purge-page/feed)WikiDiscussions master Synced 4w ago

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

PurgePage
=========

[](#purgepage)

[![Latest Stable Version](https://camo.githubusercontent.com/646d3eac698592e24c5b1ad16beb9457da368bf8549223a06196fa415c9865ca/68747470733a2f2f706f7365722e707567782e6f72672f6d6564696177696b692f70757267652d706167652f762f737461626c65)](https://packagist.org/packages/mediawiki/purge-page)[![Packagist download count](https://camo.githubusercontent.com/8c7cc2f65f9f45123d513f715be4b49ad2246598498106dc4c376cdd6cd01466/68747470733a2f2f706f7365722e707567782e6f72672f6d6564696177696b692f70757267652d706167652f646f776e6c6f616473)](https://packagist.org/packages/mediawiki/purge-page)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/7390024bfbe9ec9b756fb918d37fc618f5e316931545aa12faa363916339cfd1/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7337657068346e2f5075726765506167652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/s7eph4n/PurgePage/?branch=master)

The [PurgePage](https://www.mediawiki.org/wiki/Extension:PurgePage) extension provides the `#purge` parser function to MediaWiki. This parser function allows to trigger an update to a parser functions whenever the page where this function is used is updated.

Example usage
-------------

[](#example-usage)

On page `Foo` add the following parser function call to the wikitext:

```
{{#purge:Bar}}

```

Now every time `Foo` is purged (e.g. every time it is edited and saved) `Bar`will also be updated.

This can be useful, when the content of `Bar` depends on `Foo`, e.g. when using a [SemanticMediawiki](https://www.semantic-mediawiki.org) query on `Bar` that contains data from `Foo` in the results.

Requirements
------------

[](#requirements)

- PHP 5.4 or later
- MediaWiki 1.26 or later

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

[](#installation)

The recommended way to install this extension is by using [Composer](https://getcomposer.org/). Just add the following to the MediaWiki `composer.local.json` file and run `php composer.phar update mediawiki/purge-page` from the MediaWiki installation directory.

```
{
	"require": {
		"mediawiki/purge-page": "~1.0"
	}
}
```

(Alternatively you can download a tar ball or zip file from [GitHub](https://github.com/s7eph4n/PurgePage/releases/latest)and extract it into the `extensions` directory of your MediaWiki installation.)

Then add the following line to your `LocalSettings.php`:

```
wfLoadExtension('PurgePage');
```

License
-------

[](#license)

[GNU General Public License 2.0](https://www.gnu.org/copyleft/gpl.html) or later.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 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

3645d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/05e03b274e4924bf511416ec2f343c76609b8f3856e1d7804fc96f1338ce5bc3?d=identicon)[s7eph4n](/maintainers/s7eph4n)

---

Top Contributors

[![s7eph4n](https://avatars.githubusercontent.com/u/2829850?v=4)](https://github.com/s7eph4n "s7eph4n (5 commits)")

---

Tags

mediawikiextensionwiki

### Embed Badge

![Health badge](/badges/mediawiki-purge-page/health.svg)

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

###  Alternatives

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.3k10](/packages/helsingborg-stad-municipio)[starcitizentools/citizen-skin

A beautiful, usable, responsive MediaWiki skin with in-depth extension support. Originally developed for the Star Citizen Wiki.

3355.8k](/packages/starcitizentools-citizen-skin)[mediawiki/maps

Adds various mapping features to MediaWiki

78149.7k3](/packages/mediawiki-maps)[mediawiki/semantic-glossary

A terminology markup extension with a Semantic MediaWiki back-end

1352.5k](/packages/mediawiki-semantic-glossary)[mediawiki/page-forms

Forms for creating and editing wiki pages.

2279.3k2](/packages/mediawiki-page-forms)[mediawiki/chameleon-skin

A highly flexible MediaWiki skin using Bootstrap 5

12484.1k2](/packages/mediawiki-chameleon-skin)

PHPackages © 2026

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