PHPackages                             cplugins/hexception - 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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. cplugins/hexception

ActiveNo[Debugging &amp; Profiling](/categories/debugging)

cplugins/hexception
===================

Hyperf exception

v1.0.3(5y ago)025MITPHPPHP &gt;=5.4.0

Since Jan 25Pushed 5y ago1 watchersCompare

[ Source](https://github.com/jpvkthhcep/cplugins-hexception)[ Packagist](https://packagist.org/packages/cplugins/hexception)[ RSS](/packages/cplugins-hexception/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (3)DependenciesVersions (5)Used By (0)

cplugins-exception
==================

[](#cplugins-exception)

Hyperf异常警报

安装
--

[](#安装)

项目根目录执行:

```
composer require cplugins/hexception

```

配置
--

[](#配置)

vendor/cplugins/hexception/src/ExceptionAlert.php 文件 48行

配置异常推送的url, 多G.O上线后从env调用该链接

使用
--

[](#使用)

```
throw new UrgentException("很好", "57657");

```

输出
--

[](#输出)

```
二级警报
项目名称： /workspace/php-project/i-admin-manage-pc-interface
调用方法： app\http\controllers\product\templatecontroller testlog
错误信息： 参数传入错误
堆栈信息： xxxx

```

优化
--

[](#优化)

```
app/Listener/QueueHandleListener.php 目录下 process 方法
case $event instanceof FailedHandle:下面注释掉
// $this->logger->error(sprintf('[%s] Failed %s.', $date, $jobClass));
// $this->logger->error($this->formatter->format($event->getThrowable()));

添加以下代码
$log = new LogHelper();
$log->error("异常捕获", $event->getThrowable());

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Every ~2 days

Total

4

Last Release

1930d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2a0999a4fefafb1593c031f852984bb5e5b561d613f78203b8d090c80e6bb093?d=identicon)[jpvkthhcep](/maintainers/jpvkthhcep)

---

Top Contributors

[![jpvkthhcep](https://avatars.githubusercontent.com/u/56709788?v=4)](https://github.com/jpvkthhcep "jpvkthhcep (6 commits)")

### Embed Badge

![Health badge](/badges/cplugins-hexception/health.svg)

```
[![Health](https://phpackages.com/badges/cplugins-hexception/health.svg)](https://phpackages.com/packages/cplugins-hexception)
```

###  Alternatives

[symfony/stopwatch

Provides a way to profile code

2.8k387.2M918](/packages/symfony-stopwatch)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k662.9k29](/packages/fruitcake-laravel-debugbar)[spatie/ignition

A beautiful error page for PHP applications.

510147.6M69](/packages/spatie-ignition)[jokkedk/webgrind

Webgrind is a Xdebug profiling web frontend in PHP5. It implements a subset of the features of kcachegrind and installs in seconds and works on all platforms. For quick'n'dirty optimizations it does the job.

3.3k193.0k](/packages/jokkedk-webgrind)[koriym/printo

An object graph visualizer.

1421.8M2](/packages/koriym-printo)[soloterm/dumps

A Laravel command to intercept dumps from your Laravel application.

125285.7k3](/packages/soloterm-dumps)

PHPackages © 2026

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