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
- 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