借助Yii 2 框架开发微信公众号&小程序扩展
建个仓库,给以后开发微信相关用的基础框架。
- Nginx 1.8+
- PHP 7.1+
- MySQL 5.7.7+
- Redis 3.0+
本项目代码使用 PHP 框架 Yii 2 开发.
克隆源代码到本地:
> git clone [email protected]:shuangjie/yii2-wechat.git
composer install
> php init
修改配置,执行migrate
> php yii migrate
common
components/ components组件
ResponseComponent
extensions/
weapp/ 微信小程序扩展
wechat/ 微信公众号扩展
wechatpay/ 微信支付扩展
helpers/
redis/ redis helper
***Helper base helper
model/
Auth Auth
User User
services/
notify/ Notify Service
user/ User Service
wechat/ wechat Service
weapp 微信小程序
.../
wechat 微信公众号
.../