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

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

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

WeChat official account, menu, reply, payment and refund module for ThinkAdmin

v1.0.51(4mo ago)116.7k↑10.7%1MITPHPPHP &gt;7.1

Since Jan 16Pushed 3w ago1 watchersCompare

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

READMEChangelog (10)Dependencies (12)Versions (18)Used By (0)

ThinkPlugsWechat for ThinkAdmin
===============================

[](#thinkplugswechat-for-thinkadmin)

[![Latest Stable Version](https://camo.githubusercontent.com/986e57d82bcf21250803035a8b619ff8c94b0b76fc86a9017e5fc8dce00d0cf4/68747470733a2f2f706f7365722e707567782e6f72672f7a6f756a696e676c692f7468696e6b2d706c7567732d7765636861742f762f737461626c65)](https://packagist.org/packages/zoujingli/think-plugs-wechat)[![Latest Unstable Version](https://camo.githubusercontent.com/eab7b658c96b56761e48cc885c19fe38be323237815588c41d6150cc9dc3a9a0/68747470733a2f2f706f7365722e707567782e6f72672f7a6f756a696e676c692f7468696e6b2d706c7567732d7765636861742f762f756e737461626c65)](https://packagist.org/packages/zoujingli/think-plugs-wechat)[![Total Downloads](https://camo.githubusercontent.com/d54da5f49a3035480d78b5bac8a6e6dbb3e97f42f14120ade43982f865c53306/68747470733a2f2f706f7365722e707567782e6f72672f7a6f756a696e676c692f7468696e6b2d706c7567732d7765636861742f646f776e6c6f616473)](https://packagist.org/packages/zoujingli/think-plugs-wechat)[![Monthly Downloads](https://camo.githubusercontent.com/f2005dde52947ae0234eace5daf863740bfdf0cf0410c8f79588fb5dc6374cd6/68747470733a2f2f706f7365722e707567782e6f72672f7a6f756a696e676c692f7468696e6b2d706c7567732d7765636861742f642f6d6f6e74686c79)](https://packagist.org/packages/zoujingli/think-plugs-wechat)[![Daily Downloads](https://camo.githubusercontent.com/0d2f2f1b51653955648e0e07e795ca20dbfb49b2ddd319617312db01da9c0ab2/68747470733a2f2f706f7365722e707567782e6f72672f7a6f756a696e676c692f7468696e6b2d706c7567732d7765636861742f642f6461696c79)](https://packagist.org/packages/zoujingli/think-plugs-wechat)[![PHP Version](https://camo.githubusercontent.com/6edd55d00ff169d80f252ddfcd8137da3213250a8ebd4626e06ca0f80efb0657/68747470733a2f2f7468696e6b61646d696e2e746f702f7374617469632f69636f6e2f7068702d372e312e737667)](https://thinkadmin.top)[![License](https://camo.githubusercontent.com/ed1cc526cca7696d0cbff80c209ae76557cc44ceb7cf67dc6c99b67a1064b668/68747470733a2f2f7468696e6b61646d696e2e746f702f7374617469632f69636f6e2f6c6963656e73652d6d69742e737667)](https://mit-license.org)

**ThinkPlugsWechat** 是 **ThinkAdmin** 的微信基础管理插件，提供公众号配置、粉丝、素材、菜单、关键词回复、关注回复、微信支付和退款管理。该插件基于 MIT 协议开源，免费可商用。

请注意，安装此插件将会占用并替换 `app/wechat` 目录（采用先删除再写入的方式）。因此，如果您之前对 `app/wechat` 目录有过自定义修改，我们强烈建议您在安装插件前进行备份，否则这些修改可能会丢失。

此外，当您使用 `Composer` 卸载此插件时，请务必记得手动删除 `app/wechat` 目录及相关的数据表，因为这些内容不会被自动清理。

如果您希望保留自有的 `app/wechat` 目录，避免被插件更新替换，只需在该目录下创建一个名为 `ignore` 的文件（例如 `app/wechat/ignore`，请注意文件名不应有后缀）。这样，即使在执行插件安装或更新操作时，该目录也将被忽略，不会被更新替换。

### 加入我们

[](#加入我们)

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

### 安装插件

[](#安装插件)

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

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

### 卸载插件

[](#卸载插件)

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

### 插件卸载不会删除数据表和 app/wechat 的代码
### 卸载后通过 composer update 时不会再更新，其他依赖除外
composer remove zoujingli/think-plugs-wechat
```

### 功能节点

[](#功能节点)

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

- 微信接口配置：`wechat/config/options`
- 微信支付配置：`wechat/config/payment`
- 微信粉丝管理：`wechat/fans/index`
- 微信图文管理：`wechat/news/index`
- 微信菜单配置：`wechat/menu/index`
- 回复规则管理：`wechat/keys/index`
- 关注自动回复：`wechat/auto/index`
- 微信支付管理：`wechat/payment.record/index`
- 微信退款管理：`wechat/payment.refund/index`

### 业务功能特性

[](#业务功能特性)

**核心微信功能：**

- **微信接口配置**: 提供微信公众号接口参数配置管理
- **微信支付配置**: 提供微信支付参数配置，并管理微信支付与退款记录
- **微信粉丝管理**: 完整的粉丝信息管理，支持标签分组、批量操作等功能
- **微信图文管理**: 可视化的图文素材编辑和管理，支持多图文组合
- **微信菜单配置**: 可视化的自定义菜单配置，支持点击、跳转、扫码等菜单类型
- **回复规则管理**: 灵活的关键词回复规则配置，支持文本、图片、图文等多种回复类型
- **关注自动回复**: 支持关注时的自动回复配置，提升用户体验
- **微信支付管理**: 完整的支付记录管理，支持订单查询和状态跟踪
- **微信退款管理**: 便捷的退款处理功能，支持部分退款和全额退款

**技术特性：**

- **MIT 开源协议**: 遵循 MIT 开源协议，免费可商用
- **模块化设计**: 各微信功能模块独立封装，便于扩展和维护
- **安全防护**: 内置微信消息签名验证、权限控制等安全机制
- **向后兼容**: 保持与现有 ThinkAdmin 版本的兼容性，确保平滑升级

### 插件数据

[](#插件数据)

本插件涉及数据表有：

- 微信-回复：`wechat_auto`
- 微信-粉丝：`wechat_fans`
- 微信-标签：`wechat_fans_tags`
- 微信-规则：`wechat_keys`
- 微信-素材：`wechat_media`
- 微信-图文：`wechat_news`
- 微信-文章：`wechat_news_article`
- 微信-支付：`wechat_payment_record`
- 微信-退款：`wechat_payment_refund`

### 版权说明

[](#版权说明)

**ThinkPlugsWechat** 遵循 **MIT** 开源协议发布，并免费提供使用。

本项目包含的第三方源码和二进制文件的版权信息将另行标注，请在对应文件查看。

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

###  Health Score

45

—

FairBetter than 91% of packages

Maintenance87

Actively maintained with recent releases

Popularity28

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity46

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

Recently: every ~76 days

Total

17

Last Release

124d ago

PHP version history (2 changes)v1.0.32PHP &gt;=7.1

v1.0.36PHP &gt;7.1

### 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 (47 commits)")

### Embed Badge

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

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

###  Alternatives

[repman-io/composer-plugin

Plugin for Repman - PHP Repository Manager

11230.7k](/packages/repman-io-composer-plugin)[vistag/human-readable

Convert numbers and seconds to the human readable format

152.8k1](/packages/vistag-human-readable)

PHPackages © 2026

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