Skip to content

zhaiyuxin103/Feishu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Feishu SDK

Latest Version on Packagist Total Downloads on Packagist Software License Build Status Code Coverage

A clean and powerful PHP SDK for Feishu (Lark) API with Laravel integration.

Installation

composer require zhaiyuxin/feishu

Quick Start

use Yuxin\Feishu\Facades\Feishu;

// Send a message
Feishu::message()->send('user_id', 'text', 'Hello, World!');

// Search for a group
$chatId = Feishu::group()->search('group_name');

// Get user info
$userInfo = Feishu::user()->getInfo('user_id');

// Get access token
$token = Feishu::accessToken()->getToken();

Documentation

For complete documentation, visit our documentation site.

Contributing

Please see CONTRIBUTING.md for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

License

The Feishu SDK is open-sourced software licensed under the MIT license.

About

一个简单易用的 PHP 飞书 SDK,支持发送消息、管理群组和用户等功能。

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Sponsor this project

Packages

 
 
 

Contributors