简体   繁体   中英

Send SMS in USA with a PHP API

Where I can find an enterprice API(PHP) to send SMS in USA?

I am looking for an API that will be easy to use, also allows me view reports of sended SMS, that also has documentation and examples to how manage it.

http://www.twilio.com/是一项很好的服务,并且具有PHP库http://www.twilio.com/docs/libraries/

You can take a look to the open source projects on PHP script at

http://www.aldeaglobal.net/callserver/

and another one is this:

http://www.simong.net/finarea/

They work on more than 20 providers, and the APIs are quite similar.

A comparision matrix for all prices can be found here:

hXXp//progx.ch/home-voip-smsbetamax-3-1-1.html (replace hXXp by http: sorry I'm new and I need more reputation to post more than 2 links maybe you can vote me ;-)

All of these Providers are compatible with the two PHP scripts above.

Most of those providers also have an official API which is in most of the cases here:

https://provider_name.com/myaccount/sendsms.php?username=XXXX&password=XXXX&from=00XXXX&to=00XXXX&text=XXXX

Just replace the XXXX and open it with a fsockopen using the ssl:// or https://

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM