2017 © Pedro Peláez
 

library php-telzio

Php library to connect with the Telzio API

image

wpeereboom/php-telzio

Php library to connect with the Telzio API

  • Tuesday, December 1, 2015
  • by wpeereboom
  • Repository
  • 1 Watchers
  • 2 Stars
  • 283 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Introduction

This library is a client for the Telzio API, (*1)

Features

This library’s features include the following., (*2)

  • Get the Live calls at this moment
  • Get the call log with call details
  • Get specific call details

Installation

The recommended way to install this library is through Composer:, (*3)

$ php composer.phar require wpeereboom/php-telzio dev-master

Usage

The client

Use the client to get the call data. First construct a client and call the methods to receive the data:, (*4)

$telzioClient = new TelzioClient($username, $password);

// To get the live calls
$liveCalls = $telzioClient->getLiveCalls();

// To get the first 20 records of the call log
$logResult = $telzioClient->getLog();

// To get the details of a specific call
$call = $telzioClient->getCallDetails('sd35wegwe-b32we3-23b1c-4583e-ec1338asdc45e'); // CallUUID

// To get the account details, currently only balance information
$account = $telzioClient->getAccount();

The Versions

01/12 2015

dev-master

9999999-dev

Php library to connect with the Telzio API

  Sources   Download

MIT

The Requires

 

The Development Requires

php logging phone call telzio

01/12 2015

0.2

0.2.0.0

Php library to connect with the Telzio API

  Sources   Download

MIT

The Requires

 

The Development Requires

php logging phone call telzio

22/11 2015

0.1

0.1.0.0

Php library to connect with the Telzio API

  Sources   Download

MIT

The Requires

 

The Development Requires

php logging phone call telzio