ivanlulyf / bunnyphp-alioss
Aliyun OSS Storage for BunnyPHP
Installs: 73
Dependents: 0
Suggesters: 1
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ivanlulyf/bunnyphp-alioss
Requires
This package is auto-updated.
Last update: 2025-09-29 02:49:59 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 ],