Akamai Cloudlets

Component ID

2692929

Component name

Akamai Cloudlets

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

Integrates the Akamai Cloudlets API into Drupal. See https://developer.akamai.com/api/luna/cloudlets/overview.html#cloudlets for more information about the Cloudlets available in the API.

This module is mostly meant for developers, as a sort of toolkit - it provides an admin page to enter API keys, and some utility functions and classes for talking with the API, but on its own it does nothing.

The initial goal for this module is to integrate the Edge Redirector Cloudlet, but the long-term goal is to support all Cloudlets that the Cloudlets API offers.

Drupal 7

There are several PHP libraries available for the Cloudlets API on GitHub. Unfortunately, they all require Guzzle, and therefore PHP 5.5+. The system requirements for Drupal 7 are PHP 5.2.5+. Therefore, rather than requiring PHP 5.5+ for this module, all of the code for this module is custom, instead of simply requiring and making use of one of the existing libraries.

Drupal 8

Work has not yet begun on a Drupal 8 version.