1. Go to this page and download the library: Download jcid/voys library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
jcid / voys example snippets
use Jcid\Voys\Voys;
$voys = new Voys('[email protected]', 'password');
$callId = $voys->callPhonenumer('0123456789', '0123456789');
echo $callId;
use Jcid\Voys\Voys;
$voys = new Voys('[email protected]', 'password');
$callId = $voys->callPhonenumer('0123456789', '0123456789');
$callStatus = $voys->getCallStatus($callId);
echo $callStatus;
use Jcid\Voys\VoysCallStatus;
VoysCallStatus::STATUS_NULL
VoysCallStatus::DIALING_A
VoysCallStatus::DIALING_B
VoysCallStatus::CONNECTED
VoysCallStatus::DISCONNECTED
VoysCallStatus::FAILING_A
VoysCallStatus::FAILING_B
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.