Github: github.com/HanSon/vbot Document: create.hanc.cc/vbot
What is a Vbot?
Vbot is a Web-Based PHP 7 wechat robot. You can also set up your own wechat web site by launching Swoole.
What can Vbot do?
Specific examples can be found in previous posts: laravel-china.org/articles/41…
The highlight of 2.0
- Stable execution (catch and ignore API exceptions)
- Web API support via Swoole
- Rich listener, can do their own custom processing in each stage of the program
- Code refactored, structure more elegant
Vbot Vs Other
The main reason for people to choose Vbot is that Vbot is developed based on PHP, which makes PHPer, who used to write wechat robot, no longer have to contact the Python version. Compared with other versions of wechat robots, Vbot is undoubtedly the most comprehensive wechat robot, helping us to classify a variety of message types from the chaotic XML. Also added a variety of listeners to facilitate the implementation of custom functions.
Thank you for your
It has been 5 months since the release of version 1, during which Vbot received great support from everyone, 1K more star and 1K more reward amount, as well as special support from Youfan Yuanyang and Bird Brother.
History post: PHP7 version of wechat robot is coming! Personal wechat group management robot