Giter VIP home page Giter VIP logo

twilio-sms-keywords-starter's Introduction

####SMS Keywords with Twilio#### The goal of this script is to provide a simple, easy to understand framework for developing an SMS application that uses SMS keywords to navigate.

##Installing##

  1. Download the zipped file from Github.
  2. Unzip it and rename it keywords.
  3. Download the Twilio PHP Helper Library.
  4. Unzip the Twilio PHP Helper Library and place the entire folder named Services inside the keywords folder.
  5. Upload keywords to a web server which can run PHP.
  6. Go to the URL of the keywords.php file in your browser. Copy that URL.
  7. Buy an SMS enabled Twilio phone number.
  8. Paste the URL of keywords.php in the SMS Request URL for your Twilio number. Don't forget to save.
  9. Send a text message to your number.

##Modifying the Application## To add a new keyword, add the following to the section labeled ##Controller##: function keyword(){ /* Any other logic you need to execute goes here. */ $response = new Services_Twilio_Twiml(); $response->sms('The text you want your keyword to show. Under 160 characters'); echo $response; }

Then add an entry to the section labeled ##Router##: case 'keyword': keyword(); break;

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.