Download the PHP package frolax/ultimate-sms-notification-channel without Composer
On this page you can find all versions of the php package frolax/ultimate-sms-notification-channel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download frolax/ultimate-sms-notification-channel
More information about frolax/ultimate-sms-notification-channel
Files in frolax/ultimate-sms-notification-channel
Download frolax/ultimate-sms-notification-channel
More information about frolax/ultimate-sms-notification-channel
Files in frolax/ultimate-sms-notification-channel
Vendor frolax
Package ultimate-sms-notification-channel
Short Description Laravel notification channel for Ultimate SMS
License MIT
Homepage https://github.com/bishwajitcadhikary/ultimate-sms-notification-channel
Package ultimate-sms-notification-channel
Short Description Laravel notification channel for Ultimate SMS
License MIT
Homepage https://github.com/bishwajitcadhikary/ultimate-sms-notification-channel
Please rate this library. Is it a good library?
Informations about the package ultimate-sms-notification-channel
Ultimate SMS Notification Channel for Laravel
This package provides a Laravel notification channel for sending SMS via the Ultimate SMS HTTP API.
Installation
Publish the config file:
Configuration
Add the following to your .env
:
ULTIMATE_SMS_BASE_URL
should be the website base URL only (e.g.,https://sms.frolax.net
).- The package will automatically use the correct API endpoint for sending SMS.
Usage
In your notification:
Or route notification:
Sending to Multiple Recipients
You can send to multiple numbers by passing a comma-separated string:
Using the Facade Directly
You can send an SMS directly using the facade if you want to bypass Laravel's notification system:
Optional Parameters
sender_id
: Override the default sender ID.type
: Set the message type (default:plain
).schedule_time
: Schedule the SMS (format:YYYY-MM-DD HH:MM
).dlt_template_id
: Set a DLT template ID (optional).
Testing
All versions of ultimate-sms-notification-channel with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
illuminate/notifications Version ^8.0|^9.0|^10.0|^11.0|^12.0
illuminate/support Version ^8.0|^9.0|^10.0|^11.0|^12.0
illuminate/notifications Version ^8.0|^9.0|^10.0|^11.0|^12.0
illuminate/support Version ^8.0|^9.0|^10.0|^11.0|^12.0
The package frolax/ultimate-sms-notification-channel contains the following files
Loading the files please wait ....