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.0(12mo ago)3312.8k↓45.6%11MITPHPPHP &gt;=8.1

Since Aug 9Pushed 12mo 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 1mo ago

READMEChangelog (7)Dependencies (9)Versions (11)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

44

—

FairBetter than 92% of packages

Maintenance50

Moderate activity, may be stable

Popularity38

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 92.9% 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 ~113 days

Recently: every ~65 days

Total

10

Last Release

363d 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 (13 commits)")[![chenkby](https://avatars.githubusercontent.com/u/13486227?v=4)](https://github.com/chenkby "chenkby (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.1M391](/packages/illuminate-mail)[therobfonz/laravel-mandrill-driver

Mandrill Driver for Laravel

773.5M](/packages/therobfonz-laravel-mandrill-driver)[symfony/mailjet-mailer

Symfony Mailjet Mailer Bridge

484.7M12](/packages/symfony-mailjet-mailer)[mailersend/laravel-driver

MailerSend Laravel Driver

87732.8k4](/packages/mailersend-laravel-driver)[symfony/postmark-mailer

Symfony Postmark Mailer Bridge

4717.4M34](/packages/symfony-postmark-mailer)[symfony/mailchimp-mailer

Symfony Mailchimp Mailer Bridge

275.9M17](/packages/symfony-mailchimp-mailer)

PHPackages © 2026

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