Skip to content

Releases: plivo/plivo-php

v4.0.0-beta1

25 Oct 14:04
Compare
Choose a tag to compare
v4.0.0-beta1 Pre-release
Pre-release
  • The new SDK works with PHP 5.5, 5.6, 7.0 and 7.1
  • JSON serialization and deserialization is now handled by the SDK
  • The API interfaces are consistent and guessable

API Domain changed from api.plivo.io to api.plivo.com

25 Apr 07:36
Compare
Choose a tag to compare
v1.1.7

Changed API domain from api.plivo.io to api.plivo.com

API Domain changed from api.plivo.com to api.plivo.io

24 Apr 07:39
Compare
Choose a tag to compare

Added digitsMatchBLeg parameter to Dial XML

02 Jun 10:17
Compare
Choose a tag to compare
Merge pull request #37 from plivo/add_param_dial_xml

Add digitsMatchBLeg to Dial XML

v1.1.4

29 Mar 05:46
Compare
Choose a tag to compare

now you can pass accented and non ascii characters in a Speak element and they will be properly encoded in the resulting XML

v1.1.3

29 Feb 20:23
Compare
Choose a tag to compare

Removed the catching of guzzle exceptions from the request function. Users should be responsible for catching GuzzleHttp\Exception\RequestException to handle network problems. See Guzzle Documentation on Exceptions for more details.

v1.1.2

29 Feb 19:59
Compare
Choose a tag to compare

Relaxed guzzlehttp/guzzle version requirements; any guzzlehttp/guzzle v6.0.0 and above should work just fine.

v1.1.1

11 Feb 00:47
Compare
Choose a tag to compare

Added validate_signature function to RestAPI class.

closes #32

Updated to use Guzzle 6.1.1

25 Nov 16:43
Compare
Choose a tag to compare

closes #24

Requires PHP 5.5 or above

v1.0.1

24 Nov 22:59
Compare
Choose a tag to compare
Update README.md