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

ActiveLibrary

mayunfeng/laravel-feishu
========================

飞书 SDK for Laravel

v1.0.0(4y ago)15.4k↑82.9%2MITPHP

Since Nov 22Pushed 4y ago1 watchersCompare

[ Source](https://github.com/mayunf/laravel-feishu)[ Packagist](https://packagist.org/packages/mayunfeng/laravel-feishu)[ RSS](/packages/mayunfeng-laravel-feishu/feed)WikiDiscussions main Synced 1mo ago

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

laravel-wechat
==============

[](#laravel-wechat)

飞书 SDK for Laravel 6， 基于 [mayunfeng/easy-feishu](https://github.com/mayunf/easy-feishu)

框架要求
----

[](#框架要求)

Laravel &gt;= 6.0

安装
--

[](#安装)

```
composer require "mayunfeng/laravel-feishu:^1.0"
```

配置
--

[](#配置)

### Laravel 应用

[](#laravel-应用)

1. 创建配置文件：

```
php artisan vendor:publish --provider="Mayunfeng\LaravelFeishu\ServiceProvider"
```

2. 修改应用根目录下的 `config/fefishu.php` 中对应的参数即可。
3. 每个模块基本都支持多账号，默认为 `default`。

### 我们有以下方式获取 SDK 的服务实例

[](#我们有以下方式获取-sdk-的服务实例)

##### 使用Facade

[](#使用facade)

```
  $app = \Mayunfeng\LaravelFeishu\EasyFeishu::openPlatform();

  // 支持传入配置账号名称
  \Mayunfeng\LaravelFeishu\EasyFeishu::openPlatform('foo'); // `foo` 为配置文件中的名称，默认为 `default`
  //...
```

License
-------

[](#license)

MIT

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity51

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

1632d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3d2bdbfcb353b857a34f1e5840df8fa78d17f9b431f95ea2a15696020a76454e?d=identicon)[mayunfeng](/maintainers/mayunfeng)

---

Top Contributors

[![mayunf](https://avatars.githubusercontent.com/u/20082689?v=4)](https://github.com/mayunf "mayunf (3 commits)")

---

Tags

laravelsdkFeishularksuitefeishu-sdklarksuite-sdk

### Embed Badge

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

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

###  Alternatives

[aws/aws-sdk-php-laravel

A simple Laravel 9/10/11/12/13 service provider for including the AWS SDK for PHP.

1.7k35.6M75](/packages/aws-aws-sdk-php-laravel)[octw/aramex

A Library to integrate with Aramex APIs

2925.2k](/packages/octw-aramex)[wxm/pdd-sdk

拼多多 SDK 封装, 调用简单、语义化增强。支持 Laravel/Lumen。

154.7k](/packages/wxm-pdd-sdk)

PHPackages © 2026

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