Vonage REST API client for PHP. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
The Vonage Business Cloud Account API enables you to retrieve information about accounts. Your application must subscrib
The Vonage Business Cloud Extension API enables you to retrieve information about extensions. Your application must subs
The Vonage Business Cloud Reports API enables you to retrieve call logs for your account. Your application must subscrib
The Vonage Business Cloud User API enables you to retrieve information about users. Your application must subscribe to t
The Vonage Integration Suite API enables call control and webhooks for call events. Your application must subscribe to t
## What's Changed * build: update release action by @manchuck in https://github.com/Vonage/vonage-php-sdk-core/pull/537 * feat: added message failov…
This PR adds about 2000 lines of new test coverage code, bringing the library up to about 85% coverage. ## Added * Code Coverage Improvements by @…
This release is a hotfix to revert Verify (Legacy) back to the Token Body Handler. ## Fixed * Move verify legacy back to token body handler by @Se…
This release adds official support for PHP8.4 in composer, and switches the Accounts API auth mechanism to Basic Auth in the header. ## Added * Mo…
This release changes the auth method for Verify and Number Insight to be Basic in the header for security purposes. ## Changed * Move NI and Verif…
This release introduces PHP8.4 support by fixing any nullable type checks and adds 8.4 into the CI runner. ## Changed * PHP8.4 by @SecondeJK in ht…
This periodic release adds new functionality around DTMF events in NCCOs for the Voice client, plus the ability to delete a member in the conversation…
Periodic patch release to add some missing features in Numbers and Messages, and remove Captions from WhatsApp Voice messages. ## Fixed * Fixed ca…