Skip to content

Releases: BunnyWay/BunnyCDN.PHP.Storage

3.4.0

29 Jul 08:25
Compare
Choose a tag to compare

Added

  • Support for async uploads with Client::uploadAsync();

2.1.0

23 Feb 14:00
Compare
Choose a tag to compare

Added

  • Support for download/upload content in memory with Client::getContents() and Client::putContents();
  • Support for deleting multiple files in parallel with Client::deleteMultiple();

Changed

  • Replaced ext-curl with guzzlehttp/guzzle, which might use either cURL or PHP streams;

2.0.0

14 Dec 13:44
Compare
Choose a tag to compare

What's Changed

  • PHP namespaces;
  • PHP 8 support;
  • Strict types;
  • Support install via composer;
  • Automated static analysis;