PHPackages                             hcg/test - 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/test

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

hcg/test
========

微信开发工具类

v0.0.1(3y ago)04MITPHPPHP &gt;=7.0

Since Jun 13Pushed 3y ago1 watchersCompare

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

READMEChangelog (2)DependenciesVersions (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.获取小程序全局唯一后台接口调用凭据

```
