Download the PHP package macellan/netgsm without Composer
On this page you can find all versions of the php package macellan/netgsm. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download macellan/netgsm
More information about macellan/netgsm
Files in macellan/netgsm
Package netgsm
Short Description Netgsm SMS notification channel for Laravel
License MIT
Homepage https://macellan.net
Informations about the package netgsm
Netgsm SMS Notification Channel for Laravel
This package makes it easy to send sms notifications using Netgsm with Laravel 10.x, 11.x, 12.x
Contents
- Installation
- Setting up the Netgsm service
- Usage
- On-Demand Notifications
- Usage With Facade
- Testing
- Changelog
- Credits
Installation
You can install this package via composer:
Setting up the Netgsm service
Add your Netgsm configs to your config/services.php:
Usage
You can use the channel in your via() method inside the notification:
For Otp Sms sending, OtpSmsMessage class can be returned.
In your notifiable model, make sure to include a routeNotificationForSms() method, which returns a phone number.
On-Demand Notifications
Sometimes you may need to send a notification to someone who is not stored as a "user" of your application. Using the Notification::route method, you may specify ad-hoc notification routing information before sending the notification:
Usage With Facade
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Credits
All versions of netgsm with dependencies
ext-json Version *
ext-simplexml Version *
guzzlehttp/guzzle Version ^7.0
illuminate/http Version ^10.0|^11.0|^12.0
illuminate/notifications Version ^10.0|^11.0|^12.0
illuminate/support Version ^10.0|^11.0|^12.0
illuminate/translation Version ^10.0|^11.0|^12.0
spatie/array-to-xml Version ^3.2.3