ivanlulyf / bunnyphp-alioss
Aliyun OSS Storage for BunnyPHP
1.2
2021-10-09 15:14 UTC
Requires
This package is auto-updated.
Last update: 2024-10-29 06:05:42 UTC
README
AliOSS Storage for BunnyPHP
English | 中文
Install
composer require ivanlulyf/bunnyphp-alioss
Configure
"storage" => [ "name" => "bunny.ali", "key" => "", // replace to your oss key "secret" => "", // replace to your oss secret "endpoint" => "", // replace to your oss endpoint "bucket" => "", // replace to your oss bucket "url" => "" // replace to your oss access url ],