ivanlulyf/bunnyphp-qiniu

Qiniu Storage for BunnyPHP

1.2.1 2019-12-24 17:09 UTC

This package is auto-updated.

Last update: 2024-04-25 03:38:01 UTC


README

Qiniu Storage for BunnyPHP

Version Total Downloads License

English | 中文

Install

composer require ivanlulyf/bunnyphp-qiniu

Configure

"storage" => [
	"name" => "bunny.qiniu",
	"key" => "",            // replace to your AccessKey
	"secret" => "",         // replace to your SecretKey
	"bucket" => "",         // replace to your Bucket
	"url" => ""             // replace to your access url
],