Download the PHP package karunais13/multiple-notification-provider without Composer
On this page you can find all versions of the php package karunais13/multiple-notification-provider. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download karunais13/multiple-notification-provider
More information about karunais13/multiple-notification-provider
Files in karunais13/multiple-notification-provider
Download karunais13/multiple-notification-provider
More information about karunais13/multiple-notification-provider
Files in karunais13/multiple-notification-provider
Vendor karunais13
Package multiple-notification-provider
Short Description Multiple Notification
License MIT
Package multiple-notification-provider
Short Description Multiple Notification
License MIT
Please rate this library. Is it a good library?
Informations about the package multiple-notification-provider
Notification
Laravel has some pretty sweet functions for sending notification. Due to business nature, certain helper by laravel need to modify. Thus, this package is created to handle the business nature.
This package allows us send push and email notification to all device (iOS, Android, Web) using 3rd party such as OneSignal and Firebase.
Installation
Install the usual composer way.
Run this command at root directory of your project
For Laravel 5.5 and below add provider in config file like below :
app/config/app.php
#
Configure
Copy the packages config and routes files to respective folder.
app/config/notification.php
app/routes/notification.php
Usage
Type of Notification Constant
NOTIFICATION_TYPE_EMAIL
NOTIFICATION_TYPE_WEB_PUSH
NOTIFICATION_TYPE_NATIVE_PUSH
NOTIFICATION_TYPE_SMS
Set Config(Optional)
Send Notification
Get Notification List
Unsubscribe User from notification
Licence
All versions of multiple-notification-provider with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
illuminate/support Version >= 5.0.0
illuminate/routing Version >= 5.0.0
illuminate/console Version >= 5.0.0
illuminate/config Version >= 5.0.0
illuminate/filesystem Version >= 5.0.0
berkayk/onesignal-laravel Version ^2.4
illuminate/support Version >= 5.0.0
illuminate/routing Version >= 5.0.0
illuminate/console Version >= 5.0.0
illuminate/config Version >= 5.0.0
illuminate/filesystem Version >= 5.0.0
berkayk/onesignal-laravel Version ^2.4
The package karunais13/multiple-notification-provider contains the following files
Loading the files please wait ....