devdemi/voximplant-api

Voximplant API SDK for PHP

dev-master 2016-09-22 13:35 UTC

This package is not auto-updated.

Last update: 2025-06-11 22:35:17 UTC


README

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