This repository was archived by the owner on Mar 2, 2022. It is now read-only.
Releases: voxbone/voxapi-client-php
Releases · voxbone/voxapi-client-php
voxapi-client-php v2.1.1 release
With the launch of our VoxSMS REST API, we've updated the Provisioning API so you can configure your SMS Links to also work with the REST API.
- deliveryStatusReport boolean field added to GET/POST SMS Link.
- Additionally a gitignore file has been added to the repo
voxapi-client-php v2.1 release
We’ve released a new stable version of the PHP library - Version 2.1
This release features:
- Supports PSR Autoloader
- A new authentication mechanism (using Unirest::auth()). See Commit
- Added jsonSerialize() in models so $body->to_json(); is not needed in the application itself. See Commit
- Response models have been removed. See Commit
- didType has been added as an option parameter in List Countries. See Commit (Documentation has been updated)
- voxFaxEnabled has been added to the Apply Configuration body fields (and DidConfigurationModel)
- Base url changed to https. See Commit
voxapi-client-php v2.0 release
This release features:
- Support for file upload and regulation address creation
- Support for the use of predefined request and response models
- Examples of call flows for each module (Inventory, Ordering, CDRs, Configuration, and Regulation)
voxapi-client-php v0.1 release
First release of Voxbone API PHP Client