Download the PHP package sikhlana/laravel-greenweb-sms-channel without Composer
On this page you can find all versions of the php package sikhlana/laravel-greenweb-sms-channel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package laravel-greenweb-sms-channel
Greenweb SMS notifications channel for Laravel 5
This package makes it easy to send SMS notifications via Greenweb for Laravel 5. Greenweb only provides SMS service for Bangladeshi mobile operators.
Contents
- Installation
- Setting up the Greenweb service
- Usage
- Available Message methods
- Changelog
- Security
- Contributing
- Credits
- License
Installation
You can install the package via composer:
First you must install the service provider (skip for Laravel >= 5.5):
Setting up the Greenweb service
Add your generated Greenweb SMS API key in your .env
file:
Usage
Now you can use the channel in your via()
method inside the notification:
In order to let your Notification know which phone are you sending/calling to, the channel will look for the phone_number
attribute of the Notifiable model. If you want to override this behaviour, add the routeNotificationForGreenweb
method to your Notifiable model.
Available Message methods
GreenwebMessage
content(string)
: Sets the message content.line(string)
: Adds a line of text to the notification.
Changelog
Please see CHANGELOG for more information what has changed recently.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Contributing
Please see CONTRIBUTING for details.
Credits
- Saif Mahmud
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-greenweb-sms-channel with dependencies
guzzlehttp/guzzle Version ^7.0|^6.3
laravel/framework Version ^8.0|^7.0|^6.0|^5.8
propaganistas/laravel-phone Version ^4.0