smartframe-technologies/laminas-cdn
最新稳定版本:1.1.0
Composer 安装命令:
composer require smartframe-technologies/laminas-cdn
包简介
Laminas module that integrates different CDN provider APIs
README 文档
README
The LaminasCdn provides integration of the CDN APIs.
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).
统计信息
- 总下载量: 1.06k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2022-02-25