Download the PHP package rootscratch/sms without Composer
On this page you can find all versions of the php package rootscratch/sms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rootscratch/sms
More information about rootscratch/sms
Files in rootscratch/sms
Package sms
Short Description Android SMS Gateway transforms your Android smartphone into an SMS gateway. It is a lightweight application that enables you to send SMS messages programmatically via an API, making it ideal for integrating SMS functionality into your applications or services.
License
Informations about the package sms
📱 Android SMS Gateway (PHP)
Android SMS Gateway transforms your Android smartphone into an SMS gateway. It is a lightweight application that enables you to send SMS messages programmatically via an API, making it ideal for integrating SMS functionality into your applications or services.
🚀 Installation
To install the rootscratch/sms
via Composer, run the following command:
📖 Usage/Examples
To use the Rootscratch SMS in your PHP project, include the Composer autoloader:
⚙️ Configuration Usage
📤 Send Single SMS
📥 Send Bulk Message
🖼️ Send MMS Sample
- Use All Sims = sendMessages(messages = array, option = USE_ALL_SIMS)
- Use All Devices = sendMessages(messages = array, option = USE_ALL_DEVICES)
- Use Specified Devices = sendMessages(messages = array, option = USE_SPECIFIED, devices = array)
📇 Send Message To Contacts List
Send a message on schedule to contacts in contacts list with ID of 1.
Send a message to contacts in contacts list with ID of 1.
📲 Send USSD Request
Send a USSD request using the default SIM of Device ID 1.
Send a USSD request using SIM in slot 1 of Device ID 1.
Send a USSD request using SIM in slot 2 of Device ID 1.
🔄 Resend SMS
🛠️ Support
For support, please email me at [email protected].