Skip to content

Instantly share code, notes, and snippets.

View bogomil's full-sized avatar

Bogomil Shopov - Бого bogomil

View GitHub Profile
@bogomil
bogomil / gist:500334
Created July 30, 2010 11:16
How to send an SMS using Twilio SMS REST API
<?php
//get this from twillio website
require "twilio.php";
class Twillio_SMS
{
var $ApiVersion;
var $AccountSid;
var $AuthToken;
var $smsServer;