Download the PHP package laravel-notification-channels/vwo-engage without Composer
On this page you can find all versions of the php package laravel-notification-channels/vwo-engage. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download laravel-notification-channels/vwo-engage
More information about laravel-notification-channels/vwo-engage
Files in laravel-notification-channels/vwo-engage
Package vwo-engage
Short Description VWO Engage Notifications driver
License MIT
Homepage https://github.com/laravel-notification-channels/vwo-engage
Informations about the package vwo-engage
VWO Engage (previously PushCrew) Push Notifications Channel for Laravel
This package makes it easy to send notifications using VWO Engage with Laravel.
Contents
- Installation
- Setting up the VWO Engage service
- Usage
- Available Message methods
- Changelog
- Testing
- Security
- Contributing
- Credits
- License
Installation
You can install the package via composer:
Setting up the VWO Engage service
Add your VWO Engage API Token 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 VWO Engage subscriber(s) you are targeting, add the routeNotificationForEngage
method to your Notifiable model.
You can either return a single subscriber-id, or if you want to notify multiple subscriber IDs just return an array containing all IDs.
To determine the Subscriber ID read this FAQ.
Available Message methods
subject('')
: Accepts a string value for the title.body('')
: Accepts a string value for the notification body.icon('')
: Accepts an url for the icon.url('')
: Accepts an url for the notification click event.
For more information take a look here.
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
- Davide Bellini
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of vwo-engage with dependencies
guzzlehttp/guzzle Version ^6.2|^7.0
illuminate/notifications Version ^6.0|^7.0|^8.0
illuminate/support Version ^6.0|^7.0|^8.0