BunnyCDN-API icon indicating copy to clipboard operation
BunnyCDN-API copied to clipboard

Featured packed PHP class for BunnyCDN pull zone, storage zone and video streaming API

Results 7 BunnyCDN-API issues
Sort by recently updated
recently updated
newest added

Currently, only 200 status code returns the response. I suggest returning the response for 2XX status codes (e.g. 201 which means resources created). Also I suggest returning the response for...

Added some index links to readme

hacktoberfest-accepted

`{message: "ftp_put(): php_connect_nonb() failed: Operation now in progress (115)",…} exception: "ErrorException" file: "/home/admin/public_html/vendor/corbpie/bunny-cdn-api/src/BunnyAPI.php" line: 578 message: "ftp_put(): php_connect_nonb() failed: Operation now in progress (115)"`

bug

Add the feature to download all of a folders content like the method is named

Just did an composer update and it says in my composer.lock that corbpie/bunny-cdn-api is now at v1.9.5 but looking at the code it downloaded, it does not contain the new...

There are many clients that provide throttling, automatic retry, and a host of other goodies. I like the Symfony HttpClient, others like Guzzle. Instead of making the API calls with...

Hi I checked `BunnyAPI.php` file and found at line `100` this code ```php if ($url_type === 'BASE') {//General CDN curl_setopt($curl, CURLOPT_URL, self::API_URL . $url); curl_setopt($curl, CURLOPT_HTTPHEADER, array("Accept: application/json", "AccessKey: $this->api_key",...