Prakash
Prakash

Reputation: 2723

How to connect SMSC server using SMPP from PHP

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?

Upvotes: 4

Views: 8022

Answers (2)

Aaron Gong
Aaron Gong

Reputation: 1005

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...

Upvotes: 0

ektel
ektel

Reputation: 11

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.

Upvotes: 1

Related Questions