ivanlulyf / bunnyphp-cos
Tencent COS Storage for BunnyPHP
1.2.0
2021-10-09 15:30 UTC
Requires
- ivanlulyf/bunnyphp: ^3
- qcloud/cos-sdk-v5: 2.*
This package is auto-updated.
Last update: 2024-11-19 23:25:52 UTC
README
Tencent COS Storage for BunnyPHP
English | 中文
Install
composer require ivanlulyf/bunnyphp-cos
Configure
"storage" => [ "name" => "bunny.cos", "secretId" => "", // replace to your Tencent Cloud secretId "secretKey" => "", // replace to your Tencent Cloud secret "region" => "", // replace to your COS region "bucket" => "", // replace to your COS bucket "url" => "", // replace to your COS access url ],