2017 © Pedro Peláez
 

library telavox-api-php-client

A PHP client library for accessing Telavox API

image

elitan/telavox-api-php-client

A PHP client library for accessing Telavox API

  • Sunday, November 26, 2017
  • by elitan
  • Repository
  • 1 Watchers
  • 0 Stars
  • 57 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 375 % Grown

The README.md

telavox-api-php-client

Install

composer require elitan/telavox-api-php-client

Example usage

<?php

require_once __DIR__ . '/vendor/autoload.php';

$api_host = 'https://api.telavox.se';
$telavox_username = '08123123123';
$telavox_password = 'secretpassword';

$telavox = new \Telavox\Telavox($api_host, $telavox_username, $telavox_password);

$calls = $telavox->calls();

var_dump($calls);

$telavox->dail('0046771567567');

The Versions

26/11 2017

dev-master

9999999-dev

A PHP client library for accessing Telavox API

  Sources   Download

The Requires

 

by Johan Eliasson

telavox

25/11 2017

v0.0.3

0.0.3.0

A PHP client library for accessing Telavox API

  Sources   Download

The Requires

 

by Johan Eliasson

telavox

25/11 2017

v0.0.1

0.0.1.0

A PHP client library for accessing Telavox API

  Sources   Download

The Requires

 

by Johan Eliasson

telavox

25/11 2017

v0.0.2

0.0.2.0

A PHP client library for accessing Telavox API

  Sources   Download

The Requires

 

by Johan Eliasson

telavox