Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sending SMS through Twilio using PHP

Tags:

php

twilio

Hi Twilio and PHP dev,

I am newbie to PHP. Can anyone show me a simple sample code of php that accepts sms from twilio.

I mean I need a simple phph code that I can include in my site which accepts a sms message from twilio.

I need one way communication only as of now!

Plz, somebody give a example with few lines of code. I am struggling with php from long back.

Thanks, Kris.

like image 860
kris Avatar asked Nov 25 '25 23:11

kris


1 Answers

Twilio has some sample code on how to send SMS messages through their API:

http://www.twilio.com/docs/howto/sms-notifications-and-alerts

http://www.twilio.com/resources/tarball/sms-notification.zip

like image 94
Chris Hepner Avatar answered Nov 27 '25 11:11

Chris Hepner