|
1 | 1 | # BunnyCDN API Class |
2 | 2 |
|
3 | 3 | The most comprehensive, feature packed and easy to use PHP class for [bunny.net](https://bunny.net?ref=qxdxfxutxf) ( |
4 | | -BunnyCDN) pull, video streaming and storage zones [API](https://docs.bunny.net/reference/bunnynet-api-overview). |
| 4 | +BunnyCDN) pull, video streaming, DNS and storage zones [API](https://docs.bunny.net/reference/bunnynet-api-overview). |
5 | 5 |
|
6 | 6 | This class whilst having a main focus on storage zone interaction includes pull zone features. Combining API with FTP, |
7 | 7 | managing and using BunnyNet storage zones just got easier. |
8 | 8 |
|
9 | | -[]() |
10 | | -[]() |
11 | | - |
12 | | -**Note video streaming API is seemingly not finalized and changes from time to time** |
| 9 | +[]() |
| 10 | +[]() |
| 11 | + |
| 12 | +### 1.8 changes |
| 13 | +* Added DNS zone interaction |
| 14 | +* Added `dns_example.php` file |
| 15 | +* Added getStreamCollectionSize function |
| 16 | +* Added getVideoStatistics function |
| 17 | +* Added getVideoHeatmap function |
| 18 | +* Added reEncodeVideo function |
| 19 | +* Added fetchVideo function |
| 20 | +* Added getCountries function |
| 21 | +* Added getRegions function |
| 22 | +* Added getAbuseCases function |
| 23 | +* Added checkAbuseCase function |
| 24 | +* Added getSupportTickets function |
| 25 | +* Added getSupportTicketDetails function |
| 26 | +* Added closeSupportTicket function |
| 27 | +* Added createSupportTicket function |
| 28 | +* Updated APIcall function (bool $storage_call replaced with string $url_type) |
| 29 | +* Updated functions that use APIcall to use new $url_type parameter |
| 30 | +* Updated listPullZones function |
| 31 | +* Updated getStatistics function |
| 32 | +* Updated findStorageZoneAccessKey function return type |
| 33 | +* Updated getVideoCollections function |
| 34 | +* Updated API_URL and VIDEO_STREAM_URL const strings |
| 35 | +* Removed boolToInt function |
| 36 | +* Removed jsonHeader function |
| 37 | + |
| 38 | +### TODO |
| 39 | +* Sort (features) and index the readme |
| 40 | +* Create separate example files for each (pull, storage, video/stream and DNS) |
| 41 | +* Create separate classes and src files for each (pull, storage, video/stream and DNS) |
13 | 42 |
|
14 | 43 | ### Requirements |
15 | 44 |
|
|
0 commit comments