Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Releases: Nexmo/nexmo-php

1.7.0

21 Aug 16:29
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

21 Aug 16:29
29f6856
Compare
Choose a tag to compare

Add support for account configuration

1.6.2

21 Aug 16:29
Compare
Choose a tag to compare
  • Add US Short Code support

1.6.1

21 Aug 16:29
Compare
Choose a tag to compare

Bugfix for message signature checking

1.6.0

21 Aug 16:29
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

21 Aug 16:29
Compare
Choose a tag to compare
  • Improved unicode character detection for automatically setting the SMS type

1.5.1

21 Aug 16:29
2c39e4a
Compare
Choose a tag to compare

Adds support for message signing with the SMS API

1.5.0

21 Aug 16:29
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

21 Aug 16:29
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

21 Aug 16:29
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