# ci4weixin **Repository Path**: lipengfan/ci4weixin ## Basic Information - **Project Name**: ci4weixin - **Description**: 基于CodeIgniter 用于微信认证,获取授权,获取用户信息等功能 - **Primary Language**: PHP - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2017-02-24 - **Last Updated**: 2024-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 使用方式 1. 通过application/config/config.php文件配置微信对应的TOKEN、appId、appSecret; 2. index.php/checkToken,验证微信自定义服务器配置; 3. index.php/oauth/base,授权获取用户openId; 4. index.php/oauth/info,授权获取用户基本信息; 5.