Skip to content

raybon-lee/laravel-robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel-Robot 是基于飞书、企业微信、钉钉封装一个针对 Laravel 快速配置

安装

composer require raybon-lee/laravel-robot

发布配置文件

php artisan vendor:publish --provider="RaybonLee\LaravelRobot\RobotServiceProvider"

使用

use RaybonLee\LaravelRebot\Robot;
// 简单实用 发送到 config 默认配置应用群组
Robot::sendTextMsg('测试', [
    'name' => '小名'
])
// 发送到指定应用飞书 技术群组
Robot::group('feishu.jishu')->sendTextMsg('测试', [
    'name' => '小名'
])

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages