1 Star 0 Fork 49

斗罗/vbot

forked from Hanson/vbot 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 861 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "hanson/vbot",
"type": "library",
"description": "高度自定义的微信机器人,能够实现群控制,自动回复,消息转发,防撤回,留言统计等功能",
"keywords": [
"微信",
"weixin",
"微信机器人",
"机器人"
],
"license": "MIT",
"authors": [
{
"name": "HanSon",
"email": "h@hanc.cc"
}
],
"require": {
"guzzlehttp/guzzle": "^6.2",
"endroid/qrcode": "^1.7",
"pimple/pimple": "^3.0",
"illuminate/support": "^5.3",
"nesbot/carbon": "^1.21",
"aferrandini/phpqrcode": "^1.0",
"symfony/console": "3.*"
},
"autoload": {
"files": [
"src/helpers.php"
],
"psr-4": {
"Hanson\\Vbot\\": "src/"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/1147659453/vbot.git
git@gitee.com:1147659453/vbot.git
1147659453
vbot
vbot
master

搜索帮助