Skip to content

Rate talks at an event using a voice call with Twilio + PHP, used as a live demo at SuperMondays Oct 2011

Notifications You must be signed in to change notification settings

mkpeacock/Talk-Rating--twilio-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Twilio Demo Application: Rate talks from an event - build for the SuperMondays lightning talk event, October 2011

Usage

  1. Setup a database using the schema in private/db.php
  2. Add talks to the DB
  3. Update private/config.php to include your DB credentials
  4. Update private/controllers/smtwilio/smtwilio.controller.php to include the URL to the application, your twilio SID and your twilio Auth token
  5. Export the twilio PHP library (https://github.com/twilio/twilio-php) into the libraries/external/twilio folder
  6. 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

About

Rate talks at an event using a voice call with Twilio + PHP, used as a live demo at SuperMondays Oct 2011

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages