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

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

hcg/wechat
==========

微信开发工具类

1.0.1(3y ago)00MITPHPPHP &gt;=7.2

Since Jun 17Pushed 3y ago1 watchersCompare

[ Source](https://github.com/just5325/wechat)[ Packagist](https://packagist.org/packages/hcg/wechat)[ RSS](/packages/hcg-wechat/feed)WikiDiscussions main Synced 1mo ago

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

微信开发工具类
=======

[](#微信开发工具类)

1.安装 `composer require hcg/wechat`2.如果因为composer镜像问题无法使用`composer require hcg/wechat`时，可以给项目配置自定义包存储库

```
 "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/just5325/wechat"
        }
    ]

```

使用示例
====

[](#使用示例)

> 更多请看example目录中的使用示例

1.获取小程序全局唯一后台接口调用凭据

```
