PHPackages                             loveteemo/robot - 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. [Framework](/categories/framework)
4. /
5. loveteemo/robot

ActiveLibrary[Framework](/categories/framework)

loveteemo/robot
===============

可爱猫微信机器人框架 - HTTP 插件个人对接PHP版本

v1.5(3y ago)328Apache-2.0PHP

Since Apr 13Pushed 3y ago1 watchersCompare

[ Source](https://github.com/loveteemo/robot)[ Packagist](https://packagist.org/packages/loveteemo/robot)[ RSS](/packages/loveteemo-robot/feed)WikiDiscussions main Synced today

READMEChangelog (2)DependenciesVersions (7)Used By (0)

robot
=====

[](#robot)

可爱猫微信机器人框架 - HTTP 插件个人对接PHP版本。

使用框架搭配插件可以实现：自动回复，发送定时提醒消息，群管理等功能。

安装
--

[](#安装)

```
composer require loveteemo/robot
```

用法示例
----

[](#用法示例)

本扩展不能单独使用，依赖 `windows` 下安装 `可爱猫机器人框架` + `http个人对接多语言插件` 配合使用

- 安装可爱猫机器人框架。框架安装文件自行寻找。易语言会报毒，自行处理。
- 安装http个人对接多语言版本插件，一般插件会在安装包文件里。

```
use loveteemo\Robot;

//机器人ID
$robotWxid = "wxid_xxx";
//请求地址
$url = "http://127.0.0.1:8073/send";
//鉴权
$key = "xx";
$robot = new Robot($url,$key,false);

//获取昵称 有效 但是数据不是实时的
$info = $robot->getRobotName($robotWxid);

var_dump($info);
```

具体文档
----

[](#具体文档)

- [可爱猫论坛](https://www.ikam.cn/)

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

###  Release Activity

Cadence

Every ~1 days

Total

6

Last Release

1173d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/65acd18bc9029fee9668513ac95294444678f0fd01fe32197399eb667d8f9d6e?d=identicon)[loveteemo](/maintainers/loveteemo)

---

Top Contributors

[![loveteemo](https://avatars.githubusercontent.com/u/13724372?v=4)](https://github.com/loveteemo "loveteemo (11 commits)")

### Embed Badge

![Health badge](/badges/loveteemo-robot/health.svg)

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M297](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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