加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1009 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "xin/robot",
"description": "Robot 是一套简单、灵活、优雅的API,目前接入了国内主流的两大办公机器人(钉钉、微信),你可以使用它快速接入你的应用,从而更快捷的实现,数据统计提醒、程序异常报警等功能。",
"type": "library",
"authors": [
{
"name": "晋",
"email": "657306123@qq.com"
}
],
"license": "Apache-2.0",
"require": {
"php": ">=7.1.9",
"xin/capsule": "^1.0",
"xin/support": "^1.0",
"xin/http": "^1.0",
"guzzlehttp/guzzle": "^7.8"
},
"autoload": {
"psr-4": {
"Xin\\Robot\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Xin\\Robot\\Laravel\\RobotServiceProvider"
]
},
"think": {
"services": [
"Xin\\Robot\\ThinkPHP\\RobotServiceProvider"
],
"config": {
"robot": "config.php"
}
},
"hyperf": {
"config": "Xin\\Robot\\Hyperf\\ConfigProvider"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化