Download the PHP package fork/craft-akamai-invalidator without Composer
On this page you can find all versions of the php package fork/craft-akamai-invalidator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package craft-akamai-invalidator
Craft Akamai Invalidator
Assign cache tags to pages and invalidate them on save.
Features
- Assigns a cache tag based on the entry ID to each response.
- Automatically invalidates the cache tag of an entry on save.
- Invalidate the whole website via the
all
cache tag.
Requirements
This plugin requires Craft CMS 4.4.7.1 or later, and PHP 8.1 or later.
Installation
Open your terminal and run the following commands:
Configuration
Akamai authentication
To generate your Akamai credentials, see Create authentication credentials.
Place the .edgerc
file at your Craft root.
Plugin configuration
To configure the plugin, create a file config/akamai-invalidator.php
with the following options:
Configuration options
invalidateOnSave
— Whether the cache automatically gets invalidated on entry saveenableInvalidateAll
— Whether all pages can be invalidated at once via a Craft cache clear option.network
— The Akamai network in which the invalidate takes place. Eitherstaging
orproduction
.edgeRcSection
— The credentials section within.edgerc
edgeRcPath
— The path to the.edgerc
file. May use Craft Aliases.
Brought to you by Fork Unstable Media GmbH
All versions of craft-akamai-invalidator with dependencies
PHP Build Version
Package Version
The package fork/craft-akamai-invalidator contains the following files
Loading the files please wait ....