// Required if your environment does not handle autoloading
require __DIR__ . '/vendor/autoload.php';
$callApiSIDToken = "TELI_CALL_API_SID_TOKEN"; // Your Call API SID Token from https://control.teli.net
$apiToken = "TELI_API_TOKEN"; // Your API Token from https://control.teli.net
$teli = new Teli($callApiSIDToken, $apiToken);
$response = $teli->sms->send([
// A Teli phone number you purchased
// the number you'd like to send the message to
'destination' => 7205551212,
// the body of the text message you'd like to send