Skip to content

Instantly share code, notes, and snippets.

@caseysoftware
Created June 24, 2013 20:10
Show Gist options
  • Save caseysoftware/5853170 to your computer and use it in GitHub Desktop.
Save caseysoftware/5853170 to your computer and use it in GitHub Desktop.
helloworld.php
<?php
include 'Services/Twilio.php';
$response = new Services_Twilio_Twiml();
$response->say('Hello Monkey');
print $response;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment