mango-chutney / craft-blitz-fastly
Fastly cache purger for the Blitz plugin for Craft CMS.
Installs: 325
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 1
Open Issues: 0
Type:craft-plugin
Requires
- php: ^8.2
- craftcms/cms: ^5.0
- fastly/fastly: ^1.3
- putyourlightson/craft-blitz: ^5.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.16
README
Fastly cache purger for the Blitz plugin for Craft CMS.
Usage
-
Install the plugin with
composer require mango-chutney/craft-blitz-fastly
or from the plugin store -
Select the purger under the
Reverse Proxy Purging
tab in your Blitz settings and configure with your Fastly API key and service ID
Or configure in your config/blitz.php
file
'cachePurgerType' => 'mangochutney\blitzfastly\FastlyPurger', 'cachePurgerSettings' => [ 'apiKey' => 'FASTLY_API_TOKEN', 'serviceId' => 'FASTLY_SERVICE_ID', ],