/twilio-php-framework

A quick configuration for using Twilio with your project

Primary LanguagePHP

twilio-php-framework

A basic framework for a php application to use Twilio.

#About

This framework was built by Andrew Hess and Philip Thomas for Text Reject.

The code provides a basic foundation to quickly get started with a php application that connects with Twilio.

#Notes

  • Be sure to set Twilio to connect with call.php and sms.php for calls and texts, respectively.

  • Our application runs on Heroku, the dbOpen() function provided uses credentials from a config file.