Laminas module that integrates different CDN provider APIs

1.1.0 2023-09-14 14:14 UTC

README

The LaminasCdn provides integration of the CDN APIs.

Build Status Coverage Quality Gate Status

Installation

Install the latest version with

$ composer require smartframe-technologies/laminas-cdn

Configuration

Start by creating a logging configuration file (i.e. config/autoload/cdn.global.php) with minimal configration

If are you using ConfigAggregator library already have defined ConfigProvider
More information in ConfigProviders section

Minimal config settings

<?php
return [
    'cdn' => [
        'fastly' => [
            'apiToken' => 'your-api-token-goes-here'
        ],
    ]
];

License

See the LICENSE file for license rights and limitations (Apache license 2.0).