4

I am trying to connect SMSC server using SMPP from PHP to send and receive sms. It would be easy if I can find some good php classes or already built script so that I don't have to bother in details?

so, does anyone have experience with this or at least can suggest me which php class or script to use?

hakre
  • 193,403
  • 52
  • 435
  • 836
Prakash
  • 2,749
  • 4
  • 33
  • 43

2 Answers2

1

create a web form and use the php script given in http://www.ozekisms.com. study the sms messaging process and about esme server, smsc server to get better idea.

I hope it helps.

ektel
  • 11
  • 1
0

You can try using PHP or NodeJS (I know the question is for PHP but no harm looking here)

Personally, I feel these two are updated quite recently from this current post date of Sep 2013.

I have tried the NodeJS version and it worked for me in both send and receive cases...

Aaron Gong
  • 977
  • 7
  • 18