tinect / bunnycdn-s3-flysystem-adapter
Flysystem adapter for BunnyCDN
Installs: 3 858
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 0
Open Issues: 1
Requires
- php: ^8.0.2
- league/flysystem: ^3.0.0
- league/flysystem-async-aws-s3: ^3.0
Requires (Dev)
- league/flysystem-adapter-test-utilities: ^3.0
- phpunit/phpunit: ^8.0 | ^9.3
README
⚠ ATTENTION BunnyCDN has no offical S3-Support for the moment. Their API is currently accessible, but it might be break again. To be save: please use PlatformCommunity/flysystem-bunnycdn for the moment
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);