Download the PHP package colling-media/laravel-zipwhip-notification-channel without Composer
On this page you can find all versions of the php package colling-media/laravel-zipwhip-notification-channel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download colling-media/laravel-zipwhip-notification-channel
More information about colling-media/laravel-zipwhip-notification-channel
Files in colling-media/laravel-zipwhip-notification-channel
Package laravel-zipwhip-notification-channel
Short Description ZipWhip notifications driver
License MIT
Homepage https://github.com/Colling-Media/Laravel-ZipWhip-Notification-Channel
Informations about the package laravel-zipwhip-notification-channel
ZipWhip notifications channel for Laravel 5.3
This package makes it easy to send notifications using zipwhip.com with Laravel 5.3.
THIS IS A MODIFIED VERSION OF THE laravel-notification-channels/clickatell PACKAGE. ALL MAIN CREDIT GOES TO THEM, THIS IS JUST A MODIFICATION TO MAKE IT WORK WITH ZIPWHIP.
Contents
- Installation
- Setting up the ZipWhip service
- 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 the ZipWhip service
Add your ZipWhip user and password to your config/services.php
:
Usage
You can use the channel in your via()
method inside the notification:
Available methods
TODO
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
- laravel-notification-channels/clickatell INITIAL LIBRARY - See them for full credits
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-zipwhip-notification-channel with dependencies
illuminate/notifications Version ^5.3
illuminate/support Version ^5.3
illuminate/events Version ^5.3
colling-media/zipwhip-php-api Version *