aprsoft/yii2-aliyun-oss
Composer 安装命令:
composer require aprsoft/yii2-aliyun-oss
包简介
yii2-aliyun-oss
README 文档
README
yii2-aliyun-oss
Installation
The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist aprsoft/yii2-aliyun-oss "*"
or add
"aprsoft/yii2-aliyun-oss": "*"
to the require section of your composer.json file.
Usage
web.php
'aliyunOssImage' => [ "class" => 'AprSoft\Aliyun\OSS\Image', "accessKeyId" => 'xxxxxxxxxxxxxx', "accessKeySecret" => 'xxxxxxxx', "bucket" => 'xxxxx', "endpoint" => 'http://oss-cn-zhangjiakou.aliyuncs.com', ], 'aliyunOssBucket' => [ "class" => 'AprSoft\Aliyun\OSS\Bucket', "accessKeyId" => 'xxxxxxx', "accessKeySecret" => 'xxxxxx', "endpoint" => 'http://oss-cn-zhangjiakou.aliyuncs.com', ],
代码中使用
$bucket = Yii::$app->aliyunOssImage; $back = $bucket->list();
统计信息
- 总下载量: 34
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-4-Clause
- 更新时间: 2017-04-24