PHP 5.3 or above Curl
- Voximpalnt API: doc
- Add
"devdemi/voximplant-api": "*"
tocomposer.json
of 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';