Wechat Bundle for Symfony3 based thenbsp/wechat
// ./app/config/config.yml
thenbsp_wechat:
wechat:
appid: "your appid"
appsecret: "your appsecret"
// ./app/config/config.yml
doctrine_cache:
providers:
filesystem_cache:
type: file_system
thenbsp_wechat:
wechat:
appid: "your appid"
appsecret: "your appsecret"
cache_driver:
id: "doctrine_cache.providers.filesystem_cache"