Interactive Voice Response System with Twilio, CodeIgniter and Ngrok
sudo apt-get install php git composer -y
snap install ngrok
git clone https://github.com/learningdollars/adeoluwaakinsanya-IVR-with-Twilio-CodeIgniter-and-Ngrok.git
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.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.