Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 805 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 805 Bytes

WeChat Gateway

GitHub release license

微信的一些API封装

接口文档使用APIDoc生成

安装说明

  • 环境需求:PHP 7.0+,Swoole 4.0+,Redis,MySQL,Composer

  • 运行composer create-project shimmer/wechat-gateway

  • database.sql中的内容导入MySQL

  • 修改application/Config/env.ini中相应配置(包括静态文件地址、MySQL连接、Redis连接、Swoole相关配置等)

  • 进入后台(/index/admin/index),输入默认密码admin,进行进一步配置