PHPackages                             jathamj/log-notify-laravel - 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. jathamj/log-notify-laravel

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

jathamj/log-notify-laravel
==========================

support laravel monolog warning notify while logging.

v1.1.3(2y ago)06Apache-2.0PHPPHP &gt;=7.0.0

Since Aug 16Pushed 2y ago1 watchersCompare

[ Source](https://github.com/JathamJ/log-notify-laravel)[ Packagist](https://packagist.org/packages/jathamj/log-notify-laravel)[ RSS](/packages/jathamj-log-notify-laravel/feed)WikiDiscussions main Synced yesterday

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

log-notify-laravel
==================

[](#log-notify-laravel)

支持laravel monolog记录错误日志时通知报警，本仓库依赖于[jathamj/log-notify](https://github.com/JathamJ/log-notify)

### 安装

[](#安装)

```
composer require jathamj/log-notify-laravel
```

### 使用

[](#使用)

1.在 项目根目录/config 目录下新增配置文件 logging\_notify.php ，配置参考[jathamj/log-notify](https://github.com/JathamJ/log-notify)

```
return [

    //通知接口
    'api'    => array(
        'default'   => [
            'type'              => 'dingtalk',  //通知接口类型（钉钉）
            'access_token'      => '983d92ec8a7594b927babe9fdbbad116871828f538cb18ab5ebe742547e241c6',
            'secret'            => 'SECc2e0ff9e530b5f2666a023be29f289f146f91fdfe0207e5e3d0e883e11951cf7',
        ],
    ),

    //缓存
    'redis'     => [
        'host'  => '127.0.0.1',
        'port'  => 6379,
    ],

    //报警模块
    'modules'    => array(
        'default'   => [
            'api'               => 'default',    //通知接口 (对应api配置)
            'label'             => '订单中心',    //客户化名称
            'interval'          => 3600,        //统计周期
            'times'             => 3,           //warning触发报警次数
            'frequency'         => 600,         //warning报警间隔
            'error.frequency'   => 1,           //error报警间隔
        ],
    ),
];
```

2.修改 config/logging.php 文件，相应driver新增tap配置

```
return [
            [
                'driver' => 'single',
                'path' => storage_path('logs/laravel.log'),
                'level' => 'debug',
                'tap'   => [Jathamj\LogNotifyLaravel\NotifyFormatter::class],
            ],
        ...
       ];
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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

Total

6

Last Release

1025d ago

PHP version history (2 changes)v1.0.0PHP &gt;=7.0

v1.0.5PHP &gt;=7.0.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/23466883?v=4)[JathamJ](/maintainers/JathamJ)[@JathamJ](https://github.com/JathamJ)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/jathamj-log-notify-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/jathamj-log-notify-laravel/health.svg)](https://phpackages.com/packages/jathamj-log-notify-laravel)
```

###  Alternatives

[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135224.7k7](/packages/statamic-rad-pack-runway)[open-telemetry/opentelemetry-auto-laravel

OpenTelemetry auto-instrumentation for Laravel

592.7M9](/packages/open-telemetry-opentelemetry-auto-laravel)[guanguans/laravel-exception-notify

Monitor exception and report to the notification channels(Log、Mail、AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

14845.8k1](/packages/guanguans-laravel-exception-notify)[api-platform/laravel

API Platform support for Laravel

58171.6k14](/packages/api-platform-laravel)[nightowl/agent

NightOwl monitoring agent — collects telemetry from laravel/nightwatch and writes to PostgreSQL

771.7k](/packages/nightowl-agent)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21318.6k3](/packages/ecotone-laravel)

PHPackages © 2026

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