devdemi / voximplant-api
Voximplant API SDK for PHP
Installs: 2 565
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 2
Open Issues: 0
Requires
- php: >=5.3.0
- ext-curl: *
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2025-06-11 22:35:17 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.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';