PHPackages                             cplugins/exception - 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. cplugins/exception

ActiveLibrary

cplugins/exception
==================

exception helper

v1.0.8(5y ago)024MITPHPPHP &gt;=5.4.0

Since Jan 23Pushed 5y ago1 watchersCompare

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

READMEChangelog (9)DependenciesVersions (10)Used By (0)

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

[](#cplugins-exception)

异常警报

安装
--

[](#安装)

项目根目录执行:

```
composer require cplugins/exception

```

配置
--

[](#配置)

vendor/cplugins/exception/src/ExceptionAlert.php 文件 37行

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

使用
--

[](#使用)

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

```

输出
--

[](#输出)

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

```

优化
--

[](#优化)

vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php文件 report方法修改如下

```
在方法最后追加以下代码
new UrgentException($e->getMessage(), $e->getCode(), null, $e);

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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 ~1 days

Total

9

Last Release

1931d 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 (15 commits)")

### Embed Badge

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

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

PHPackages © 2026

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