Download the PHP package ymlluo/group-robot without Composer
On this page you can find all versions of the php package ymlluo/group-robot. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ymlluo/group-robot
More information about ymlluo/group-robot
Files in ymlluo/group-robot
Download ymlluo/group-robot
More information about ymlluo/group-robot
Files in ymlluo/group-robot
Vendor ymlluo
Package group-robot
Short Description 钉钉、企业微信、飞书 自定义群组机器人。支持链式语法创建发送消息。支持文本、Markdown、图片、文件、图文、卡片等消息。
License MIT
Homepage https://github.com/ymlluo/group-robot
Package group-robot
Short Description 钉钉、企业微信、飞书 自定义群组机器人。支持链式语法创建发送消息。支持文本、Markdown、图片、文件、图文、卡片等消息。
License MIT
Homepage https://github.com/ymlluo/group-robot
Please rate this library. Is it a good library?
Informations about the package group-robot
群机器人
通用消息类型支持情况
APP | 名称 | 文本 | MD | 图片 | 文件 | 图文 | 卡片 |
---|---|---|---|---|---|---|---|
企业微信 | √ | √ | √ | √ | √ | √ | |
钉钉 | dingtalk | √ | √ | √ | √ | √ | √ |
飞书 | feishu | √ | √ | × | √ | × | √ |
Table of Contents
- 群机器人
- 通用消息类型支持情况
- Table of Contents
- 安装
- 使用说明
- 企业微信
- 初始化
- 原生消息
- 文本
- Markdown
- 网络图片
- 本地图片
- 网络文件
- 本地文件
- 图文
- 通用卡片
- 模版卡片
- 钉钉
- 初始化
- 原生消息
- 文本
- Markdown
- 图片
- 文件
- 单条图文
- 链接消息
- 多条图文
- FeedCard
- 通用卡片
- actionCard
- 飞书
- 初始化
- 原生消息
- 文本
- Markdown
- 图片
- 图文消息
- 文件
- 通用卡片
- 消息卡片
- 富文本
- Laravel 支持
- 进阶用法
- 使用「队列」同时发送多条消息
- 使用「抄送」功能向多个平台发送消息
- 定义平台
- Contributing
- Security
- License
- 企业微信
Created by gh-md-toc
安装
Via Composer
升级 composer 版本 v2
使用说明
特别特别要注意:一定要保护好机器人的webhook地址,避免泄漏!
企业微信
初始化
php //初始化 $webhook = 'https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=693a91f6-7xxx-4bc4-97a0-0ec2sifa5aaa';
/**
- GroupRobot constructor.
- @param string $platform 发送平台,wechat:企业微信,dingtalk:钉钉,feishu:飞书
- @param string $webhook webhook 地址
- @param string $secret 秘钥,加密方式加签时必填,企业微信不支持这个参数
- @param string $alias 别名,多渠道发送时方便区分结果 */ $robot = new GroupRobot('wechat', $webhook, '', 'robot_wx_1'); php $robot->text('hello world')->send(); php $robot->text('hello world')->send(); php $robot->image("send">https://img.alicdn.com/tfs/TB1NwmBEL9TBuNjy1zbXXXpepXa-2400-1218.png")->send(); php $robot->file("http://h10032.www1.hp.com/ctg/Manual/c05440029.pdf", "HP 2600打印机说明书.pdf")->send(); php $robot->text('hello world')->atAll()->send(); php $robot->file("http://h10032.www1.hp.com/ctg/Manual/c05440029.pdf", "HP 2600打印机说明书.pdf")->send(); bash)
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
License
MIT. Please see the license file for more information.
All versions of group-robot with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1|^8.0
ext-zip Version *
ext-curl Version *
ext-json Version *
guzzlehttp/guzzle Version >=6.0
ext-zip Version *
ext-curl Version *
ext-json Version *
guzzlehttp/guzzle Version >=6.0
The package ymlluo/group-robot contains the following files
Loading the files please wait ....