PHPackages                             rrbrr/think-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. rrbrr/think-wechat

ActiveThink-extend

rrbrr/think-wechat
==================

EasyWechat For Thnkphp6.0+

v2.0(6y ago)117MITPHP

Since May 24Pushed 6y agoCompare

[ Source](https://github.com/caoygx/think-wechat)[ Packagist](https://packagist.org/packages/rrbrr/think-wechat)[ RSS](/packages/rrbrr-think-wechat/feed)WikiDiscussions master Synced 3d ago

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

thinkphp-wechat
===============

[](#thinkphp-wechat)

[![FOSSA Status](https://camo.githubusercontent.com/a3b165d04794f9b0b19f44d211c4f57e3c99ec9b5c774380aac09be2deaffe62/68747470733a2f2f6170702e666f7373612e696f2f6170692f70726f6a656374732f6769742532426769746875622e636f6d253246716971697a6a6c2532467468696e6b2d7765636861742e7376673f747970653d736869656c64)](https://app.fossa.io/projects/git%2Bgithub.com%2Fqiqizjl%2Fthink-wechat?ref=badge_shield)

微信SDK For ThinkPHP 6+ 基于[overtrue/wechat](https://github.com/overtrue/wechat)

框架要求
----

[](#框架要求)

ThinkPHP6+(中间件要求支持ThinkPH6+)

安装
--

[](#安装)

```
composer require naixiaoxin/think-wechat

```

配置
--

[](#配置)

1. 修改配置文件 修改项目根目录下config/wechat.php中对应的参数
2. 每个模块基本都支持多账号，默认为 default。

使用
--

[](#使用)

### 接受普通消息

[](#接受普通消息)

新建一个Controller，我这边用的是Note

```
