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 today

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

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity26

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://www.gravatar.com/avatar/382f843cc9e9f0e1d07a2c504b93872e2c7a16638c621d26fd0481a8c3f50a4b?d=identicon)[superpureman](/maintainers/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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M453](/packages/google-gax)

PHPackages © 2026

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