Skip to content

SmartFrame-Technologies/laminas-cdn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laminas-cdn

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages