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 3w 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 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

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

Total

2

Last Release

2306d 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

[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[craftcms/cms

Craft CMS

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

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.7M223](/packages/backpack-crud)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[statamic/cms

The Statamic CMS Core Package

4.8k3.6M993](/packages/statamic-cms)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)

PHPackages © 2026

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