What is the best PHP sms sending class? #sms sending
Edit
by Mohamed Siddi - 4 years ago (2020-11-19)
Sending SMS with a PC using a mobile phone
| I need a package that could help me to integrate a SMS module for sending SMS with a PC through a mobile for example. |
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. |
Gammu SMS Inject: Send SMS messages using Gammu MySQL storage
This class can send SMS messages using Gammu MySQL storage.
It can send messages to one or more recipients using the Gammu MySQL database.
The class creates records for the new messages in MySQL database with the outbox of Gammu.
It can send also long messages by splitting them in multiple parts.
| by Manuel Lemos 26695 - 4 years ago (2020-11-20) Comment
You can try this package to send SMS messages with mobile phone connected to your computer. You may need to improve the package to make it work with newer PHP versions. |