I don't know much about CURL, I am working on a project and I am using Twilio for messaging platform. I need help in retrieving the Messages using CURL and API as given in the Documentation in the Twilio account.
This is the CURL URL, I don't know how to use it in PHP please help me in this
curl 'https://api.twilio.com/2010-04-01/Accounts/AC7cff9e2b7447839017344789f6c18277b/Messages.json?From=%2B12345678' -u AC7cff9e2b74478390173447812f6c18277b:1362b9344ed874478390173447819d6f424
the above is my curl how I can pass it in PHP. I just need that help in passing the above URL in PHP and I need the response in JSON. this is my image link : https://i.stack.imgur.com/YUMS6.jpg