putyourlightson/craft-blitz-keycdn

KeyCDN cache purger for the Blitz plugin.

Package info

github.com/putyourlightson/craft-blitz-keycdn

Homepage

Documentation

Type:craft-plugin

pkg:composer/putyourlightson/craft-blitz-keycdn

Statistics

Installs: 882

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

5.0.0 2024-04-08 15:42 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

proprietary 290bf135e9868b51981105b5fd238f170b21f777

cachecdnkeycraftcmsblitzpurger

This package is auto-updated.

Last update: 2026-06-15 13:38:20 UTC


README

๐Ÿ‘ Stable Version
๐Ÿ‘ Total Downloads

๐Ÿ‘ Image

Blitz KeyCDN Purger for Craft CMS

The KeyCDN Purger plugin allows the Blitz plugin for Craft CMS to intelligently purge pages cached on KeyCDN.

Documentation

Read the documentation at putyourlightson.com/plugins/blitz ยป

License

This plugin requires a free commercial license available through the Craft Plugin Store.

Requirements

This plugin requires Craft CMS 3.0.0 or later, or 4.0.0 or later, or 5.0.0 or later.

Installation

To install the plugin, search for โ€œBlitz KeyCDN Purgerโ€ in the Craft Plugin Store, or install manually using composer.

composer require putyourlightson/craft-blitz-keycdn

You can then select the purger and settings either in the control panel or in config/blitz.php.

// The purger type to use.
'cachePurgerType' => 'putyourlightson\blitzkeycdn\KeyCdnPurger',

// The purger settings.
'cachePurgerSettings' => [
 'apiKey' => 'sk_prod_abcdefgh1234567890',
 'zoneId' => '123456789',
],

Created by PutYourLightsOn.