PHPackages                             tx\_admin/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. [Admin Panels](/categories/admin)
4. /
5. tx\_admin/message-notify

ActiveLibrary[Admin Panels](/categories/admin)

tx\_admin/message-notify
========================

MIT

1.0.1(2y ago)018MITPHPPHP &gt;=7.4

Since Apr 2Pushed 2y agoCompare

[ Source](https://github.com/Wt1ao/message-notify)[ Packagist](https://packagist.org/packages/tx_admin/message-notify)[ RSS](/packages/tx-admin-message-notify/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (7)Versions (2)Used By (0)

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

[](#消息通知组件)

功能
--

[](#功能)

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

环境要求
----

[](#环境要求)

- hyperf &gt;= 2.0

安装
--

[](#安装)

```
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格式
--

[](#格式)

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

[](#协议)

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

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

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

776d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/40f03afbdc0eac6e5b83c2012e35d8f7f7e9433d90078f98145f359646e3077c?d=identicon)[Wt1ao](/maintainers/Wt1ao)

---

Top Contributors

[![VinchanGit](https://avatars.githubusercontent.com/u/38177046?v=4)](https://github.com/VinchanGit "VinchanGit (9 commits)")[![Wt1ao](https://avatars.githubusercontent.com/u/29563598?v=4)](https://github.com/Wt1ao "Wt1ao (2 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

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

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

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[mineadmin/mineadmin

Quickly build a background management system for web applications

1.2k2.0k](/packages/mineadmin-mineadmin)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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