PHPackages                             chuwei/vbot - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. chuwei/vbot

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

chuwei/vbot
===========

vbot package

019PHP

Since May 20Pushed 6y ago1 watchersCompare

[ Source](https://github.com/txdcw100/vobot2.0)[ Packagist](https://packagist.org/packages/chuwei/vbot)[ RSS](/packages/chuwei-vbot/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

COMPOSE 配置
==========

[](#compose-配置)

- "Robot\\":"packages/robot/src/"

CONFIG 配置
---------

[](#config-配置)

- app.php providers 添加
- Robot\\RobotServiceProvider::class,

Evn 添加接口url
-----------

[](#evn-添加接口url)

- VBOT\_API\_URL
- 添加api域名

Providers\\EventServiceProvider subscribe 添加需要监听事件
--------------------------------------------------

[](#providerseventserviceprovider-subscribe-添加需要监听事件)

- Robot\\Listeners\\RobotAssistantListener::class
- Robot\\Listeners\\RobotFriendListener::class
- Robot\\Listeners\\RobotGroupListener::class
- Robot\\Listeners\\RobotMessageListener::class

Code Examples
-------------

[](#code-examples)

- php artisan vendor:publish --force
- 选择 Robot\\RobotServiceProvider 编号
- php artisan migrate 增加需要依赖表

ROBOT接口调用
---------

[](#robot接口调用)

- app('robot')-&gt;getAssistant()群助手入口
- app('robot')-&gt;getGroup()群入口
- app('robot')-&gt;getLogin()登录入口
- app('robot')-&gt;getFriend()群成员入口
- app('robot')-&gt;getMessage()群消息入口

COMMAND 同步ROBOT微信信息
-------------------

[](#command-同步robot微信信息)

- App\\Console Kernel $commands 添加
- Robot\\Commands\\RsyncRobotMessageCommand::class
- Robot\\Commands\\RsyncAssistantStateCommand::class
- Robot\\Commands\\RsyncRobotCateMemberCommand::class
- schedule 添加
- 同步微信信息 $schedule-&gt;command('rsync:robotmessage')-&gt;everyMinute();
- 同步群助手状态 $schedule-&gt;command('rsync:assistantstate')-&gt;everyMinute();
- 同步群分类人数 $schedule-&gt;command('rsync:robotcatemember')-&gt;hourly()

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 Bus Factor1

Top contributor holds 77.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1991490?v=4)[txd](/maintainers/txd)[@txd](https://github.com/txd)

---

Top Contributors

[![zhengbinGitHub](https://avatars.githubusercontent.com/u/20265243?v=4)](https://github.com/zhengbinGitHub "zhengbinGitHub (17 commits)")[![mayqiao](https://avatars.githubusercontent.com/u/45528971?v=4)](https://github.com/mayqiao "mayqiao (4 commits)")[![txdcw100](https://avatars.githubusercontent.com/u/59079234?v=4)](https://github.com/txdcw100 "txdcw100 (1 commits)")

### Embed Badge

![Health badge](/badges/chuwei-vbot/health.svg)

```
[![Health](https://phpackages.com/badges/chuwei-vbot/health.svg)](https://phpackages.com/packages/chuwei-vbot)
```

###  Alternatives

[cron/cron

Cronjobs

3673.8M21](/packages/cron-cron)[saade/filament-fullcalendar

The Most Popular JavaScript Calendar integrated with Filament 💛

411880.0k](/packages/saade-filament-fullcalendar)[kwn/php-rdkafka-stubs

Rdkafka extension stubs for your IDE

1544.2M65](/packages/kwn-php-rdkafka-stubs)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
