PHPackages                             qingtui/qingtui\_api - 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. [API Development](/categories/api)
4. /
5. qingtui/qingtui\_api

ActiveLibrary[API Development](/categories/api)

qingtui/qingtui\_api
====================

This is the interface implementation of qnigtui development document

0143PHP

Since Mar 23Pushed 4y ago1 watchersCompare

[ Source](https://github.com/superpureman/qingtui)[ Packagist](https://packagist.org/packages/qingtui/qingtui_api)[ RSS](/packages/qingtui-qingtui-api/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

\#轻推开发文档 轻推支持以轻应用/订阅号为载体，为企业提供身份验证、消息推送、通讯录管理、移动端SDK等接口。企业可以基于这些接口，将企业的系统、应用和服务接入轻推，为企业提供更多个性化的智能办公应用。

开发文档地址

轻推支持轻应用和订阅号两种类型，区别如下： 轻应用：偏向于功能，可用于企业中含业务逻辑处理、功能操作等场景的工作，支持连接各种企业业务系统。 订阅号：偏向于内容，可用于企业文化建设、内部新闻、党建、员工培训等工作，支持连接各种为企业成员提供资讯的信息平台。 关于轻应用和订阅号的详细介绍，可以参见轻推帮助中心。

\#安装

```
composer require qingtui/qingtui_api

```

\#使用

```
use Qingtui\QingtuiApi\QingtuiApi;
use Predis\Client;

$config = ['app_id' => 'xxx', 'secret' => 'xxx'];
$redis = new Client(
    [
        'host' => '127.0.0.1',
        'port' => 6379,
    ]
);
$obj = new QingtuiApi($config, $redis);

$obj->getAccessToken();
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity27

Early-stage or recently created project

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/33995364?v=4)[superpureman](/maintainers/superpureman)[@superpureman](https://github.com/superpureman)

### Embed Badge

![Health badge](/badges/qingtui-qingtui-api/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k12](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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