devdemi / voximplant-api
Voximplant API SDK for PHP
dev-master
2016-09-22 13:35 UTC
Requires
- php: >=5.3.0
- ext-curl: *
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2026-04-16 02:36:07 UTC
README
PHP Voximpalnt API SDK
Requirements
PHP 5.3 or above Curl
Links
- Voximpalnt API: doc
Getting started
Installation
- Add
"devdemi/voximplant-api": "*"tocomposer.jsonof your application. Or clone repo to your project. - If you are using composer - simply use
require_once 'vendor/autoload.php';otherwise paste following coderequire_once '/path/to/cloned/repo/lib/API.php';