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

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

lackoxygen/exception-push
=========================

异常推送

1.0.0(3y ago)02MITPHPPHP &gt;=7.4

Since Oct 20Pushed 3y ago1 watchersCompare

[ Source](https://github.com/lackoxygen/laravel-exception-pusher)[ Packagist](https://packagist.org/packages/lackoxygen/exception-push)[ Docs](https://github.com/lackoxygen/laravel-exception-pusher)[ RSS](/packages/lackoxygen-exception-push/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (6)Versions (2)Used By (0)

laravel异常推送（钉钉｜微信）
==================

[](#laravel异常推送钉钉微信)

安装
==

[](#安装)

```
composer require lackoxygen/exception-push

```

配置文件
====

[](#配置文件)

- config/tiktok.shop.php

```
[
    'agents' => [
        Wx::class      => [
            'key' => '',
            'enable' => false  //启用或停用
        ], Ding::class => [
            'token' => '',
            'secret' => '',
            'enable' => false  //启用或停用
        ]
    ],

    'client' => [
        'timeout' => 5.0, //超时时间
    ],

    'callbacks' => [
        'formatter' => null, //格式化内容
        'dispatcher' => null    //触发发送内容
    ]
];
```

配置发布
====

[](#配置发布)

```
php artisan vendor:publish --provider=Lackoxygen\\ExceptionPush\\ExceptionPushProvider
```

日志
==

[](#日志)

```
use function Lackoxygen\ExceptionPush\notify as notify

notify('hello world', 'debug');
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Unknown

Total

1

Last Release

1352d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

exceptionDingWX

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

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

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

###  Alternatives

[laravel/scout

Laravel Scout provides a driver based solution to searching your Eloquent models.

1.7k55.0M619](/packages/laravel-scout)[illuminate/broadcasting

The Illuminate Broadcasting package.

7127.2M208](/packages/illuminate-broadcasting)[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k95.4M304](/packages/laravel-horizon)[illuminate/notifications

The Illuminate Notifications package.

513.1M1.1k](/packages/illuminate-notifications)[flarum/core

Delightfully simple forum software.

201.4M2.3k](/packages/flarum-core)

PHPackages © 2026

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