PHPackages                             coderzhao/message-notify - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. coderzhao/message-notify

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

coderzhao/message-notify
========================

Hyperf DingTalk Mail Wechat FeiShu message

v0.1.0(1y ago)125MITPHPPHP &gt;=8.1

Since Sep 5Pushed 1y ago1 watchersCompare

[ Source](https://github.com/zhaohao19941221/message-notify11)[ Packagist](https://packagist.org/packages/coderzhao/message-notify)[ RSS](/packages/coderzhao-message-notify/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (8)Versions (2)Used By (0)

消息通知组件
------

[](#消息通知组件)

hyperf异常监控报警通知(钉钉群机器人、飞书群机器人、邮件、QQ 频道机器人、企业微信群机器人)支持hyperf3.1+

功能
--

[](#功能)

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

环境要求
----

[](#环境要求)

- hyperf &gt;= 3.1

安装
--

[](#安装)

```
composer require coderzhao/message-notify -vvv
```

配置文件
----

[](#配置文件)

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

```
hyperf vendor:publish coderzhao/message-notify
```

使用
--

[](#使用)

```
Notify::make()->setChannel(DingTalkChannel::class)
->setTemplate(Text::class)
->setTitle('标题')->setText('内容')->setAt(['all'])->setPipeline('info')
->send();
```

通道
--

[](#通道)

通道名称命名空间支持格式钉钉群\\MessageNotify\\Channel\\DingTalkChannelText、Markdown飞书群\\MessageNotify\\Channel\\FeiShuChannelText、Markdown企业微信群\\MessageNotify\\Channel\\WechatChannelText、Markdown格式
--

[](#格式)

格式名称命名空间Text\\MessageNotify\\Template\\TextMarkdown\\MessageNotify\\Template\\Markdown协议
--

[](#协议)

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

参考内容
----

[](#参考内容)

完全照搬对应下面的项目,只是为了解决一些在3.1+以上版本的bug,做了小小的修改和完善 [VinchanGit/message-notify](https://github.com/VinchanGit/message-notify)

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

666d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/23329638?v=4)[coderZhao](/maintainers/zhaohao19941221)[@zhaohao19941221](https://github.com/zhaohao19941221)

---

Top Contributors

[![zhaohao19941221](https://avatars.githubusercontent.com/u/23329638?v=4)](https://github.com/zhaohao19941221 "zhaohao19941221 (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/coderzhao-message-notify/health.svg)

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

###  Alternatives

[vinchan/message-notify

MIT

3313.9k](/packages/vinchan-message-notify)[maize-tech/laravel-email-domain-rule

Laravel Email Domain Rule

612.0k](/packages/maize-tech-laravel-email-domain-rule)[sarfraznawaz2005/noty

Laravel package to incorporate noty flash notifications into laravel.

324.5k](/packages/sarfraznawaz2005-noty)

PHPackages © 2026

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