ivanlulyf/bunnyphp-cos

Tencent COS Storage for BunnyPHP

Maintainers

Package info

github.com/bunniescc/BunnyPHP-COS

pkg:composer/ivanlulyf/bunnyphp-cos

Statistics

Installs: 8

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 2

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