PHPackages                             goletter/hyperf-exception-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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. goletter/hyperf-exception-notify

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

goletter/hyperf-exception-notify
================================

hyperf exception notify

v1.0.0(8mo ago)00MITPHPPHP &gt;=8.2

Since Oct 17Pushed 8mo agoCompare

[ Source](https://github.com/goletter/hyperf-exception-notify)[ Packagist](https://packagist.org/packages/goletter/hyperf-exception-notify)[ RSS](/packages/goletter-hyperf-exception-notify/feed)WikiDiscussions main Synced today

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

hyperf-exception-notify
=======================

[](#hyperf-exception-notify)

环境要求
----

[](#环境要求)

- PHP &gt;= 8.2
- hyperf &gt;= 3.1

安装
--

[](#安装)

```
composer require goletter/hyperf-exception-notify -vvv
```

配置
--

[](#配置)

```
php bin/hyperf.php vendor:publish goletter/hyperf-exception-notify
```

支持通知
----

[](#支持通知)

```
log 控制台日志
dingTalk 钉钉群机器人
weWork 企业微信群机器人
feiShu 飞书群机器人
```

使用案例
----

[](#使用案例)

```
use function Goletter\HyperfExceptionNotify\exception_notify_report;
use function Goletter\HyperfExceptionNotify\exception_notify_report_if;
# 异常通知报告
exception_notify_report($throwable, 'log');
# 是否满足条件，如果满足条件，则报告
exception_notify_report_if(function(){ return true; }, $throwable, 'log');
```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance59

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 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

260d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/24600575?v=4)[HaHa](/maintainers/goletter)[@goletter](https://github.com/goletter)

---

Top Contributors

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

---

Tags

phphyperfhyperf3.1

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/goletter-hyperf-exception-notify/health.svg)

```
[![Health](https://phpackages.com/badges/goletter-hyperf-exception-notify/health.svg)](https://phpackages.com/packages/goletter-hyperf-exception-notify)
```

###  Alternatives

[hyperf/hyperf-skeleton

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

313190.9k](/packages/hyperf-hyperf-skeleton)[friendsofhyperf/sentry

The sentry component for Hyperf.

1974.5k](/packages/friendsofhyperf-sentry)[hyperf/odin

486.5k](/packages/hyperf-odin)

PHPackages © 2026

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