# yii2-weixin **Repository Path**: css3/yii2-weixin ## Basic Information - **Project Name**: yii2-weixin - **Description**: No description available - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-07-23 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #yii2-weixin ##安装 ``` "require": { "zonday/yii2-weixin": "dev-master" }, "repositories": [ { "type": "vcs", "url": "git@git.oschina.net:css3/yii2-weixin.git" } ], ``` ##配置 ``` 'components' => [ 'weixin' => [ 'class' => '\zonday\weixin\Weixin', 'appId' => '', 'appSecret' => '', 'token' => '', ], ], ``` ##使用 ``` Yii::$app->weixin ``` Api ``` use zonday\weixin\api; $userApi = new api\User; $userApi->info($openid); ``` demo: https://git.oschina.net/css3/yii2-weixin-test