ivanlulyf / bunnyphp-cos
Tencent COS Storage for BunnyPHP
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 2
pkg:composer/ivanlulyf/bunnyphp-cos
Requires
- ivanlulyf/bunnyphp: ^3
- qcloud/cos-sdk-v5: 2.*
This package is auto-updated.
Last update: 2025-10-20 01:28:54 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 ],