devdemi/voximplant-api

Voximplant API SDK for PHP

Installs: 2 582

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 2

Open Issues: 0

pkg:composer/devdemi/voximplant-api

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

This package is not auto-updated.

Last update: 2025-12-25 01:18:00 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';