Skip to content

Releases: TeleSign/php_telesign_enterprise

3.1.1

15 May 08:13

Choose a tag to compare

  • Added tracking to requests

Full Changelog: v3.1.0...3.1.1

v3.1.0

19 Feb 07:46

Choose a tag to compare

Full Changelog: v3.0.1...v3.1.0

  • Added method to send requests to Telesign Messaging.
  • Added method to send requests to the Telesign Verify API.
  • Added unit test for requests to Telesign Messaging.
  • Added unit test for requests to the Telesign Verify API.

v3.0.1

21 Jan 19:42

Choose a tag to compare

Removed Push Verify method in VerifyClient class

Full Changelog: v3.0.0...v3.0.1

v3.0.0

08 Jun 00:57

Choose a tag to compare

Drop support for PHP 5.x. Update dependencies and code to support PHP 7.2+

v2.2.1

03 Aug 11:35

Choose a tag to compare

2.1.1

  • add completion endpoint to VerifyClient

v2.1.0

03 May 16:39

Choose a tag to compare

2.1.0

  • updated and improved README
  • secret_key refactored to api_key to align with docs and portal
  • api_host is now known as rest_endpoint to align with docs and portal
  • various doc string updates and fixes

v2.0.0

13 Apr 17:53

Choose a tag to compare

2.0.0

  • Major refactor and simplification into generic REST client.
  • API parameters are now passed as kwargs to endpoint handlers.
  • Now using guzzle to perform http requests.
  • UserAgent is now set to track client usage and help debug issues.
  • generateTelesignHeaders is now static and easily extracted from the SDK if
    custom behavior/implementation is required.