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

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

wujunze/dingtalk-exception
==========================

Laravel exception notify through DingTalk

2.2(4y ago)9628.5k8MITPHPPHP ^7.0CI failing

Since Jul 26Pushed 4y ago1 watchersCompare

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

READMEChangelogDependencies (3)Versions (7)Used By (0)

dingtalk-exception
==================

[](#dingtalk-exception)

Laravel/Lumen exception notify through DingTalk

[![Latest Stable Version](https://camo.githubusercontent.com/01202c021c21e1a1b1fc5f00a004a6eae9e52f95ab31999e2acb6f283b11894a/68747470733a2f2f706f7365722e707567782e6f72672f77756a756e7a652f64696e6774616c6b2d657863657074696f6e2f762f737461626c65)](https://packagist.org/packages/wujunze/dingtalk-exception) [![Total Downloads](https://camo.githubusercontent.com/592c1d98fbd2fb69d79ef8debcf7cc9b1e1933381f26304ef2be05aa00cd5ddc/68747470733a2f2f706f7365722e707567782e6f72672f77756a756e7a652f64696e6774616c6b2d657863657074696f6e2f646f776e6c6f616473)](https://packagist.org/packages/wujunze/dingtalk-exception) [![License](https://camo.githubusercontent.com/8d5bafee897ca34eba03e025ae40e6a8ffb1f664a8831905c4c7d9531f32630c/68747470733a2f2f706f7365722e707567782e6f72672f77756a756e7a652f64696e6774616c6b2d657863657074696f6e2f6c6963656e7365)](https://packagist.org/packages/wujunze/dingtalk-exception)

Inspire And Thanks
------------------

[](#inspire-and-thanks)

[cblink/bearychat-exception](https://github.com/cblink/bearychat-exception)
[wowiwj/ding-notice ](https://github.com/wowiwj/ding-notice)

Install
-------

[](#install)

`composer require wujunze/dingtalk-exception`

Add the service provider to the `providers` array in `config/app.php`:

`DingNotice\DingNoticeServiceProvider::class,`

publish the config file:

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

Usage
-----

[](#usage)

fix file app/Exceptions/Handler.php

```

use Wujunze\DingTalkException\DingTalkExceptionHelper;

class Handler extends ExceptionHandler
{
  // ...

    public function report(Exception $exception)
    {
        DingTalkExceptionHelper::notify($exception);
        parent::report($exception);
    }

}

```

[![file](https://camo.githubusercontent.com/4c4a10160d48ed04c69aff2b60fd903bba7b2de87e271763596156a478c3d737/68747470733a2f2f77756a756e7a652e636f6d2f626c6f672d696d616765732f722f702f3030312f6c61726176656c2d64696e6774616c6b2e706e67)](https://camo.githubusercontent.com/4c4a10160d48ed04c69aff2b60fd903bba7b2de87e271763596156a478c3d737/68747470733a2f2f77756a756e7a652e636f6d2f626c6f672d696d616765732f722f702f3030312f6c61726176656c2d64696e6774616c6b2e706e67)

Config
------

[](#config)

simple type

```

use Wujunze\DingTalkException\DingTalkExceptionHelper;

class Handler extends ExceptionHandler
{
  // ...

    public function report(Exception $exception)
    {
        DingTalkExceptionHelper::notify($exception, true);
        parent::report($exception);
    }

}

```

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity40

Moderate usage in the ecosystem

Community14

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 80% 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 ~310 days

Total

5

Last Release

1611d ago

Major Versions

1.1 → 2.02019-09-23

### Community

Maintainers

![](https://www.gravatar.com/avatar/0bf502ba4ce9952fcb8a819f9aca3fa616e237ad8d59a47b9071710e95422c1d?d=identicon)[wujunze](/maintainers/wujunze)

---

Top Contributors

[![wujunze](https://avatars.githubusercontent.com/u/12997869?v=4)](https://github.com/wujunze "wujunze (12 commits)")[![qbhy](https://avatars.githubusercontent.com/u/24204533?v=4)](https://github.com/qbhy "qbhy (2 commits)")[![outer199](https://avatars.githubusercontent.com/u/23118182?v=4)](https://github.com/outer199 "outer199 (1 commits)")

---

Tags

dingtalk-robotlaravel

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B9.2k](/packages/psr-log)[itsgoingd/clockwork

php dev tools in your browser

5.9k27.6M94](/packages/itsgoingd-clockwork)[graylog2/gelf-php

A php implementation to send log-messages to a GELF compatible backend like Graylog2.

41838.2M138](/packages/graylog2-gelf-php)[bugsnag/bugsnag-psr-logger

Official Bugsnag PHP PSR Logger.

32132.5M2](/packages/bugsnag-bugsnag-psr-logger)[consolidation/log

Improved Psr-3 / Psr\\Log logger based on Symfony Console components.

15462.2M7](/packages/consolidation-log)[ekino/newrelic-bundle

Integrate New Relic into Symfony2

28111.2M8](/packages/ekino-newrelic-bundle)

PHPackages © 2026

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