tinect/bunnycdn-sftp-flysystem-adapter

This package is abandoned and no longer maintained. No replacement package was suggested.

Flysystem adapter for BunnyCDN

1.0.2 2022-07-14 12:33 UTC

This package is auto-updated.

Last update: 2023-08-24 19:42:49 UTC


README

⚠️ Check HTTP-flysystem for 10x better performance: https://github.com/tinect/flysystem-bunnycdn/tree/v1

composer require tinect/flysystem-bunnycdn

⚠️

Test V1

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);