How To Send Free Sms With Php Api?

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.

  • Answer:

    http://www.twilio.com/ is a good service and they have a PHP library http://www.twilio.com/docs/libraries/

Christian Landivar at Stack Overflow Visit the source

Was this solution helpful to you?

Other answers

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://

Sitoplex

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.