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)228Apache-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 1mo ago

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 32% 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

1127d 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/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

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

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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