ivanlulyf/bunnyphp-cos

Tencent COS Storage for BunnyPHP

1.2.0 2021-10-09 15:30 UTC

README

Tencent COS Storage for BunnyPHP

Version Total Downloads License

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
],