Download the PHP package guanguans/laravel-exception-notify without Composer
On this page you can find all versions of the php package guanguans/laravel-exception-notify. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download guanguans/laravel-exception-notify
More information about guanguans/laravel-exception-notify
Files in guanguans/laravel-exception-notify
Package laravel-exception-notify
Short Description Monitor exception and report it to notification channels(Dump、Log、Mail、AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、Zulip).
License MIT
Homepage https://github.com/guanguans/laravel-exception-notify
Informations about the package laravel-exception-notify
laravel-exception-notify
Monitor exception and report it to notification channels(Dump、Log、Mail、AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、Zulip).
Features
- Monitor exception and report it to notification channels
- Support for extending customized channels
- Support for notification rate limiting
- Support for customized data pipe
- Support for customized data collector
Related Links
Requirement
- PHP >= 7.4
Installation
Configuration
Publish files(optional)
Apply for channel authentication and other information
- Notify
- Dump(For debugging exception messages)
- Log
Configure channels in the config/exception-notify.php
and .env
file
Usage
Test for exception notify
Notification examples
discord | lark | |
---|---|---|
Skip report
Modify the boot
method in the app/Providers/AppServiceProvider.php
file
Custom channel
Modify the boot
method in the app/Providers/AppServiceProvider.php
file
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
- guanguans
- All Contributors
Thanks
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-exception-notify with dependencies
ext-json Version *
guanguans/notify Version ^2.11
illuminate/support Version ^8.23 || ^9.0 || ^10.0 || ^11.0