Introduction:
-------------------
This Module provides functionality for deleting MaxCDN cache from Drupal GUI.
There are not need to go MaxCDN dashboard and clear cache from the control panel.
You can do it by the help of this module.

Drupal 7

Requirements:
------------------
This module requires the following modules:
* Libraries
PHP version and Extention:
* PHP 5.3 or above
* PHP Curl Extension

Installation:
------------
* 1. Go to https://github.com/MaxCDN/php-maxcdn and download php-maxcdn-master.zip.
2. Extract the zip file content to the maxcdn folder in your
libraries folder.
3. install Composer (if not already installed).
curl -sS https://getcomposer.org/installer | php
4. Install your package dependencies.
php composer.phar install -o
5. If you have followed above command right, the following filepath should
exist: [path to libraries folder]/maxcdn/vendor/autoload.php

* Install as you would normally install a contributed Drupal module. See:
https://drupal.org/documentation/install/modules-themes/modules-7
for further information.

Drupal 8

Requirements:
------------------
This module requires the following modules:
* Composer Manager
PHP version and Extention:
* PHP 5.3 or above
* PHP Curl Extension

Installation:
------------
* Install MaxCDN Library from composer (use Composer Manager module)
* Install as you would normally install a contributed Drupal module. See:
https://www.drupal.org/docs/8/extending-drupal-8/installing-modules
for further information.

How To Use:
-----------------
1. Create API on MaxCDN Account
a. Goto https://cp.maxcdn.com/account/api
b. Click "Create Application"
c. Enter Name, Description, Application URL.
d. Select Permission.
d. Save.

2. Go to Configuration - Development - MaxCDN Configuration.
3. Enter Company Alias, Consumer Key, Consumer Secret
(get these details from MaxCDN API dashboard
https://cp.maxcdn.com/account/api ).
4. Click on Save Configuration.
5. Select Zone from the list.
6. Click on the Clear cache.

Supporting organizations: 

Project information

Releases