PHPackages                             augusl/laravel-lark-logging - 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. augusl/laravel-lark-logging

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

augusl/laravel-lark-logging
===========================

A Laravel package for logging to Lark bot

v0.1.1(11mo ago)041MITPHPPHP &gt;=8.2

Since Jul 25Pushed 11mo agoCompare

[ Source](https://github.com/augusl/laravel-lark-logging)[ Packagist](https://packagist.org/packages/augusl/laravel-lark-logging)[ RSS](/packages/augusl-laravel-lark-logging/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

Laravel Lark logger
===================

[](#laravel-lark-logger)

Send logs to Lark chat via Lark bot

Install
-------

[](#install)

```
composer require posapp-vn/laravel-lark-logging

```

Define Lark Bot Webhook URL in your `.env` file

```
LARK_WEBHOOK_URL=https://open.feishu.cn/open-apis/bot/v2/hook/

```

Add to `config/logging.php` file new channel:

```
'lark' => [
    'driver' => 'custom',
    'via'    => PosAppVN\LarkLogger\LarkLogger::class,
    'level'  => 'debug',
    'title' => env('APP_NAME', 'Laravel Log'), // optional - title of the message
    'retries' => 3, // optional - retry sending message 3 times
]
```

Publish config file

```
php artisan vendor:publish --provider "PosAppVN\LarkLogger\LarkLoggerServiceProvider"

```

Create bot
----------

[](#create-bot)

For using this package you need to create Lark bot:

Configuring a different chat id or token per channel
----------------------------------------------------

[](#configuring-a-different-chat-id-or-token-per-channel)

1. Add `webhook_url` or `title` to channels in `config/logging.php`.

```
[
    'channels' => [

        'lark-log' => [
            'driver' => 'custom',
            'via'    => PosAppVN\LarkLogger\LarkLogger::class,
            'level'  => 'debug',
            'webhook_url' => 'https://open.feishu.cn/open-apis/bot/v2/hook/',
            'title' => 'Laravel Log',
        ],

        'lark-system' => [
            'driver' => 'custom',
            'via'    => PosAppVN\LarkLogger\LarkLogger::class,
            'level'  => 'error',
            'webhook_url' => 'https://open.feishu.cn/open-apis/bot/v2/hook/',
            'title' => 'System Log',
        ],

    ]
]
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance52

Moderate activity, may be stable

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60% 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 ~0 days

Total

2

Last Release

337d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/47f026fa940f93fa71b9e19e0b575293365824649f2d4dd15a429179721b237e?d=identicon)[augusl](/maintainers/augusl)

---

Top Contributors

[![augusl](https://avatars.githubusercontent.com/u/25142251?v=4)](https://github.com/augusl "augusl (3 commits)")[![vanloctech](https://avatars.githubusercontent.com/u/20141611?v=4)](https://github.com/vanloctech "vanloctech (2 commits)")

---

Tags

laravelloggingmonologlarklarksuite

### Embed Badge

![Health badge](/badges/augusl-laravel-lark-logging/health.svg)

```
[![Health](https://phpackages.com/badges/augusl-laravel-lark-logging/health.svg)](https://phpackages.com/packages/augusl-laravel-lark-logging)
```

###  Alternatives

[bugsnag/bugsnag-laravel

Official Bugsnag notifier for Laravel applications.

90335.7M37](/packages/bugsnag-bugsnag-laravel)[naoray/laravel-github-monolog

Log driver to store logs as github issues

10822.5k](/packages/naoray-laravel-github-monolog)[shaffe/laravel-mail-log-channel

A package to support logging via email in Laravel

1392.4k](/packages/shaffe-laravel-mail-log-channel)

PHPackages © 2026

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