Download the PHP package feehi/yii2-cdn without Composer
On this page you can find all versions of the php package feehi/yii2-cdn. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download feehi/yii2-cdn
More information about feehi/yii2-cdn
Files in feehi/yii2-cdn
Download feehi/yii2-cdn
More information about feehi/yii2-cdn
Files in feehi/yii2-cdn
Please rate this library. Is it a good library?
Informations about the package yii2-cdn
yii2 cdn
yii2 cdn,支持 七牛、网易云、腾讯云、阿里云的cdn。可以随时使用/取消yii2项目使用cdn。
安装
-
使用composer composer的安装以及国内镜像设置请点击此处
- 手动导入 下载yii2-cdn包后放置在任意目录 然后在yii2 index.php中
配置
yii2 cdn是作为一个组件提供服务的,所以得配置yii2 cdn组件。打开common/config/main.php在components块内增加
1.使用七牛的配置
2.使用阿里云的配置
3.使用腾讯云的配置
4.使用网易云的配置
5.不使用cdn时的配置(不需要修改代码文件)
示例
见examples/demo.php
说明
yii2 cdn集成了国内常用四个cdn厂商的sdk,以yii2组件的方式提供服务,屏蔽了厂商不同的api名称、调用方式。但是yii2 cdn只实现了几个常用的api:上传文件 分片上传 检测文件是否存在 删除文件。其他相应的操作需要自行实现。
All versions of yii2-cdn with dependencies
PHP Build Version
Package Version
Requires
qiniu/php-sdk Version
^7.2
qcloud/cos-sdk-v5 Version >=1.0
netease/nos-php-sdk Version 1.0.0
aliyuncs/oss-sdk-php Version ~2.0
qcloud/cos-sdk-v5 Version >=1.0
netease/nos-php-sdk Version 1.0.0
aliyuncs/oss-sdk-php Version ~2.0
The package feehi/yii2-cdn contains the following files
Loading the files please wait ....