Download the PHP package octfx/multipurge without Composer
On this page you can find all versions of the php package octfx/multipurge. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download octfx/multipurge
More information about octfx/multipurge
Files in octfx/multipurge
Download octfx/multipurge
More information about octfx/multipurge
Files in octfx/multipurge
Vendor octfx
Package multipurge
Short Description Purge multiple services like cloudflare and varnish on page modification
License GPL-2.0+
Homepage https://www.mediawiki.org/wiki/Extension:MultiPurge
Package multipurge
Short Description Purge multiple services like cloudflare and varnish on page modification
License GPL-2.0+
Homepage https://www.mediawiki.org/wiki/Extension:MultiPurge
Please rate this library. Is it a good library?
Informations about the package multipurge
MediaWiki MultiPurge extension
Allows purging of pages for multiple services in a defined order.
Based on https://phabricator.wikimedia.org/T216225#5335375
Configuration Options
Variable | Default Value | Description |
---|---|---|
$wgMultiPurgeCloudFlareZoneId |
null | String - Zone ID the Wiki Domain is contained in |
$wgMultiPurgeCloudFlareApiToken |
null | String - API Token found in your dashboard |
$wgMultiPurgeVarnishServers |
null | String/Array - Array of URLs pointing to your Varnish Servers. Can be IPs |
$wgMultiPurgeEnabledServices |
null | Array - List of enabled services. Possible values are 'Cloudflare', 'Varnish' |
$wgMultiPurgeServiceOrder |
null | Array - List of service purge order. Possible values are 'Cloudflare', 'Varnish'. Example: ['Varnish', 'Cloudflare'] purges varnish, then cloudflare |
Special Page
MultiPurge adds a special page for sysops which allows purging of load.php
urls.
The page can be found at Special:PurgeResources.
Only users with editinterface
permissions can access this page.
The page works by requesting the actual html output of a given title, and parsing all load.php
calls.
All found links can then be selected to be purged.
All versions of multipurge with dependencies
PHP Build Version
Package Version
The package octfx/multipurge contains the following files
Loading the files please wait ....