PHP code example of putyourlightson / craft-blitz-keycdn
1. Go to this page and download the library: Download putyourlightson/craft-blitz-keycdn library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
putyourlightson / craft-blitz-keycdn example snippets
// The purger type to use.
'cachePurgerType' => 'putyourlightson\blitzkeycdn\KeyCdnPurger',
// The purger settings.
'cachePurgerSettings' => [
'apiKey' => 'sk_prod_abcdefgh1234567890',
'zoneId' => '123456789',
],