2017 © Pedro Peláez
 

library voys

An Voys API wrapper for the click and dial flow.

image

jcid/voys

An Voys API wrapper for the click and dial flow.

  • Friday, May 5, 2017
  • by cmodijk
  • Repository
  • 2 Watchers
  • 3 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

JCID ♥️ Voys, (*1)

Scrutinizer build status Scrutinizer quality score Software license Packagist version Packagist total downloads StyleCI SymfonyInsight, (*2)

Voys call API wrapper

An Voys API wrapper for the click to dial flow., (*3)

Installation

Using Composer:, (*4)

composer require jcid/voys

Example usages

Fill in your Voys login credentials, with your e-mail address and password. Fill in the phone number you want to call to go and see will get additional outgoing phone which others in their display. Note, this should be a number of Voys., (*5)

use Jcid\Voys\Voys;

$voys = new Voys('email@example.com', 'password');
$callId = $voys->callPhonenumer('0123456789', '0123456789');

echo $callId;

Fetch the status of the call by the returned $callId after you have started an call., (*6)

use Jcid\Voys\Voys;

$voys = new Voys('email@example.com', 'password');
$callId = $voys->callPhonenumer('0123456789', '0123456789');
$callStatus = $voys->getCallStatus($callId);

echo $callStatus;

The possible statussen of an call could be one of the following, (*7)

use Jcid\Voys\VoysCallStatus;

VoysCallStatus::STATUS_NULL
VoysCallStatus::DIALING_A
VoysCallStatus::DIALING_B
VoysCallStatus::CONNECTED
VoysCallStatus::DISCONNECTED
VoysCallStatus::FAILING_A
VoysCallStatus::FAILING_B

Voys documentation

Check out the 'Klik en bel' documentation by Voys, (*8)

The Versions

05/05 2017

dev-master

9999999-dev

An Voys API wrapper for the click and dial flow.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jeffrey Cafferata

voys voipgrid clicktodial

05/05 2017

0.1.0

0.1.0.0

An Voys API wrapper for the click and dial flow.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jeffrey Cafferata

voys voipgrid clicktodial