library twilio-thinqlcr
Twilio Wrapper PHP Library for thinQ LCR integration.
thinq/twilio-thinqlcr
Twilio Wrapper PHP Library for thinQ LCR integration.
- Tuesday, April 11, 2017
- by aclarke
- Repository
- 2 Watchers
- 1 Stars
- 6 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 7 Versions
- 0 % Grown
Twilio Wrapper PHP Library For thinQ LCR integration
This package is no longer maintainted. You should use the rest API instead
Example usage:, (*1)
<?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
1.1
1.1.0.0
Twilio Wrapper PHP Library for thinQ LCR integration.
Sources
Download
MIT
The Requires
by
thinQ
dev-master
9999999-dev
Twilio Wrapper PHP Library for thinQ LCR integration.
Sources
Download
MIT
The Requires
by
thinQ
2.2
2.2.0.0
Twilio Wrapper PHP Library for thinQ LCR integration.
Sources
Download
MIT
The Requires
by
thinQ
2.1.1
2.1.1.0
Twilio Wrapper PHP Library for thinQ LCR integration.
Sources
Download
MIT
The Requires
by
thinQ
2.1
2.1.0.0
Twilio Wrapper PHP Library for thinQ LCR integration.
Sources
Download
MIT
The Requires
by
thinQ
2.0
2.0.0.0
Twilio Wrapper PHP Library for thinQ LCR integration.
Sources
Download
MIT
The Requires
by
thinQ
1.0
1.0.0.0
Twilio Wrapper PHP Library for thinQ LCR integration.
Sources
Download
MIT
The Requires
by
thinQ