Download the PHP package molnix/laravel-nextcloud-talk-channel without Composer
On this page you can find all versions of the php package molnix/laravel-nextcloud-talk-channel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download molnix/laravel-nextcloud-talk-channel
More information about molnix/laravel-nextcloud-talk-channel
Files in molnix/laravel-nextcloud-talk-channel
Package laravel-nextcloud-talk-channel
Short Description A Laravel notification channel for Nextcloud Talk
License MIT
Homepage https://github.com/Molnix-open-source/laravel-nextcloud-talk-channel
Informations about the package laravel-nextcloud-talk-channel
Nextcloud talk notification channel
This package makes it easy to send notifications using NextcloudTalk with Laravel 10.x, 11.x and 12.x.
Contents
- Installation
- Setting up the NextcloudTalk service
- Usage
- Available Message methods
- Changelog
- Testing
- Security
- Contributing
- Credits
- License
Installation
You can install this package via composer:
Setting up the NextcloudTalk service
Add your NextcloudTalk config to config/services.php:
Usage
You can use the channel in your via() method inside the notification:
If you want the bot to make a channel with the user and send message (one to one), add routeNotificationForNextcloudTalk to your notifiable model:
Channel selection order:
- Channel specified using
NextcloudTalkMessage::to(). routeNotificationForNextcloudTalk()default_channelspecified in the config
Available Message methods
to(): To specify a nextcloud channel token, example groups etc.
content(): Sets a content of the notification message.
Testing
Security
If you discover any security related issues, please email [email protected] or [email protected] instead of using the issue tracker.
Contributing
You are welcome to contribute
Credits
- Vishnu
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
Made with ❤ in Finland with Molnix
All versions of laravel-nextcloud-talk-channel with dependencies
guzzlehttp/guzzle Version ^6.3 || ^7.0
illuminate/notifications Version ^10.0 || ^11.0 || ^12.0 || ^13.0
illuminate/support Version ^10.0 || ^11.0 || ^12.0 || ^13.0