previewict/vonage-php-api
最新稳定版本:2.2
Composer 安装命令:
composer require previewict/vonage-php-api
包简介
PHP API for Vonage Cloud Phone System
README 文档
README
Vonage Business Cloud Phone System Integration API in PHP. Integrate vonage cloud phone system with your PHP application, More ROI, Smart CRM, Grow Sales.
###Installation Install via Composer
sudo composer install
Copy/paste config.sample & rename it to config.php with your Vonage Username & Password.
###Basic Usage To Make a Call
<?php require "vendor/autoload.php"; require "config.php"; $vonage = new \Vonage\Vonage('vonageUsername', 'VonagePassword'); $params = array( 'start' => date('Y-m-d\TH:i:sP') ); var_dump($vonage->request('callhistory/{VonageExtensionNumber}', $params)); die();
See the result as PHP debug format.
统计信息
- 总下载量: 70
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-05-25