PHPackages                             vinchan/message-notice - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. vinchan/message-notice

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

vinchan/message-notice
======================

1.1.2(4y ago)121.7k1MITPHPPHP &gt;=7.4

Since Apr 18Pushed 3y ago1 watchersCompare

[ Source](https://github.com/VinchanGit/message-notice)[ Packagist](https://packagist.org/packages/vinchan/message-notice)[ RSS](/packages/vinchan-message-notice/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (4)Versions (10)Used By (0)

message-notice
==============

[](#message-notice)

`温馨提示：该组件已迁移至：https://github.com/VinchanGit/message-notify 继续维护迭代`
------------------------------------------------------------------

[](#温馨提示该组件已迁移至httpsgithubcomvinchangitmessage-notify-继续维护迭代)

功能
--

[](#功能)

- 监控发送应用异常
- 支持多种通道(钉钉群机器人、飞书群机器人、邮件、QQ 频道机器人、企业微信群机器人)
- 支持扩展自定义通道

环境要求
----

[](#环境要求)

- hyperf &gt;= 2.0

安装
--

[](#安装)

```
composer require vinchan/message-notice -vvv
```

配置文件
----

[](#配置文件)

发布配置文件`config/message.php`

```
hyperf vendor:publish vinchan/message-notice
```

`.env` 文件中配置

```
## dingTalk
NOTIFY_DINGTALK_TOKEN=token
NOTIFY_DINGTALK_SECRET=secret
## feiShu
NOTIFY_FEISHU_TOKEN=token
NOTIFY_FEISHU_SECRET=secret
```

使用
--

[](#使用)

```
$message = make(\MessageNotice\Message::class);
$message->at(['13000000000'])->channel([FeiShu::class,DingTalk::class])->pipeline('info')->content('发送的内容')->send();
```

扩展自定义通道
-------

[](#扩展自定义通道)

> 文档完善中

测试
--

[](#测试)

> 文档完善中

未来规划
----

[](#未来规划)

- 支持自定义数据收集器
- 支持自定义数据转换器

协议
--

[](#协议)

MIT 许可证（MIT）。有关更多信息，请参见[协议文件](LICENSE)。

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~3 days

Total

8

Last Release

1468d ago

PHP version history (2 changes)1.0.0PHP &gt;=7.3

1.0.3PHP &gt;=7.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/4354fb8dd421775946fe5363d8275fe59d452ee5a72b863052226d278fe281ba?d=identicon)[Vinchan](/maintainers/Vinchan)

---

Top Contributors

[![VinchanGit](https://avatars.githubusercontent.com/u/38177046?v=4)](https://github.com/VinchanGit "VinchanGit (19 commits)")[![sy-records](https://avatars.githubusercontent.com/u/33931153?v=4)](https://github.com/sy-records "sy-records (2 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/vinchan-message-notice/health.svg)

```
[![Health](https://phpackages.com/badges/vinchan-message-notice/health.svg)](https://phpackages.com/packages/vinchan-message-notice)
```

###  Alternatives

[xmo/mine-core

mineadmin core package

1684.2k1](/packages/xmo-mine-core)[thefair/hyperf-rocketmq

The PHP library for hyperf rocketmq

1510.7k](/packages/thefair-hyperf-rocketmq)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
