/voximplant-api

Voximplant API SDK

Primary LanguagePHPMIT LicenseMIT

Build Status

PHP Voximpalnt API SDK

Requirements

PHP 5.3 or above Curl

Links

  1. Voximpalnt API: doc

Getting started

Installation

  1. Add "devdemi/voximplant-api": "*" to composer.json of your application. Or clone repo to your project.
  2. If you are using composer - simply use require_once 'vendor/autoload.php'; otherwise paste following code
    require_once '/path/to/cloned/repo/lib/API.php';