# wechat-developers **Repository Path**: gitmy/wechat-developers ## Basic Information - **Project Name**: wechat-developers - **Description**: 微信公众号-微信小程序-微信支付(不断完善中... - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-09-15 - **Last Updated**: 2025-09-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HugCode\WeChat > 微信开放开发 > > 官方文档:https://developers.weixin.qq.com/doc/ #### 配置与方法调用 (参考) ```php $config = [ 'appid' => '**', 'appsecret' => '**', 'access_token' => 'access_token', ]; try { $result = (new \HugCode\WeChat\Offiaccount\UserManagement\Users($config))->getUserInfo('open_id'); var_dump($result); } catch (\HugCode\WeChat\Basics\Exception\WeChatException $e) { var_dump($e->getErrorMessage(), $e->getErrorCode()); } ``` > 因工作上需要,功能未全部对接,可根据需要自行补充 > > zoujingli/wechat-developer