2017 © Pedro Peláez
 

library yii2-oss

Aliyun OSS library for Yii2 framework

image

colee/yii2-oss

Aliyun OSS library for Yii2 framework

  • Saturday, December 24, 2016
  • by colee
  • Repository
  • 1 Watchers
  • 0 Stars
  • 22 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

yii2-oss

应用于YII2基于阿里云OSS-SDK封装的YII2-OSS-SDK, (*1)

install

composer require colee/yii2-oss, (*2)

usage

在配置文件中配置components ``` php 'oss'=>[ 'class'=>'colee\oss\AliOss', 'bucket'=>'99n9', 'prefix'=>'chisheng/', 'AccessKeyId' => '你的AccessKeyId', 'AccessKeySecret' => '你的AccessKeySecret', 'endpoint'=>'oss-cn-hangzhou.aliyuncs.com', // 资源访问地址 'imageHost' => 'http://99n9.img-cn-hangzhou.aliyuncs.com/' //如果你的OSS backet开启的图片服务就可以配置这里 ],, (*3)

常用的方法:
> 
``` php
\Yii::$app->oss->upload2oss($tempName, $path=null); // 将文件上传
\Yii::$app->oss->uploadStream2oss($stream,$path=null); // 将字节流上传
\Yii::$app->oss->getItem($path);  // 获取源文件访问URL,$path为资源在OSS中的路径
\Yii::$app->oss->getImageUrl($path, $style); // 获取缩略图URL,$style对应尺寸样式(在OSS图片服务中定义)

更多方法请参考 /aliyun-oss-php-sdk-2.2.1/src/OSS/OssClient.php, (*4)

The Versions

24/12 2016

dev-master

9999999-dev https://github.com/colee1985/yii2-oss

Aliyun OSS library for Yii2 framework

  Sources   Download

MIT

The Requires

  • php ~5.5|~7.0

 

by Avatar colee

yii2 widget aliyun aliyun sdk oss colee yii2-oss

24/12 2016

1.1.0

1.1.0.0 https://github.com/colee1985/yii2-oss

Aliyun OSS library for Yii2 framework

  Sources   Download

MIT

The Requires

  • php ~5.5|~7.0

 

by Avatar colee

yii2 widget aliyun aliyun sdk oss colee yii2-oss

19/03 2016

v1.0.0

1.0.0.0 https://github.com/colee1985/yii2-oss

Aliyun OSS library for Yii2 framework

  Sources   Download

MIT

The Requires

 

by Avatar colee

yii2 widget aliyun oss colee yii2-oss