PHPackages                             panwenbin/om-qq-sdk - 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. panwenbin/om-qq-sdk

ActiveLibrary[API Development](/categories/api)

panwenbin/om-qq-sdk
===================

sdk for open.om.qq.com

0.1.0(7y ago)020[1 issues](https://github.com/panwenbin/om-qq-sdk/issues)MITPHPPHP &gt;=7.0.0

Since Jul 31Pushed 7y ago1 watchersCompare

[ Source](https://github.com/panwenbin/om-qq-sdk)[ Packagist](https://packagist.org/packages/panwenbin/om-qq-sdk)[ RSS](/packages/panwenbin-om-qq-sdk/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

企鹅号(腾讯开放平台)的接口封装
----------------

[](#企鹅号腾讯开放平台的接口封装)

> 对open.om.qq.com的接口封装

使用
--

[](#使用)

```
$config = new Config($clientId, $clientSecret);

/* 获取AccessToken */
$tokenApi = new Token($config);
redirectTo($tokenApi->authorizeUrl('your_return_url', '自定义STATE'));
// when receive
$tokenApi->accessToken($code);

/* 使用AccessToken调用API */
$tokenApi->openid = $openid;
$api = new Api($tokenApi);
$responseArr = $api->articleList();

```

奇怪的问题
-----

[](#奇怪的问题)

> 提交都是用POST，但是文档中参数都是从URL传的，发图文也是。我试了只把content通过POST传，不能成功。

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Unknown

Total

1

Last Release

2890d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9246abb5bc6b21062bebdd5685fb7eda856f3208707e743b848d97a62d81935e?d=identicon)[panwenbin](/maintainers/panwenbin)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/panwenbin-om-qq-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/panwenbin-om-qq-sdk/health.svg)](https://phpackages.com/packages/panwenbin-om-qq-sdk)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

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

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

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

PHPackages © 2026

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