kaikaige / yii2-oss
aliyun oss
dev-master
2020-10-16 08:18 UTC
Requires
- aliyuncs/oss-sdk-php: ~2.0
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2026-02-16 19:55:19 UTC
README
aliyun oss
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist kaikaige/yii2-oss "*"
or add
"kaikaige/yii2-oss": "*"
to the require section of your composer.json file.
Usage
编辑配置文件
main.php
[
'components' => [
'oss' => [
'class' =>
]
]
]