Twilio Demo Application: Rate talks from an event - build for the SuperMondays lightning talk event, October 2011
- Setup a database using the schema in private/db.php
- Add talks to the DB
- Update private/config.php to include your DB credentials
- Update private/controllers/smtwilio/smtwilio.controller.php to include the URL to the application, your twilio SID and your twilio Auth token
- Export the twilio PHP library (https://github.com/twilio/twilio-php) into the libraries/external/twilio folder
- Upload public files to your web server, put the private folder just outside web root - if the folders are not named public and private, update the path from public/index.php