Skip to content
/ twilio-php Public
forked from twilio/twilio-php

A PHP library for communicating with the Twilio API and generating TwiML

License

Notifications You must be signed in to change notification settings

shp/twilio-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Twilio Helper Library

DESCRIPTION

The Twilio REST SDK simplifies the process of makes calls to the Twilio REST. The Twilio REST API lets to you initiate outgoing calls, list previous call, and much more. See http://www.twilio.com/docs for more information.

USAGE

To use the Twilio library, just include twilio.php in the your current php file. As shown in example-rest.php, you will need to specify the ACCOUNT_ID and ACCOUNT_TOKEN given to you by Twilio before you can make REST requests. In addition, you will need to choose a 'Caller' and 'Called' before making outgoing calls. See http://www.twilio.com/docs for more information.

FILES

  • twilio.php: include this library in your code
  • example-rest.php: example usage of REST
  • example-twiml.php: example usage of the TwiML generator
  • example-utils.php: example usage of utilities

LICENSE

The Twilio PHP Helper Library is distributed under the MIT License

About

A PHP library for communicating with the Twilio API and generating TwiML

Resources

License

Stars

Watchers

Forks

Packages

No packages published