Interactive Voice Response System with Twilio, CodeIgniter and Ngrok
sudo apt-get install php git composer -ysnap install ngrokgit clone https://github.com/learningdollars/adeoluwaakinsanya-IVR-with-Twilio-CodeIgniter-and-Ngrok.gitNavigate to the project directory in your terminal and start your PHP local web server
php -S localhost:8000Open a new terminal, Navigate to the project directory and start your Ngrok Server
ngrok http 8000Create a Twilio account and set up webhooks to your phone number using the Ngrok generated URL.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.