wpeereboom/php-telzio
Composer 安装命令:
composer require wpeereboom/php-telzio
包简介
Php library to connect with the Telzio API
README 文档
README
Introduction
This library is a client for the Telzio API
Features
This library’s features include the following.
- 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:
$ 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:
$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();
统计信息
- 总下载量: 291
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-11-20