Download the PHP package omakei/laravel-nextsms without Composer
On this page you can find all versions of the php package omakei/laravel-nextsms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download omakei/laravel-nextsms
More information about omakei/laravel-nextsms
Files in omakei/laravel-nextsms
Package laravel-nextsms
Short Description A Laravel package to send SMS using NextSMS API
License MIT
Homepage https://github.com/omakei/laravel-nextsms
Informations about the package laravel-nextsms
Laravel NextSMS
Laravel package to send SMS using NextSMS API.
Installation
You can install the package via composer:
You can publish the config file with:
The following keys must be available in your .env
file:
This is the contents of the published config
file:
Usage
Send SMS
NB: Telephone Number Must Start with Valid Country Code. Example: 255625933171
Sending single sms to single destination:
Sending single sms to multiple destinations:
Sending multiple sms to multiple destinations (Example 1):
Sending multiple sms to multiple destinations (Example 2):
Schedule sms:
SMS Delivery Reports
Get all delivery reports:
Get delivery reports with messageId:
Get delivery reports with messageId:
Sent Sms Logs
Get all sent SMS logs:
Get all sent SMS logs with the optional parameter:
Sub Customer
Register Sub Customer:
Recharge customer:
Deduct a customer:
Get sms balance:
NextSMS API Documentation
Please see NextSMS Developer API for more details.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- omakei
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-nextsms with dependencies
guzzlehttp/guzzle Version ^7.4
illuminate/contracts Version ^9.0
spatie/laravel-package-tools Version ^1.9.2