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

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

shawn805/ding-exception
=======================

Laravel exception notify

1.0.3(7y ago)2252MITPHPPHP &gt;=7.0

Since Jan 6Pushed 7y agoCompare

[ Source](https://github.com/shawn805/ding-exception)[ Packagist](https://packagist.org/packages/shawn805/ding-exception)[ RSS](/packages/shawn805-ding-exception/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)Dependencies (1)Versions (5)Used By (0)

 ding-exception
================

[](#-ding-exception-)

 .

Installing
----------

[](#installing)

```
$ composer require shawn805/ding-exception
```

Usage
-----

[](#usage)

file app/Exceptions/Handler.php

Contributing
------------

[](#contributing)

```
use Shawn\DingException\DingException;

class Handler extends ExceptionHandler
{
  // ...

    public function report(Exception $exception)
    {
        // $robot 选择哪台机器人进行异常通知
        // $is_trace 是否通知详细的trace信息
        DingException::notifyException($exception,$robot,$is_trace);
        parent::report($exception);
    }

}
```

安装成功后执行
-------

[](#安装成功后执行)

```
php artisan vendor:publish --provider="DingNotice\DingNoticeServiceProvider"
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

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

Total

4

Last Release

2633d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a1c1e0701db21042a9db53d1ec6c29446797d586f79e830d0469ecf312caefd9?d=identicon)[shawn805](/maintainers/shawn805)

---

Top Contributors

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

---

Tags

laravelding noticelaravel exceptionding exception

### Embed Badge

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

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

###  Alternatives

[melihovv/laravel-log-viewer

A Laravel log viewer

1231.5k1](/packages/melihovv-laravel-log-viewer)

PHPackages © 2026

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