PHPackages                             busyphp/wechat-oauth - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. busyphp/wechat-oauth

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

busyphp/wechat-oauth
====================

用于BusyPHP微信登录，支持公众号、小程序、App端

v3.0.0(3y ago)1311Apache-2.0PHP

Since Oct 8Pushed 3y ago1 watchersCompare

[ Source](https://github.com/busyphp/wechat-oauth)[ Packagist](https://packagist.org/packages/busyphp/wechat-oauth)[ Docs](http://www.harter.cn/?form=BusyPHP&plugin=busyphp/wechat-oauth)[ RSS](/packages/busyphp-wechat-oauth/feed)WikiDiscussions 3.0 Synced 3w ago

READMEChangelog (6)Dependencies (2)Versions (8)Used By (1)

BusyPHP OAuth2.0 微信登录模块
=======================

[](#busyphp-oauth20-微信登录模块)

说明
--

[](#说明)

用于BusyPHP微信登录，支持公众号、小程序、App端

安装
--

[](#安装)

```
composer require busyphp/wechat-oauth
```

配置
--

[](#配置)

> 安装成功后请将以下配置复制到 `config/oauth.php` 的 `drivers` 中

```
'wechat_public' => [
    'type' => 'wechat_public'
],
'wechat_mini' => [
    'type' => 'wechat_mini'
],
'wechat_app' => [
    'type' => 'wechat_app'
],
```

微信登录
----

[](#微信登录)

```
