ivanlulyf / bunnyphp-qiniu
Qiniu Storage for BunnyPHP
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ivanlulyf/bunnyphp-qiniu
Requires
- ivanlulyf/bunnyphp: ^2.3
- qiniu/php-sdk: ^7.2
This package is auto-updated.
Last update: 2025-09-25 06:49:59 UTC
README
Qiniu Storage for BunnyPHP
English | 中文
Install
composer require ivanlulyf/bunnyphp-qiniu
Configure
"storage" => [ "name" => "bunny.qiniu", "key" => "", // replace to your AccessKey "secret" => "", // replace to your SecretKey "bucket" => "", // replace to your Bucket "url" => "" // replace to your access url ],