2017 © Pedro Peláez
 

yii2-extension yii2-aliyun-oss

yii2-aliyun-oss

image

aprsoft/yii2-aliyun-oss

yii2-aliyun-oss

  • Wednesday, April 26, 2017
  • by shuxingdeng
  • Repository
  • 0 Watchers
  • 0 Stars
  • 22 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

yii2-aliyun-oss

yii2-aliyun-oss, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

composer require --prefer-dist aprsoft/yii2-aliyun-oss "*"

or add, (*4)

"aprsoft/yii2-aliyun-oss": "*"

to the require section of your composer.json file., (*5)

Usage

web.php, (*6)

'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',
],

代码中使用, (*7)

$bucket = Yii::$app->aliyunOssImage;
$back = $bucket->list();

The Versions

26/04 2017

dev-master

9999999-dev

yii2-aliyun-oss

  Sources   Download

BSD-4-Clause

The Requires

 

by zhangxinyu

yii2 aliyun oss

26/04 2017

1.0.1

1.0.1.0

yii2-aliyun-oss

  Sources   Download

BSD-4-Clause

The Requires

 

by zhangxinyu

yii2 aliyun oss

24/04 2017

1.0.0

1.0.0.0

yii2-aliyun-oss

  Sources   Download

BSD-4-Clause

The Requires

 

by zhangxinyu

yii2 aliyun oss