callpage/api-php
Composer 安装命令:
composer require callpage/api-php
包简介
A PHP wrapper for CallPage API
README 文档
README
You can install callpage/api-php via composer or by downloading the source.
Via Composer:
callpage/api-php is available on Packagist as the
callpage/api-php package.
Via ZIP file:
Click here to download the source (.zip) which includes all dependencies.
Once you download the library, move the callpage/api-php folder to your project directory and then include the library file:
require '/path/to/callpage/api-php/autoload.php';
and you're good to go!
A Brief Introduction
With the callpage-php library, we've simplified interaction with the CallPage REST API. No need to manually create URLS or parse XML/JSON. You now interact with resources directly.
Quickstart
Make a Call
Make a call to all of available managers. If managers are busy or after working hours or your account balance is not enough, the call won't be proceed, the SMS will be sent instead.
<?php // Install the library via PEAR or download the .zip file to your project folder. // This line loads the library in case without composer require('/path/to/callpage/api-php/autoload.php'); $apiKey = "ACXXXXXX"; // Your API Key from http://callpage.io/settings/api $widgetId = "YYYYYY"; // Your Widget ID from http://callpage.io/widgets $callpage = new \Callpage\ApiPhp\Callpage($apiKey, $widgetId); //callpage API instance //wraps method in try catch block try { $callpage->callOrSchedule('+48570570570'); //call was successfully done, your logic come here } catch (\Exception $e) { echo 'Something goes wrong! The reason: ' . $e->getMessage(); }
Full Documentation
Coming soon
Prerequisites
- PHP >= 5.4.0
- The PHP JSON extension
- The PHP Curl extension
Getting help
If you need help installing or using the library, please contact Callpage Support at support@callpage.com first. CallPage's Support staff are well-versed in all of the CallPage Helper Libraries, and usually reply within 24 hours.
If you've instead found a bug in the library or would like new features added, go ahead and open issues or pull requests against this repo!
callpage/api-php 适用场景与选型建议
callpage/api-php 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 29.33k 次下载、GitHub Stars 达 0, 最近一次更新时间为 2015 年 09 月 28 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「api」 「voip」 「callpage」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 callpage/api-php 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 callpage/api-php 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 callpage/api-php 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Asterisk Manager Interface (AMI) client for PHP, event driven, object oriented (Fork)
Client library for connecting to SignalWire.
A PSR-7 compatible library for making CRUD API endpoints
Fork of marcelog's Asterisk Manager Interface (AMI) client for PHP, event driven, object oriented
A simple object orientated way to interact with the simwood.com API
PHPAGI is a PHP class for the Asterisk Gateway Interface. The package is available for use and distribution under the terms of the GNU Public License.
统计信息
- 总下载量: 29.33k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 9
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-09-28