Download the PHP package laravel-notification-channels/jusibe without Composer
On this page you can find all versions of the php package laravel-notification-channels/jusibe. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download laravel-notification-channels/jusibe
More information about laravel-notification-channels/jusibe
Files in laravel-notification-channels/jusibe
Package jusibe
Short Description Jusibe SMS Channel for Laravel 5.3
License MIT
Homepage https://github.com/laravel-notification-channels/jusibe
Informations about the package jusibe
Jusibe notifications channel for Laravel
This package makes it easy to send Jusibe notifications with Laravel 5.5+, 6.x, & 7.x.
Contents
- Installation
- Setting up your Jusibe account
- Usage
- Available Message methods
- Changelog
- Testing
- Security
- Contributing
- Credits
- License
Installation
You can install the package via composer:
You must install the service provider:
Setting up your Jusibe account
Add your Jusibe Account Key, Acess Token, and From Number (optional) to your config/services.php
:
Usage
Now you can use the channel in your via()
method inside the notification:
In order to let your Notification know which phone number you are sending to, add the routeNotificationForJusibe
method to your Notifiable model e.g your User Model
Available Message methods
JusibeMessage
from('')
: Accepts a phone to use as the notification sender.content('')
: Accepts a string value for the notification body.
Changelog
Please see CHANGELOG for more information what has changed recently.
Testing
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
- Prosper Otemuyiwa
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of jusibe with dependencies
unicodeveloper/jusibe-php-lib Version 1.0.*
illuminate/notifications Version ~5.5 || ~6.0 || ~7.0
illuminate/support Version ~5.5 || ~6.0 || ~7.0