承接 thinq/twilio-thinqlcr 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

thinq/twilio-thinqlcr

Composer 安装命令:

composer require thinq/twilio-thinqlcr

包简介

Twilio Wrapper PHP Library for thinQ LCR integration.

README 文档

README

This package is no longer maintainted. You should use the rest API instead

Note that you will need a valid LCR Account with thinQ before using the libraries. For more information please contact your thinQ Sales representative at http://www.thinq.com

Example usage:

<?php
 
 require_once __DIR__ . '/vendor/autoload.php';
 
 use TwilioWithThinQLCR\TwilioWrapper;
 
 $twilio_account_sid = "SDIFUSDO4IFSDF4OSDF2OIDJSFOISDF";
 $twilio_auth_token  = "adsf987asd9f876sad98f7as9d8fsa9";
 $thinQ_id = "12345";
 $thinQ_token = "daf98dsf9g876sd987fg6d78fsg897dsf6g";
 $from_number = "19198900000";
 $to_number = "11234567890";
 $twiML = "http://example.com/xml/twilio-custom.xml";
 
 $wrapperObj = new TwilioWrapper($twilio_account_sid, $twilio_auth_token, $thinQ_id, $thinQ_token);
 
 $newCall = $wrapperObj->call($from_number, $to_number, array('url'=>$twiML));
 
 echo "Call sid: " . $newCall->sid . PHP_EOL;
Copyright (c) 2017 thinQ

统计信息

  • 总下载量: 18
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-04-07

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固