Send sms to friends #send sms
Edit
by sunny arora - 8 years ago (2016-07-09)
I have not queries
| I want to send sms to my friends |
Ask clarification
2 Recommendations
SMSGateway: API to send SMS messages using an Android gateway
This package provides an API to send SMS messages using an Android gateway.
It can handle requests to send SMS messages to a given phone number.
The package can put the messages in a local queue storing the message data in a flat-file structure.
It can also handle HTTP requests as an API server that uses callback functions to process events like when new messages are received, updates in the status of queued messages, and a given timeout period passed after the last time it sees the presence of a phone device.
| by André Liechti package author 175 - 2 years ago (2022-10-12) Comment
Using an open source Android SMS Gateway App which is described in the documentation, you will be able to send and receive SMS using your Android phone with this simple PHP class. Data are stored in a flat-file structure, and some examples are provided. Receiving messages and status can by handled by callback functions that you define yourself. |
This class can send SMS messages using ClickATell.
It can send HTTP requests to the ClickATell Web Services API Web server to authenticate with a given API user.
The class can send an SMS message with a given text from a given number to another.
| by Abhijit Jagtap 70 - 8 years ago (2016-08-22) Comment
Hi, If you send message from web then you need to integrate sms gateway with your system and now day's sms gateway provider provide there working script. you need only pass number and text as parameter. |