thenbsp / wechat-bundle

Wechat Bundle for Symfony3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wechat-bundle

Wechat Bundle for Symfony3 based thenbsp/wechat

configuration

// ./app/config/config.yml

thenbsp_wechat:
    wechat:
        appid: "your appid"
        appsecret: "your appsecret"

use doctrine cache driver

// ./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"

About

Wechat Bundle for Symfony3


Languages

Language:PHP 100.0%