2017 © Pedro Peláez
 

yii2-extension yii2-bos

Baidu cloud storage for Yii2

image

fengerzh/yii2-bos

Baidu cloud storage for Yii2

  • Thursday, July 20, 2017
  • by fengerzh
  • Repository
  • 1 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

安装

composer.json中添加, (*1)

"fengerzh/yii2-bos": "*"

然后,执行, (*2)

composer update

用法

设置

将以下键值存入配置文件common\config\main.phpcommon\config\params.php:, (*3)

'baidu.bos.ak' => '*** key ***',
'baidu.bos.sk' => '*** secret ***',

存入百度云

use fengerzh\bos\Bos;

$pic_name = Bos::saveToBos($model, $field_name, $bucket, $path, $filename);

参数说明:, (*4)

  • $model, 数据库记录
  • $field_name, 字符串,存储图片文件的字段
  • $bucket, 字符串,BOS的库名
  • $path, 字符串,远端路径名,不包括文件名
  • $filename, 字符串,文件名

从百度云删除

use fengerzh\bos\Bos;

Bos::deleteFromBos($bucket, $objectKey);

参数说明:, (*5)

  • $bucket, 字符串,BOS的库名
  • $objectKey, 字符串,文件路径,包括文件名

The Versions

20/07 2017

dev-master

9999999-dev https://github.com/fengerzh/yii2-bos

Baidu cloud storage for Yii2

  Sources   Download

MIT

The Requires

 

by Buzz Zhang

yii2 bos

20/07 2017

0.3.0

0.3.0.0 https://github.com/fengerzh/yii2-bos

Baidu cloud storage for Yii2

  Sources   Download

MIT

The Requires

 

by Buzz Zhang

yii2 bos

11/06 2017

v0.2.2

0.2.2.0 https://github.com/fengerzh/yii2-bos

Baidu cloud storage for Yii2

  Sources   Download

MIT

The Requires

 

by Buzz Zhang

yii2 bos

11/06 2017

v0.2.1

0.2.1.0 https://github.com/fengerzh/yii2-bos

Baidu cloud storage for Yii2

  Sources   Download

MIT

The Requires

 

by Buzz Zhang

yii2 bos

11/06 2017

v0.2.0

0.2.0.0 https://github.com/fengerzh/yii2-bos

Baidu cloud storage for Yii2

  Sources   Download

MIT

The Requires

 

by Buzz Zhang

yii2 bos

11/06 2017

v0.1.0

0.1.0.0 https://github.com/fengerzh/yii2-bos

Baidu cloud storage for Yii2

  Sources   Download

MIT

The Requires

 

by Buzz Zhang

yii2 bos

11/06 2017

v0.0.2

0.0.2.0 https://github.com/fengerzh/yii2-bos

Baidu cloud storage for Yii2

  Sources   Download

MIT

The Requires

 

by Buzz Zhang

yii2 bos

11/06 2017

v0.0.1

0.0.1.0 https://github.com/fengerzh/yii2-bos

Baidu cloud storage for Yii2

  Sources   Download

MIT

The Requires

 

by Buzz Zhang

yii2 bos