I'm trying to implement the following tutorial from Twilio:
https://www.twilio.com/docs/tutorials/companydirectory
I'm currently stuck at the following step:
You would assign this scripts URL to your incoming phone number in Twilio. When a call is received at that phone number, Twilio makes a request to this script.
How can I make a PHP file available for execution online so that Twilio can make a request to this file?
Thanks, Eyad
Twilio developer evangelist here.
We're a big fan of the product ngrok which allows you to tunnel through from a public URL to your application running on your computer.
Check out this post about the benefits of ngrok and this post which walks through getting started with ngrok.