承接 smartframe-technologies/laminas-cdn 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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.

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

统计信息

  • 总下载量: 1.06k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2022-02-25