Skip to content

Releases: Vonage/vonage-php-sdk-core

1.7.0

13 Apr 10:21
f8582d2
Compare
Choose a tag to compare
  • 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

15 Mar 14:31
29f6856
Compare
Choose a tag to compare

Add support for account configuration

1.6.2

07 Feb 11:15
Compare
Choose a tag to compare
  • Add US Short Code support

1.6.1

23 Jan 11:27
Compare
Choose a tag to compare

Bugfix for message signature checking

1.6.0

19 Dec 08:59
01809cc
Compare
Choose a tag to compare
  • PHP 7.3 support
  • Customisable base URL for testing purposes
  • Search prices for a given prefix

1.5.2

14 Nov 14:13
Compare
Choose a tag to compare
  • Improved unicode character detection for automatically setting the SMS type

1.5.1

05 Nov 17:10
2c39e4a
Compare
Choose a tag to compare

Adds support for message signing with the SMS API

1.5.0

20 Sep 14:19
Compare
Choose a tag to compare
  • Add support for the Secret Management API, allowing you to rotate your API secrets for better API security.

1.4.0

03 Jun 20:02
Compare
Choose a tag to compare
  • 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

01 May 12:36
Compare
Choose a tag to compare
  • Fix date_start and date_end when fetching a call collection with a filter. The date must be in UTC