Skip to content

Commit ffe3881

Browse files
committed
docs(readme): update supported notification channels
- Updated the list of supported notification channels in the README files
1 parent f635198 commit ffe3881

File tree

2 files changed

+10
-26
lines changed

2 files changed

+10
-26
lines changed

README-zh_CN.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[简体中文](README-zh_CN.md) | [ENGLISH](README.md)
44

5-
> Laravel 中异常监控报警通知(Bark、Chanify、钉钉群机器人、Discord、飞书群机器人、邮件、PushDeer、QQ 频道机器人、Server 酱、Slack、Telegram、企业微信群机器人、息知)。
5+
> Laravel 中异常监控报警通知(Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、Slack、Telegram、WeWork、XiZhi、YiFengChuanHua、Zulip)。
66
77
[![tests](https://github.com/guanguans/laravel-exception-notify/workflows/tests/badge.svg)](https://github.com/guanguans/laravel-exception-notify/actions)
88
[![check & fix styling](https://github.com/guanguans/laravel-exception-notify/workflows/check%20&%20fix%20styling/badge.svg)](https://github.com/guanguans/laravel-exception-notify/actions)
@@ -46,18 +46,10 @@ php artisan vendor:publish --provider="Guanguans\\LaravelExceptionNotify\\Except
4646

4747
### 申请通道 `token``secret` 等信息
4848

49-
* [Bark](https://github.com/Finb/Bark)
50-
* [Chanify](https://github.com/chanify?type=source)
51-
* [钉钉群机器人](https://developers.dingtalk.com/document/app/custom-robot-access)
52-
* [Discord](https://discord.com/developers/docs/resources/webhook#edit-webhook-message)
53-
* [飞书群机器人](https://www.feishu.cn/hc/zh-CN/articles/360024984973)
54-
* [PushDeer](http://pushdeer.com)
55-
* [QQ 频道机器人](https://bot.q.qq.com/wiki/develop/api/openapi/message/post_messages.html)
56-
* [Server 酱](https://sct.ftqq.com)
57-
* [Slack](https://api.slack.com/messaging/webhooks)
58-
* [Telegram](https://core.telegram.org/bots/api#sendmessage)
59-
* [企业微信群机器人](https://work.weixin.qq.com/help?doc_id=13376)
60-
* [息知](https://xz.qqoq.net/#/index)
49+
* [Notify](https://github.com/guanguans/notify#platform-support)
50+
* Dump
51+
* Log
52+
* Mail
6153

6254
### `config/exception-notify.php``.env` 文件中配置通道
6355

README.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
> [!CAUTION]
66
> 4.x is developed, but not stable yet. but not recommended for production use. please use 3.x version.
77
8-
> Exception monitoring alarm notification in Laravel(Bark、Chanify、DingTalk、Discord、FeiShu、Mail、PushDeer、QQ Channel Bot、ServerChan、Slack、Telegram、WeWork、XiZhi).
8+
> Exception monitoring alarm notification in Laravel(Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、Slack、Telegram、WeWork、XiZhi、YiFengChuanHua、Zulip).
99
1010
[![tests](https://github.com/guanguans/laravel-exception-notify/workflows/tests/badge.svg)](https://github.com/guanguans/laravel-exception-notify/actions)
1111
[![check & fix styling](https://github.com/guanguans/laravel-exception-notify/workflows/check%20&%20fix%20styling/badge.svg)](https://github.com/guanguans/laravel-exception-notify/actions)
@@ -49,18 +49,10 @@ php artisan vendor:publish --provider="Guanguans\\LaravelExceptionNotify\\Except
4949

5050
### Apply for channel `token` or `secret` information
5151

52-
* [Bark](https://github.com/Finb/Bark)
53-
* [Chanify](https://github.com/chanify?type=source)
54-
* [Dingtalk](https://developers.dingtalk.com/document/app/custom-robot-access)
55-
* [Discord](https://discord.com/developers/docs/resources/webhook#edit-webhook-message)
56-
* [Feishu](https://www.feishu.cn/hc/zh-CN/articles/360024984973)
57-
* [PushDeer](http://pushdeer.com)
58-
* [QQ Channel Bot](https://bot.q.qq.com/wiki/develop/api/openapi/message/post_messages.html)
59-
* [ServerChan](https://sct.ftqq.com)
60-
* [Slack](https://api.slack.com/messaging/webhooks)
61-
* [Telegram](https://core.telegram.org/bots/api#sendmessage)
62-
* [WeWork](https://work.weixin.qq.com/help?doc_id=13376)
63-
* [XiZhi](https://xz.qqoq.net/#/index)
52+
* [Notify](https://github.com/guanguans/notify#platform-support)
53+
* Dump
54+
* Log
55+
* Mail
6456

6557
### Configure channels in the `config/exception-notify.php` or `.env` file
6658

0 commit comments

Comments
 (0)