Skip to content

Instantly share code, notes, and snippets.

View githubsttar's full-sized avatar

Ijeoma Nelson githubsttar

View GitHub Profile
php -S 0.0.0.0:8080 sms-scheduler.php
<?php
require_once 'vendor/autoload.php';
use Twilio\Rest\Client;
$sid = "TWILIO_ACCOUNT_SID";
$token = "TWILIO_AUTH_TOKEN";
$twilio = new Client($sid, $token);
touch sms-scheduler.php
composer require twilio/sdk
mkdir v-day-promo
cd v-day-promo
num = 10
num
>> 10
num.object_id
>> 21
num += 22
>> 32