PHPackages                             trenton93/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. trenton93/think-wechat

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

trenton93/think-wechat
======================

EasyWechat For Thinkphp6.0

v1.0.0(3y ago)029↓90%MITPHPPHP &gt;=7.1.0

Since Mar 2Pushed 3y ago1 watchersCompare

[ Source](https://github.com/trenton93/think-wechat)[ Packagist](https://packagist.org/packages/trenton93/think-wechat)[ RSS](/packages/trenton93-think-wechat/feed)WikiDiscussions 1.0.0 Synced 3w ago

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

think-wechat
============

[](#think-wechat)

微信SDK For ThinkPHP 6.0 基于[w7corp/easywechat](https://github.com/w7corp/easywechat)

框架要求
----

[](#框架要求)

ThinkPHP &gt;= 6.0

安装
--

[](#安装)

```
composer require trenton93/think-wechat
```

```
php think wechat:config
```

配置
--

[](#配置)

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

使用
--

[](#使用)

### 接受普通消息

[](#接受普通消息)

```
