Skip to content

Instantly share code, notes, and snippets.

View kevinlong206's full-sized avatar

Kevin Long kevinlong206

  • Seattle, WA
View GitHub Profile
@kevinlong206
kevinlong206 / foo.tf
Created January 25, 2022 03:48
Test gist
Testing
Ennbeeding

Keybase proof

I hereby claim:

  • I am kevinlong206 on github.
  • I am kevinlong206 (https://keybase.io/kevinlong206) on keybase.
  • I have a public key ASCL6_VosyVde8BhCW9tmjtQGIHJQIceEv_mL3fNgE4u6Qo

To claim this, I am signing this object:

function send_sms($smstoken, $sms_recipient, $twilio_sid, $twilio_token, $twilio_phonenumber) {
error_log("in send_sms function:" . ":" . $smstoken . ":" .$sms_recipient . ":" .$twilio_sid . ":" . $twilio_token . ":" . $twilio_phonenumber);
error_log("sid " . $twilio_sid . " " . "token " . $twilio_token);
$client = new Client($twilio_sid, $twilio_token);
error_log("made it past new Client");
$result = $client->messages->create(
$sms_recipient,