tinect/bunnycdn-sftp-flysystem-adapter
最新稳定版本:1.0.2
Composer 安装命令:
composer require tinect/bunnycdn-sftp-flysystem-adapter
包简介
Flysystem adapter for BunnyCDN
README 文档
README
⚠️ Check HTTP-flysystem for 10x better performance: https://github.com/tinect/flysystem-bunnycdn/tree/v1
composer require tinect/flysystem-bunnycdn⚠️
This adapter supports Flysystem with version 1 for BunnyCDN.
Installation
composer require tinect/bunnycdn-sftp-flysystem-adapter:^1.0
Usage
use League\Flysystem\Filesystem; use Tinect\Flysystem\BunnyCDN\BunnyCDNAdapter; $client = new BunnyCDNAdapter('storageName', 'api-key-or-ftp-passwort', 'storage.bunnycdn.com', 'optionalSubfolder'); $filesystem = new Filesystem($client);
统计信息
- 总下载量: 2.13k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-07-14