Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
guanguans committed Mar 31, 2022
1 parent 7b51117 commit 9ca0886
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
14 changes: 13 additions & 1 deletion README-EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[简体中文](README.md) | [ENGLISH](README-EN.md)

> Push notification sdk(Bark、Chanify、DingTalk、Discord、Email、FeiShu、Gitter、Google Chat、iGot、Logger、Mattermost、Now Push、PushBack、Push、PushDeer、PushPlus、QQ Channel Bot、Rocket Chat、ServerChan、Slack、Telegram、Webhook、WeWork、XiZhi、Zulip).
> Push notification sdk(Bark、Chanify、DingTalk、Discord、Email、FeiShu、Gitter、Google Chat、iGot、Logger、Mattermost、Now Push、PushBack、Push、PushDeer、PushPlus、QQ Channel Bot、Rocket Chat、ServerChan、Showdoc Push、Slack、Telegram、Webhook、WeWork、XiZhi、Zulip).
[![Tests](https://github.com/guanguans/notify/workflows/Tests/badge.svg)](https://github.com/guanguans/notify/actions)
[![Check & fix styling](https://github.com/guanguans/notify/workflows/Check%20&%20fix%20styling/badge.svg)](https://github.com/guanguans/notify/actions)
Expand Down Expand Up @@ -37,6 +37,7 @@
* [QQ Channel Bot](https://bot.q.qq.com/wiki/develop/api/openapi/message/post_messages.html)
* [Rocket Chat](https://docs.rocket.chat/guides/administration/admin-panel/integrations)
* [ServerChan](https://sct.ftqq.com)
* [Showdoc Push](https://push.showdoc.com.cn/#/)
* [Slack](https://api.slack.com/messaging/webhooks)
* [Telegram](https://core.telegram.org/bots/api#sendmessage)
* Webhook
Expand Down Expand Up @@ -619,6 +620,17 @@ Factory::serverChan()->check(3334849, 'SCTJlJV1J87hS');
```
</details>

<details>
<summary><b>Showdoc Push</b></summary>

```php
Factory::showdocPush()
->setToken('f096edb95f92540219a41e47060eeb6d9461')
->setMessage(new \Guanguans\Notify\Messages\ShowdocPushMessage('This is title.', 'This is content.'))
->send();
```
</details>

<details>
<summary><b>Slack</b></summary>

Expand Down
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[简体中文](README.md) | [ENGLISH](README-EN.md)

> 推送通知 sdk(Bark、Chanify、钉钉群机器人、Discord、邮件、飞书群机器人、Gitter、Google Chat、iGot、Logger、Mattermost、Now Push、PushBack、Push、PushDeer、PushPlus、QQ 频道机器人、Rocket Chat、Server 酱、Slack、Telegram、Webhook、企业微信群机器人、息知、Zulip)。
> 推送通知 sdk(Bark、Chanify、钉钉群机器人、Discord、邮件、飞书群机器人、Gitter、Google Chat、iGot、Logger、Mattermost、Now Push、PushBack、Push、PushDeer、PushPlus、QQ 频道机器人、Rocket Chat、Server 酱、Showdoc Push、Slack、Telegram、Webhook、企业微信群机器人、息知、Zulip)。
[![Tests](https://github.com/guanguans/notify/workflows/Tests/badge.svg)](https://github.com/guanguans/notify/actions)
[![Check & fix styling](https://github.com/guanguans/notify/workflows/Check%20&%20fix%20styling/badge.svg)](https://github.com/guanguans/notify/actions)
Expand Down Expand Up @@ -37,6 +37,7 @@
* [QQ 频道机器人](https://bot.q.qq.com/wiki/develop/api/openapi/message/post_messages.html)
* [Rocket Chat](https://docs.rocket.chat/guides/administration/admin-panel/integrations)
* [Server 酱](https://sct.ftqq.com)
* [Showdoc Push](https://push.showdoc.com.cn/#/)
* [Slack](https://api.slack.com/messaging/webhooks)
* [Telegram](https://core.telegram.org/bots/api#sendmessage)
* Webhook
Expand Down Expand Up @@ -619,6 +620,17 @@ Factory::serverChan()->check(3334849, 'SCTJlJV1J87hS');
```
</details>

<details>
<summary><b>Showdoc Push</b></summary>

```php
Factory::showdocPush()
->setToken('f096edb95f92540219a41e47060eeb6d9461')
->setMessage(new \Guanguans\Notify\Messages\ShowdocPushMessage('This is title.', 'This is content.'))
->send();
```
</details>

<details>
<summary><b>Slack</b></summary>

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "guanguans/notify",
"description": "推送通知 sdk(Bark、Chanify、钉钉群机器人、Discord、邮件、飞书群机器人、Gitter、Google Chat、iGot、Logger、Mattermost、Now Push、PushBack、Push、PushDeer、PushPlus、QQ 频道机器人、Rocket Chat、Server 酱、Slack、Telegram、Webhook、企业微信群机器人、息知、Zulip)。",
"description": "推送通知 sdk(Bark、Chanify、钉钉群机器人、Discord、邮件、飞书群机器人、Gitter、Google Chat、iGot、Logger、Mattermost、Now Push、PushBack、Push、PushDeer、PushPlus、QQ 频道机器人、Rocket Chat、Server 酱、Showdoc Push、Slack、Telegram、Webhook、企业微信群机器人、息知、Zulip)。",
"license": "MIT",
"type": "library",
"keywords": [
Expand Down Expand Up @@ -32,6 +32,7 @@
"QQ Bot",
"rocketChat",
"serverChan",
"showdoc push",
"slack",
"telegram",
"webhook",
Expand Down

0 comments on commit 9ca0886

Please sign in to comment.