PHPackages                             tyjiosen/minibot - 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. tyjiosen/minibot

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

tyjiosen/minibot
================

minibot sdk

010PHP

Since Jan 2Pushed 4y ago1 watchersCompare

[ Source](https://github.com/tyjiosen/minibot)[ Packagist](https://packagist.org/packages/tyjiosen/minibot)[ RSS](/packages/tyjiosen-minibot/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

minibot
=======

[](#minibot)

基于QQMini机器HTTPAPI插件的一个sdk

#### 环境要求

[](#环境要求)

> - PHP &gt;= 7.3
> - PHP cURL扩展

#### 安装

[](#安装)

```
composer require tyjiosen/minibot dev-master

```

#### 调用方法

[](#调用方法)

```
$config = [

	'url' => 'http://localhost:53392', //HTTP服务地址
	'password' => '123456' // 访问密码 不设置可不传
];

$main = new Tyjiosen\Minibot\Main($config);

//请按接口文档来调用接口 https://mnhttp2-qqbot.doc.coding.io/
//下面是调用示范 调用的方法名就是接口路径 结果是插件返回的
$main->log(['msg'=>'打印日志测试']); //打印日志
$main->get_friend_info(['bot'=>'机器qq','qq'=>'好友qq']); //取好友信息
$main->get_friend_list(['bot'=>'机器qq']); //取好友列表

```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity27

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/10688a357c7bf733de0f4b50ae385ad417bc47da4f8186359e73b19f963eeb0b?d=identicon)[tyjiosen](/maintainers/tyjiosen)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/tyjiosen-minibot/health.svg)

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

PHPackages © 2026

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