tinect/bunnycdn-s3-flysystem2-adapter

This package is abandoned and no longer maintained. The author suggests using the tinect/bunnycdn-s3-flysystem-adapter package instead.

Flysystem adapter for BunnyCDN

3.0.0 2022-04-28 19:58 UTC

This package is auto-updated.

Last update: 2022-07-14 19:41:34 UTC


README

⚠ ABONDED BunnyCDN killed S3-Support for the moment, please use tinect/bunnycdn-sftp-flysystem-adapter

Test V1

This adapter supports Flysystem with version 1 for BunnyCDN.

Installation

composer require tinect/bunnycdn-s3-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);