Download the PHP package daemon144key/zenziva-notification-channel without Composer
On this page you can find all versions of the php package daemon144key/zenziva-notification-channel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download daemon144key/zenziva-notification-channel
More information about daemon144key/zenziva-notification-channel
Files in daemon144key/zenziva-notification-channel
Package zenziva-notification-channel
Short Description Zenziva SMS notifications driver.
License MIT
Homepage https://github.com/daemon144key/zenziva-notification-channel
Informations about the package zenziva-notification-channel
Zenziva notifications channel for Laravel 5.3
This package makes it easy to send SMS notifications using zenziva.id with Laravel 5.3 onward.
Contents
- Installation
- Setting up the Zenziva service
- Usage
- Changelog
- Testing
- Security
- Contributing
- License
Installation
You can install the package via composer:
You must install the service provider and add to your config/app.php
(skip for Laravel 5.5 onward):
Additionally you can add related facade in config/app.php
:
Setting up the zenziva-notification-channel service
Add your Zenziva account userkey and passkeyto your config/services.php
:
Usage
You can use the channel in your via()
method inside the notification:
Or call the function from facade :
Or from CLI artisan command :
Changelog
Please see CHANGELOG for more information what has changed recently.
Testing
Security
If you discover any security related issues, please use the issue tracker.
Contributing
Please see CONTRIBUTING for details.
License
The MIT License (MIT). Please see License File for more information.
All versions of zenziva-notification-channel with dependencies
illuminate/notifications Version 5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*
illuminate/support Version 5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*
rmccue/requests Version ^1.7