Download the PHP package sbudah/panaceamobile without Composer
On this page you can find all versions of the php package sbudah/panaceamobile. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sbudah/panaceamobile
More information about sbudah/panaceamobile
Files in sbudah/panaceamobile
Package panaceamobile
Short Description PanaceaMobile Notifications driver.
License MIT
Homepage https://github.com/sbudah/panaceamobile
Informations about the package panaceamobile
PanaceaMobile notifications channel for Laravel 5.3 [WIP]
This package makes it easy to send notifications using PanaceaMobile with Laravel 5.3.
Contents
- Installation
- Setting up the PanaceaMobile 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 PanaceaMobile service
Create an account at Panacea Mobile and create an API token.
Add your PanaceaMobile login, secret key (hashed password) and default sender name to your config/services.php
:
Usage
You can use the channel in your via()
method inside the notification:
In order to let your Notification know which phone are you sending/calling to, the channel will look for the phone_number
attribute of the Notifiable model. If you want to override this behaviour, add the routeNotificationForPanaceaMobile
method to your Notifiable model.
Example #2
Available methods
- ->content(''): Specifies the SMS content/text.
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of panaceamobile with dependencies
guzzlehttp/guzzle Version ~6.0
illuminate/notifications Version ^5.3@dev
illuminate/queue Version ^5.3@dev
illuminate/support Version ^5.3@dev