定制 jeffery_huntley/bunny-storage 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

jeffery_huntley/bunny-storage

最新稳定版本:v1.0.1

Composer 安装命令:

composer require jeffery_huntley/bunny-storage

包简介

refactory bunny storage and support conccurent upload and download

README 文档

README

The Bunny Edge Storage Official PHP SDK was written over 3 year ago. the World has Changed.

I got the biggest problem that files are too much to upload one by one when i decide to migrant files to Bunny Edge Storage.

This package was written and test in a few hours by myself.

It is very easy to use. Just Like Code Below

$bunny_storage = new BunnyStorage($zone_name, $storage_key, BunnyStorage::ENDPOINT_LOS_ANGELES);

$rtn = $bunny_storage->PutObject($temp_file_path, $stored_file_path = $storage_path . basename($temp_file_path));

more Options can be found in BunnyStorage Class

more example can be found in test folder.

BTW. don't forget to include autoload.php

Enjoy your Bunny Edge Storage Working and No More Wheels-Making.

统计信息

  • 总下载量: 23
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-01-27