Download the PHP package ngarak-dev/nextsms without Composer
On this page you can find all versions of the php package ngarak-dev/nextsms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ngarak-dev/nextsms
More information about ngarak-dev/nextsms
Files in ngarak-dev/nextsms
Package nextsms
Short Description A Laravel package to send SMS using NextSMS API. Basically a folk from https://github.com/omakei with updated packages support for laravel 10 and 11
License
Informations about the package nextsms
NextSMS
A Laravel package to send SMS using NextSMS API. Basically a folk from https://github.com/omakei with updated packages support for laravel 10 and 11
Installation
You can install the package via composer:
The following keys must be available in your .env
file:
Usage
Send SMS
NB: Telephone Number Must Start with Valid Country Code. Example: 255768491010
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
All versions of nextsms with dependencies
illuminate/support Version ^11.3
guzzlehttp/guzzle Version ^7.8
illuminate/contracts Version ^11.3
spatie/laravel-package-tools Version ^1.16