PHPackages                             zoujingli/think-plugs-wechat-service - 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. zoujingli/think-plugs-wechat-service

ActiveThink-admin-plugin[Utility &amp; Helpers](/categories/utility)

zoujingli/think-plugs-wechat-service
====================================

WeChat Open Platform authorization and JSON-RPC service plugin for ThinkAdmin

v1.0.13(1y ago)1679PHPPHP &gt;=7.1

Since Feb 10Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/zoujingli/think-plugs-wechat-service)[ Packagist](https://packagist.org/packages/zoujingli/think-plugs-wechat-service)[ Docs](https://thinkadmin.top)[ RSS](/packages/zoujingli-think-plugs-wechat-service/feed)WikiDiscussions master Synced 3d ago

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

ThinkPlugsWechatService for ThinkAdmin
======================================

[](#thinkplugswechatservice-for-thinkadmin)

[![Latest Stable Version](https://camo.githubusercontent.com/bdebf6e653e52f9d74d865bf9e7ef89508fbe7c8078020b8970c16b5839464d3/68747470733a2f2f706f7365722e707567782e6f72672f7a6f756a696e676c692f7468696e6b2d706c7567732d7765636861742d736572766963652f762f737461626c65)](https://packagist.org/packages/zoujingli/think-plugs-wechat-service)[![Latest Unstable Version](https://camo.githubusercontent.com/ea3f175e6ac77a843ad476f9c116eb5ad690e5816caa7838a6c54daa8340369a/68747470733a2f2f706f7365722e707567782e6f72672f7a6f756a696e676c692f7468696e6b2d706c7567732d7765636861742d736572766963652f762f756e737461626c65)](https://packagist.org/packages/zoujingli/think-plugs-wechat-service)[![Total Downloads](https://camo.githubusercontent.com/60b2ff72bf18019ac89509fbd168603dff6d27480024acad81ebfe93b091c946/68747470733a2f2f706f7365722e707567782e6f72672f7a6f756a696e676c692f7468696e6b2d706c7567732d7765636861742d736572766963652f646f776e6c6f616473)](https://packagist.org/packages/zoujingli/think-plugs-wechat-service)[![Monthly Downloads](https://camo.githubusercontent.com/8840ebe13e4a220bdb99f2e8d2d6de4e8ff17287d7da13d922282e200223b19b/68747470733a2f2f706f7365722e707567782e6f72672f7a6f756a696e676c692f7468696e6b2d706c7567732d7765636861742d736572766963652f642f6d6f6e74686c79)](https://packagist.org/packages/zoujingli/think-plugs-wechat-service)[![Daily Downloads](https://camo.githubusercontent.com/f3e87f3369d159ce618bcb4dea125fb150e219dfda41ad25d5a71c7aa6aafec2/68747470733a2f2f706f7365722e707567782e6f72672f7a6f756a696e676c692f7468696e6b2d706c7567732d7765636861742d736572766963652f642f6461696c79)](https://packagist.org/packages/zoujingli/think-plugs-wechat-service)[![PHP Version Require](https://camo.githubusercontent.com/158d55a7ed9e96aca2147ede09b22a4cbd46d11ede7fc189db24da761fdaa388/687474703a2f2f706f7365722e707567782e6f72672f7a6f756a696e676c692f7468696e6b2d706c7567732d7765636861742d736572766963652f726571756972652f706870)](https://packagist.org/packages/zoujingli/think-plugs-wechat-service)[![ThinkAdmin VIP 授权](https://camo.githubusercontent.com/c041aeb98b02761bb5a50eab5a4f3170d0d36e2b0c9377614f7954fb92dcefee/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d5649502532302545362538452538382545362539442538332d626c756576696f6c65742e737667)](https://thinkadmin.top/vip-introduce)

**ThinkPlugsWechatService** 是 **ThinkAdmin** 的微信开放平台管理插件，用于开放平台配置、授权微信管理和 JSON-RPC 接口调度。本插件属于[会员尊享插件](https://thinkadmin.top/vip-introduce)，未经授权不得用于商业用途。

该插件可为 ThinkPlugsWechat 提供远程开放平台能力，适用于需要集中管理公众号、小程序授权与接口调用的部署场景。

### 加入我们

[](#加入我们)

我们的代码仓库已移至 **Github**，而 **Gitee** 则仅作为国内镜像仓库，方便广大开发者获取和使用。若想提交 **PR** 或 **ISSUE** 请在 [ThinkAdminDeveloper](https://github.com/zoujingli/ThinkAdminDeveloper) 仓库进行操作，如果在其他仓库操作或提交问题将无法处理！。

### 开放接口

[](#开放接口)

此插件支持 [**ThinkPlugsWechat**](https://thinkadmin.top/plugin/think-plugs-wechat.html) 应用插件远程调用，需要增加配置`sysconf('wechat.service_jsonrpc')`远程调用的 **JSON-RPC** 接口地址；

接口地址可以在此插件的节点 `plugin-wechat-service/config/index` 页面查看，注意此插件接口地址需要带有 `TOKEN` 占位字符；

**JSON-RPC** 接口地址格式如：`http://admin.local.cuci.cc/plugin-wechat-service/api.client/jsonrpc?token=TOKEN`

### 安装插件

[](#安装插件)

```
### 注意，仅支持在 ThinkAdmin v6.1 中使用
composer require zoujingli/think-plugs-wechat-service
```

### 卸载插件

[](#卸载插件)

```
### 安装前建议尝试更新所有组件
composer update --optimize-autoloader

### 注意，插件仅支持在 ThinkAdmin v6.1 中使用
composer remove zoujingli/think-plugs-wechat-service --optimize-autoloader
```

### 调用案例

[](#调用案例)

```
// 开放平台SDK调用入口
use plugin\wechat\service\AuthService;

// 1. 实例公众号 APPID 的 User 接口
$user = AuthService::WeChatUser(APPID);

// 2. 获取公众号 APPID 的粉丝列表（ 第一页 100 条 ）
$userList = $user->getUserList();
var_dump($userList);

// 3. 获取公众号 APPID 的 OPENID 资料
// 现在调用此接口获取不到粉丝详情资料
$userInfo = $user->getUserInfo(OPENID);
var_dump($userInfo);

// 其他 WeChatDeveloper 的接口实例以此类推
// 具体接口实例对象可以阅读SDK的源码或对应文档
```

### 功能节点

[](#功能节点)

可根据下面的功能节点配置菜单及访问权限，按钮操作级别的节点未展示！

- 开放平台配置：`plugin-wechat-service/config/index`
- 授权微信管理：`plugin-wechat-service/wechat/index`

### 业务功能特性

[](#业务功能特性)

**核心微信开放平台功能：**

- **微信开放平台集成**: 提供开放平台配置和授权微信管理
- **远程接口调用**: 支持 JSON-RPC 远程调用，可与 ThinkPlugsWechat 插件无缝集成
- **授权管理**: 完整的微信授权管理，支持多公众号和小程序的授权配置
- **用户接口调用**: 通过开放平台 SDK 调度粉丝列表、用户信息等微信接口
- **接口调度**: 统一的接口调度机制，简化微信开放平台的复杂性

**技术特性：**

- **VIP 授权**: 会员专享插件，非授权用户不得用于商业目的
- **模块化设计**: 各微信功能模块独立封装，便于扩展和维护
- **远程调用支持**: 支持 JSON-RPC 远程调用，实现插件间的无缝集成
- **安全防护**: 内置 Token 验证和权限控制，确保接口调用安全
- **向后兼容**: 保持与现有 ThinkAdmin 版本的兼容性，确保平滑升级

### 插件数据

[](#插件数据)

本插件涉及数据表有：

- 微信-授权 `wechat_auth`

### 版权说明

[](#版权说明)

**ThinkPlugsWechatService** 为 **ThinkAdmin** 会员插件。

未获得此插件授权时仅供参考学习不可商用，了解商用授权请阅读 [《会员授权》](https://thinkadmin.top/vip-introduce)。

版权所有 Copyright © 2014-2026 by ThinkAdmin () All rights reserved。

###  Health Score

34

—

LowBetter than 74% of packages

Maintenance63

Regular maintenance activity

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

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 ~614 days

Total

2

Last Release

663d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4349951?v=4)[邹景立](/maintainers/zoujingli)[@zoujingli](https://github.com/zoujingli)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/zoujingli-think-plugs-wechat-service/health.svg)

```
[![Health](https://phpackages.com/badges/zoujingli-think-plugs-wechat-service/health.svg)](https://phpackages.com/packages/zoujingli-think-plugs-wechat-service)
```

###  Alternatives

[blackfire/player

A powerful web crawler and web scraper with Blackfire support

49517.1k](/packages/blackfire-player)

PHPackages © 2026

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