Skip to content

Releases: Vonage/vonage-php-sdk-core

Beta 2 - Serialization and Rate Limiting

01 Jun 16:01
Compare
Choose a tag to compare

Prototype serialization with the verify object:

  • Some conflicts when allowing $_SESSION to auto serialize
  • Since verification entity is client aware, perhaps should use the client to serialize.

Retry Rate Limited Messages

  • Not configurable, should get config from main client, and allow override
  • Like: $client->message(['config' => 'setting'])->send($message)
  • Need to test that retry backs off correctly.

Initial Beta

25 May 17:04
Compare
Choose a tag to compare
Initial Beta Pre-release
Pre-release

API Coverage Includes:

  • SMS: Send, Process Inbound Webhook, and Search (by ID).
  • Verify: Start, Control, Check, and Search.

This beta should give a good preview of:

  • Support for entities, while providing a more common array interface.
  • Processing inbound webhooks.
  • Data normalization through the entities.
  • Ability to reuse entities.
  • Ability to act on entities (specifically the Nexmo\Verify\Verification object).

Related: The Nexmo Client Library Specification

SMS and Verify

20 May 14:35
Compare
Choose a tag to compare
SMS and Verify Pre-release
Pre-release
  • Adds support for Verify API
  • Updated support for request signing (recent API changes).
  • Sending requests as JSON body.

Alpha-1

01 May 05:22
Compare
Choose a tag to compare
Alpha-1 Pre-release
Pre-release

New prototype based on the client library spec, only supports sending SMS messages at this point.