2017 © Pedro Peláez
 

yii2-extension yii2-qiniu-oss

yii2-qiniu-oss

image

aprsoft/yii2-qiniu-oss

yii2-qiniu-oss

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

The README.md

yii2-qiniu-oss

yii2-qiniu-oss, (*1)

Installation

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

Either run, (*3)

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

or add, (*4)

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

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

Usage

web.php, (*6)

'qiniuOssImage' => [
    "class" => 'AprSoft\Aliyun\OSS\Image',
    "accessKeyId" => 'xxxxxxxxxxxxxx',
    "accessKeySecret" => 'xxxxxxxx',
    "bucket" => 'xxxxx',
],
'qiniuOssBucket' => [
    "class" => 'AprSoft\Aliyun\OSS\Bucket',
    "accessKeyId" => 'xxxxxxx',
    "accessKeySecret" => 'xxxxxx',
],

代码中使用, (*7)

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

The Versions

26/04 2017

dev-master

9999999-dev

yii2-qiniu-oss

  Sources   Download

GPL-3.0

The Requires

 

by zhangxinyu

yii2 qiniu oss

26/04 2017

1.0.1

1.0.1.0

yii2-qiniu-oss

  Sources   Download

GPL-3.0

The Requires

 

by zhangxinyu

yii2 qiniu oss

26/04 2017

1.0.0

1.0.0.0

yii2-qiniu-oss

  Sources   Download

GPL-3.0

The Requires

 

by zhangxinyu

yii2 qiniu oss