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. coderzhao/message-notify

ActiveLibrary

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 1mo ago

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

24

—

LowBetter than 32% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity10

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

620d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/beb461703ac43073ebd5b1c6ccacf0e1814ac739cc2c7f8854eed1d26d081077?d=identicon)[zhaohao19941221](/maintainers/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

[hyperf/hyperf-skeleton

A coroutine framework that focuses on hyperspeed and flexible, specifically use for build microservices and middlewares.

301187.4k](/packages/hyperf-hyperf-skeleton)[yansongda/hyperf-pay

可能是基于 hyperf 的最优雅的支付宝、微信、银联支付 SDK 了

8959.8k1](/packages/yansongda-hyperf-pay)[xmo/mine-core

mineadmin core package

1684.2k1](/packages/xmo-mine-core)[vinchan/message-notify

MIT

3312.8k](/packages/vinchan-message-notify)[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)
