Skip to content

bunniescc/BunnyPHP-AliOSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BunnyPHP AliOSS Storage Component

AliOSS Storage for BunnyPHP

Version Total Downloads License

English | 中文

Install

composer require ivanlulyf/bunnyphp-alioss

Configure

"storage" => [
	"name" => "bunny.ali",
	"key" => "",            // replace to your oss key
	"secret" => "",         // replace to your oss secret
	"endpoint" => "",       // replace to your oss endpoint
	"bucket" => "",         // replace to your oss bucket
	"url" => ""             // replace to your oss access url
],