Download the PHP package ohffs/laravel-msteams-alerts without Composer
On this page you can find all versions of the php package ohffs/laravel-msteams-alerts. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ohffs/laravel-msteams-alerts
More information about ohffs/laravel-msteams-alerts
Files in ohffs/laravel-msteams-alerts
Package laravel-msteams-alerts
Short Description Send a message to MS Teams
License MIT
Homepage https://github.com/ohnotnow/laravel-msteams-alerts
Informations about the package laravel-msteams-alerts
Quickly send a message to MS Teams
This package can quickly send alerts to Microsoft Teams. You can use this to notify yourself of any noteworthy events happening in your Laravel app. This is a fork of Spatie's laravel-slack-alerts so all thanks to them for doing the main bulk of the work. I've pretty much just changed 'Slack' to 'MSTeams'.
Under the hood, a job is used to communicate with MS Teams. This prevents your app from failing in case Teams is down.
Want to send alerts to Discord or Slack instead? Check out laravel-discord-alerts and laravel-slack-alerts.
Installation
You can install the package via composer:
You can set a MSTEAMS_ALERT_WEBHOOK
env variable containing a valid Teams webhook URL. You can learn how to get a webhook URL in the Teams docs.
Alternatively, you can publish the config file with:
This is the contents of the published config file:
Usage
To send a message to Teams, simply call MSTeamsAlert::message()
and pass it any message you want.
Using multiple webhooks
You can also use an alternative webhook, by specify extra ones in the config file.
The webhook to be used can be chosen using the to
function.
Using a custom webhooks
The to
function also supports custom webhook urls.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Ohffs
- Niels Vanpachtenbeke
- Freek Van der Herten
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-msteams-alerts with dependencies
spatie/laravel-package-tools Version ^1.9.2
illuminate/contracts Version ^8.73|^9.0|^10.0|^11.0|^12.0