Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 611 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 611 Bytes

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';