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

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

vinchan/message-notify
======================

MIT

v3.2.1(1mo ago)3314.0k↓62.7%12MITPHPPHP &gt;=8.1

Since Aug 9Pushed 1mo ago1 watchersCompare

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

READMEChangelog (8)Dependencies (18)Versions (12)Used By (0)

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

[](#消息通知组件)

功能
--

[](#功能)

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

环境要求
----

[](#环境要求)

组件版本框架版本v2.0hyperf 2.0.\*v3.0hyperf 3.0.\*v3.0hyperf 3.1.\*-

安装
--

[](#安装)

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

配置文件
----

[](#配置文件)

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

```
hyperf vendor:publish vinchan/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邮件\\MessageNotify\\Channel\\MailChannelText、Markdown格式
--

[](#格式)

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

[](#协议)

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

###  Health Score

55

—

FairBetter than 97% of packages

Maintenance89

Actively maintained with recent releases

Popularity38

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 87.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 ~137 days

Recently: every ~152 days

Total

11

Last Release

57d ago

Major Versions

v2.0.3 → 3.1.x-dev2024-08-31

PHP version history (2 changes)v2.0PHP &gt;=7.4

3.1.x-devPHP &gt;=8.1

### 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 (14 commits)")[![chenkby](https://avatars.githubusercontent.com/u/13486227?v=4)](https://github.com/chenkby "chenkby (1 commits)")[![langzikUn521](https://avatars.githubusercontent.com/u/59392864?v=4)](https://github.com/langzikUn521 "langzikUn521 (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[illuminate/mail

The Illuminate Mail package.

5910.6M500](/packages/illuminate-mail)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[symfony/mailgun-mailer

Symfony Mailgun Mailer Bridge

14538.8M98](/packages/symfony-mailgun-mailer)[symfony/postmark-mailer

Symfony Postmark Mailer Bridge

4820.4M66](/packages/symfony-postmark-mailer)[symfony/mailchimp-mailer

Symfony Mailchimp Mailer Bridge

286.4M20](/packages/symfony-mailchimp-mailer)[symfony/mailjet-mailer

Symfony Mailjet Mailer Bridge

485.3M15](/packages/symfony-mailjet-mailer)

PHPackages © 2026

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