cooleraid / IVR-with-Twilio-CodeIgniter-and-Ngrok

Interactive Voice Response System with Twilio CodeIgniter and Ngrok

Repository from Github https://github.comcooleraid/IVR-with-Twilio-CodeIgniter-and-NgrokRepository from Github https://github.comcooleraid/IVR-with-Twilio-CodeIgniter-and-Ngrok

IVR-with-Twilio-CodeIgniter-and-Ngrok

Interactive Voice Response System with Twilio, CodeIgniter and Ngrok

Requirements

  1. Twilio Account.
  2. Linux OS (feel free to use any OS).
  3. Git.
  4. Composer.
  5. PHP.
  6. Ngrok.

Installation

Install the Project Requirements:

sudo apt-get install php git composer -y
snap install ngrok

Clone the project on GitHub:

git clone https://github.com/learningdollars/adeoluwaakinsanya-IVR-with-Twilio-CodeIgniter-and-Ngrok.git

Usage

Navigate to the project directory in your terminal and start your PHP local web server

php -S localhost:8000

Open a new terminal, Navigate to the project directory and start your Ngrok Server

ngrok http 8000

Create a Twilio account and set up webhooks to your phone number using the Ngrok generated URL.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

Interactive Voice Response System with Twilio CodeIgniter and Ngrok

License:MIT License


Languages

Language:PHP 96.9%Language:HTML 1.5%Language:Python 0.7%Language:JavaScript 0.4%Language:Makefile 0.3%Language:CSS 0.1%Language:Shell 0.1%