PHPackages                             haokaiyang/laravel-feishu-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. haokaiyang/laravel-feishu-logging

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

haokaiyang/laravel-feishu-logging
=================================

Send logs to Feishu group via Feishu Custom bot

0.1.0(6y ago)28MITPHPPHP ^7.1.3CI failing

Since Mar 8Pushed 6y ago1 watchersCompare

[ Source](https://github.com/haokaiyang/laravel-feishu-logging)[ Packagist](https://packagist.org/packages/haokaiyang/laravel-feishu-logging)[ RSS](/packages/haokaiyang-laravel-feishu-logging/feed)WikiDiscussions master Synced 2d ago

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

Laravel Feishu logger
=====================

[](#laravel-feishu-logger)

Send logs to Feishu group via Feishu Custom bot

Install
-------

[](#install)

```

composer require haokaiyang/laravel-feishu-logging

```

Document: [机器人 | 如何在群聊中使用机器人？](https://getfeishu.cn/hc/zh-cn/articles/360024984973-%E6%9C%BA%E5%99%A8%E4%BA%BA-%E5%A6%82%E4%BD%95%E5%9C%A8%E7%BE%A4%E8%81%8A%E4%B8%AD%E4%BD%BF%E7%94%A8%E6%9C%BA%E5%99%A8%E4%BA%BA-#%E4%BD%BF%E7%94%A8%E6%9C%BA%E5%99%A8%E4%BA%BA)

Define feishu custom bot Token and set as environment parameters. Add to your environment file

token is a part of Feishu Webhook url

if your Webhook is ()

token is 'xxxxxxxxxxxxxxxxxxxxxxxxxxx'

```
FEISHU_LOGGER_BOT_TOKEN=token

```

Add to **config/logging.php** file new channel: if you want to setting different feishu custom bot,you can define token into channel setting

```
'feishu' => [
    'driver' => 'custom',
    'via'    => Logger\FeishuLogger::class,
    'level'  => 'debug',
    'token'  => env('FEISHU_LOGGER_BOT_TOKEN', 'YOUR-CUSTOM-BOT-TOKEN'),
]
```

If your default log channel is a stack, you can add it to the **stack** channel like this

```
'stack' => [
    'driver' => 'stack',
    'channels' => ['single', 'feishu'],
]
```

Or you can simply change the default log channel in the .env

```
LOG_CHANNEL=feishu

```

Publish config file

```
php artisan vendor:publish --provider "Logger\FeishuLoggerServiceProvider"

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

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

Total

2

Last Release

2253d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6a676a39ea2b4f62ba859a19313a4e690cc8b53349892e13f965538eef020634?d=identicon)[haokaiyang](/maintainers/haokaiyang)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/haokaiyang-laravel-feishu-logging/health.svg)

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

###  Alternatives

[honeybadger-io/honeybadger-php

Honeybadger PHP library

381.5M4](/packages/honeybadger-io-honeybadger-php)

PHPackages © 2026

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