Download the PHP package voximplant/apiclient-php without Composer
On this page you can find all versions of the php package voximplant/apiclient-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download voximplant/apiclient-php
More information about voximplant/apiclient-php
Files in voximplant/apiclient-php
Download voximplant/apiclient-php
More information about voximplant/apiclient-php
Files in voximplant/apiclient-php
Vendor voximplant
Package apiclient-php
Short Description Voximplant PHP API client library. Voximplant is a cloud communications platform for business and developers
License Apache-2.0
Homepage https://github.com/voximplant/apiclient-php
Package apiclient-php
Short Description Voximplant PHP API client library. Voximplant is a cloud communications platform for business and developers
License Apache-2.0
Homepage https://github.com/voximplant/apiclient-php
Please rate this library. Is it a good library?
Informations about the package apiclient-php
Voximplant API client library
Version 2.10.0
Prerequisites
In order to use the Voximplant PHP SDK, you need the following:
- A developer account. If you don't have one, sign up here.
- A private API key. There are 2 options to obtain it:
- Either generate it in the Voximplant Control panel
- Or call the CreateKey HTTP API method with the specified authentication parameters. You'll receive a response with the result field in it. Save the result value in a file (since we don't store the keys, save it securely on your side).
How to use
To install the bindings via Composer, add the following to composer.json
:
Then run
Next, specify the path to the file with the result value either in the constructor or using the environment.
constructor:
env:
From now on you have access to the SDK methods.
Examples
Start a scenario
Send an SMS
Get a call history item
Get the transaction history
All versions of apiclient-php with dependencies
PHP Build Version
Package Version
The package voximplant/apiclient-php contains the following files
Loading the files please wait ....