Releases: Nexmo/nexmo-php
Releases · Nexmo/nexmo-php
1.7.0
- Add support for supplying an NCCO inline when placing a call
$call = new Call();
$call->setTo('TO_NUMBER')
->setFrom('FROM_NUMBER')
->setNcco([
[
'action' => 'talk',
'text' => 'This is a text to speech call from Nexmo'
]
]);
$client->calls()->create($call);
1.6.3
Add support for account configuration
1.6.2
- Add US Short Code support
1.6.1
Bugfix for message signature checking
1.6.0
- PHP 7.3 support
- Customisable base URL for testing purposes
- Search prices for a given prefix
1.5.2
- Improved unicode character detection for automatically setting the SMS type
1.5.1
Adds support for message signing with the SMS API
1.5.0
- Add support for the Secret Management API, allowing you to rotate your API secrets for better API security.
1.4.0
- Add support for the Redact API, which allows you to redact information about your SMS, Voice, Verify (and more!) requests on the Nexmo platform
1.3.2
- Fix
date_start
and date_end
when fetching a call collection with a filter. The date must be in UTC