Releases: BunnyWay/BunnyCDN.PHP.Storage
Releases · BunnyWay/BunnyCDN.PHP.Storage
3.4.0
2.1.0
Added
- Support for download/upload content in memory with
Client::getContents()
andClient::putContents()
; - Support for deleting multiple files in parallel with
Client::deleteMultiple()
;
Changed
- Replaced
ext-curl
withguzzlehttp/guzzle
, which might use either cURL or PHP streams;
2.0.0
What's Changed
- PHP namespaces;
- PHP 8 support;
- Strict types;
- Support install via
composer
; - Automated static analysis;