https://github.com/putyourlightson/craft-blitz-keycdn
KeyCDN cache purger for the Blitz plugin for Craft CMS.
https://github.com/putyourlightson/craft-blitz-keycdn
Last synced: 3 months ago
JSON representation
KeyCDN cache purger for the Blitz plugin for Craft CMS.
- Host: GitHub
- URL: https://github.com/putyourlightson/craft-blitz-keycdn
- Owner: putyourlightson
- License: other
- Created: 2019-03-18T18:50:28.000Z (about 7 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-08T15:44:17.000Z (about 2 years ago)
- Last Synced: 2025-11-08T01:22:13.771Z (7 months ago)
- Language: PHP
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
[]((https://packagist.org/packages/putyourlightson/craft-blitz-keycdn))
[](https://packagist.org/packages/putyourlightson/craft-blitz-keycdn)

# Blitz KeyCDN Purger for Craft CMS
The KeyCDN Purger plugin allows the [Blitz](https://putyourlightson.com/plugins/blitz) plugin for [Craft CMS](https://craftcms.com/) to intelligently purge pages cached on [KeyCDN](https://www.keycdn.com/).
## Documentation
Read the documentation at [putyourlightson.com/plugins/blitz »](https://putyourlightson.com/plugins/blitz#reverse-proxy-purgers)
## License
This plugin requires a free commercial license available through the [Craft Plugin Store](https://plugins.craftcms.com/blitz-keycdn).
## Requirements
This plugin requires [Craft CMS](https://craftcms.com/) 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.
```shell
composer require putyourlightson/craft-blitz-keycdn
```
You can then select the purger and settings either in the control panel or in `config/blitz.php`.
```php
// The purger type to use.
'cachePurgerType' => 'putyourlightson\blitzkeycdn\KeyCdnPurger',
// The purger settings.
'cachePurgerSettings' => [
'apiKey' => 'sk_prod_abcdefgh1234567890',
'zoneId' => '123456789',
],
```
---
Created by [PutYourLightsOn](https://putyourlightson.com/).