# vbot **Repository Path**: jiangpengli/vbot ## Basic Information - **Project Name**: vbot - **Description**: No description available - **Primary Language**: PHP - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-27 - **Last Updated**: 2020-12-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Special thanks to the generous sponsorship by:



## 提示 现在微信网页已经禁止大部分账号登录,强烈不建议生产环境中使用,仅供学习参考。 如需稳定可靠的生产协议,请联系 QQ 524291355 ## 安装 ### 环境要求 - PHP >= 7.0 - [PHP fileinfo 拓展](http://php.net/manual/en/book.fileinfo.php) 储存文件需要用到 - [PHP gd 拓展](http://php.net/manual/en/book.image.php) 控制台显示二维码 - [PHP SimpleXML 拓展](https://secure.php.net/manual/en/book.simplexml.php) 解析XML ### 安装 **请确保已经会使用composer!** **运行微信账号的语言设置务必设置为简体中文!!否则可能出现未知的错误!** #### composer ``` composer require hanson/vbot ``` ## 文档 [详细文档](http://vbot.hanc.cc) ## 相似项目 [littlecodersh/ItChat](https://github.com/littlecodersh/ItChat) python [Wechaty - A Javascript Implementation of Wechat Bot Framework](https://github.com/Chatie/wechaty) [liuwons/wxBot](https://github.com/liuwons/wxBot) python [lbbniu/WebWechat](https://github.com/lbbniu/WebWechat) php [songtianyi/wechat-go](https://github.com/songtianyi/wechat-go) go