# wechat **Repository Path**: luweiss/wechat ## Basic Information - **Project Name**: wechat - **Description**: No description available - **Primary Language**: PHP - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2017-05-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PHP微信 ## 安装 ```php composer required luweiss/wechat ``` ## 使用方法 ```php require 'vender/autoload.php'; $wechat = new \luweiss\wechat\Wechat([ 'appId' => '', 'appSecret' => '', 'mchId' => '', 'apiKey' => '', 'certPem' => '', 'keyPem' => '', 'cachePath' => '', ]); $wechat->getAccessToken(); ```