ivanlulyf / bunnyphp-qiniu
Qiniu Storage for BunnyPHP
1.2.1
2019-12-24 17:09 UTC
Requires
- ivanlulyf/bunnyphp: ^2.3
- qiniu/php-sdk: ^7.2
This package is auto-updated.
Last update: 2024-10-25 04:55:48 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 ],