This is the changelog for the Payabli PHP SDK. It includes updates, bug fixes, and new features.

v0.0.418

Removed unused notification types from the NotificationStandardRequestContentEventType type in the PHP SDK.

v0.0.417

Regular regeneration

Regenerated the PHP SDK to incorporate latest API documentation improvements. See March 16th, 2026 for more information.

Removed guzzlehttp/guzzle dependency

Removed the guzzlehttp/guzzle dependency. The PHP SDK is now compatible with all PSR-7, PSR-17, or PSR-18 HTTP clients using framework-agnostic interfaces. Existing code that catches GuzzleHttp\Exception\RequestException must be refactored.


v0.0.416

Changed the TransactionDetailCustomer.additionalData type from string to ArrayType(['string' => 'string']) to match the API.





v0.0.412

Changed the TransferQueryRecordsCustomer.invoiceData field to have an internal JSON name of invoiceData instead of InvoiceData. This change ensures the internal representation matches the API response.