putyourlightson / craft-blitz-keycdn
KeyCDN cache purger for the Blitz plugin.
Installs: 776
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 1
Open Issues: 0
Type:craft-plugin
Requires
- php: ^8.2
- craftcms/cms: ^5.0
- putyourlightson/craft-blitz: ^5.0
Requires (Dev)
- craftcms/ecs: dev-main
- craftcms/phpstan: dev-main
This package is auto-updated.
Last update: 2024-10-08 16:50:53 UTC
README
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.