Skip to content

A simple and quick wechat develop framework.

nfer/quickWeChat

Repository files navigation

Quick WeChat Develop Framework

A simple and quick wechat develop framework, support wechat callback url, menu create url, and oauthaccess redirect url.

  • wechat.class.php: the raw wechat handle framework
  • config.sample.php: the wechat.class.php config sample
  • weixin.php: the wechat callback url handler
  • createMenu.php: the menu create url handler
  • getOauthAccessToken.php: the oauthaccess redirect url handler
  • processor.php: your real project related function

Usage

  • rename config.sample.php to config.php and set your wechat TOKEN/ENCODINGAESKEY/APPID/APPSECRET
  • open processor.php, and modify the functions based on your project

About

A simple and quick wechat develop framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages