Download the PHP package shiroamada/waha-laravel-notification without Composer
On this page you can find all versions of the php package shiroamada/waha-laravel-notification. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download shiroamada/waha-laravel-notification
More information about shiroamada/waha-laravel-notification
Files in shiroamada/waha-laravel-notification
Package waha-laravel-notification
Short Description WAHA Notifications channel for Laravel 11 and Above
License MIT
Homepage https://github.com/shiroamada/waha-laravel-notification
Informations about the package waha-laravel-notification
WAHA notifications channel for Laravel 11+
This package makes it easy to send notifications using https://waha.devlike.pro/ with Laravel 11+.
Code Reference from laravel-notification-channels/smsc-ru
Contents
- Installation
- Setting up the WAHA service
- Usage
- Available Message methods
- Changelog
- Testing
- Security
- Contributing
- Credits
- License
Installation
You can install the package via composer:
Then you must install the service provider:
Setting up the WAHA service
Add your waha instanceId and token to your config/services.php:
Usage
You can use the channel in your via() method inside the notification:
In your notifiable model, make sure to include a routeNotificationForWaha() method, which return the phone number.
Available methods
content(): Set a content of the notification message.
sendAt(): Set a time for scheduling the notification message.
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.
Credits
- ShiroAmada
- All Contributors
License
The Apache License Version 2.0. Please see License File for more information.
All versions of waha-laravel-notification with dependencies
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.0
illuminate/queue Version ^11.0|^12.0
illuminate/notifications Version ^11.0|^12.0
illuminate/support Version ^11.0|^12.0