Laminas module that integrates different CDN provider APIs

Installs: 1 048

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/smartframe-technologies/laminas-cdn

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).