Fixed string interpolation for php 8.2: https://wiki.php.net/rfc/deprecate_dollar_brace_string_interpolation
- Support to run the unittests on newer versions of PHP (5.5 +)
- Add API methods for converting/transcoding and transformation
- Add helper function for returning the compressed file extension
- Fail early if version of curl/openssl is too old.
- Expose status of exceptions.
- Retry failed requests by default.
- Throw clearer errors when curl is installed but disabled.
- Support for HTTP proxies.