PHPackages                             bfg/admin-exception-reporter - 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. bfg/admin-exception-reporter

ActiveBfg-admin-extension[Admin Panels](/categories/admin)

bfg/admin-exception-reporter
============================

Exception reporter for laravel

1.0.0(1y ago)0241MITBladePHP ^8.0|^8.1

Since Sep 8Pushed 1y ago2 watchersCompare

[ Source](https://github.com/bfg-s/admin-exception-reporter)[ Packagist](https://packagist.org/packages/bfg/admin-exception-reporter)[ RSS](/packages/bfg-admin-exception-reporter/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

[![Laravel Logo](https://camo.githubusercontent.com/b2febdc58121e626abd661da9b4a4c7575d78d2613627873316924a00d98e776/68747470733a2f2f776f6f642e7665736b6f642e636f6d2f696d616765732f6c6f676f2e706e67)](https://wood.veskod.com/documentation/admin-panel)

[![Total Downloads](https://camo.githubusercontent.com/b0b787dba067f7430e793e6e1d3e795735e1322bbd9a5558d6941815bef80502/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6266672f61646d696e2d657863657074696f6e2d7265706f72746572)](https://packagist.org/packages/bfg/admin-exception-reporter)[![Latest Stable Version](https://camo.githubusercontent.com/a2e42cb2a7aaf8f612320cde9aec3ce15c1af8bc2fbc539770290cae08b171a4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6266672f61646d696e2d657863657074696f6e2d7265706f72746572)](https://packagist.org/packages/bfg/admin-exception-reporter)[![License](https://camo.githubusercontent.com/d633a0f96576d885b7ae5ecac82766503f3d08049517f2c87761a2845ab3d34e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6266672f61646d696e2d657863657074696f6e2d7265706f72746572)](https://packagist.org/packages/bfg/admin-exception-reporter)

Install
=======

[](#install)

```
composer require bfg/admin-exception-reporter

```

Admin install
=============

[](#admin-install)

```
php artisan admin:extension bfg/admin-exception-reporter --install

```

```
php artisan migrate

```

Open `app/Exceptions/Handler.php`, call `Reporter::report()` inside `report` method:

```
namespace App\Exceptions;

use Admin\Extend\AdminExceptionReporter\Reporter;
use Exception;
use Illuminate\Auth\AuthenticationException;
use Illuminate\Validation\ValidationException;
use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler;

class Handler extends ExceptionHandler
{
    ...

    public function report(Exception $exception)
    {
        if ($this->shouldReport($exception)) {
            Reporter::report($exception);
        }

//        parent::report($exception);
    }

    ...

}
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

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

Total

4

Last Release

660d ago

Major Versions

0.1.2 → 1.0.02024-07-17

### Community

Maintainers

![](https://www.gravatar.com/avatar/59b2d162a30938ac2c3c56340ebea07a6778a3e1c86cb70b5bc28b69a1c3f04d?d=identicon)[bfg](/maintainers/bfg)

---

Top Contributors

[![Xsaven](https://avatars.githubusercontent.com/u/1726771?v=4)](https://github.com/Xsaven "Xsaven (7 commits)")

---

Tags

laravelextensionadminltebfgadmin-exception-reporter

### Embed Badge

![Health badge](/badges/bfg-admin-exception-reporter/health.svg)

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

###  Alternatives

[guanguans/dcat-login-captcha

Dcat admin login captcha. - Dcat admin 登录验证码。

42112.1k](/packages/guanguans-dcat-login-captcha)[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)

PHPackages © 2026

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