- Release March 29th, 2026
- Upgrade Saloon to v4
- Fix
CarboneSdkResponse::toException()using non-existent$responseproperty andgetGuzzleException()method (fixes issue #10) - Fix
CarboneSdkRequestException::getResponse()calling non-existentgetSaloonResponse()method - Add unit tests for exception handling
- Release December 24th, 2025
- Minor fixes for PHP 8.4
- Release November 4th, 2024
- Update all dependencies + PHP >= v8.2
- Release February 16th, 2023
- Remove unused dep "spatie/data-transfer-object" & "spatie/ray"
- Release January 13th, 2023
- All Carbone Cloud API endpoints are supported and tested:
- Add template
$carbone->templates()->upload($contentBase64) - Delete template
$carbone->templates()->delete($templateId); - Download template
$carbone->templates()->download($templateId) - Generate report from a template
$carbone->renders()->render($templateId, $data) - Download a generated report
$carbone->renders()->download($renderId); - Get API Status
$carbone->getStatus()
- Add template