tangniyuqi/yii2-weixinapi

The weixinapi extension for the Yii framework

1.0.0 2017-05-24 08:56 UTC

This package is auto-updated.

Last update: 2024-09-20 10:22:37 UTC


README

add tangniyuqi/yii2-weixinapi to composer.json

$ composer install
$ php composer.phar require tangniyuqi/yii2-weixinapi "*"

or add

"tangniyuqi/yii2-weixinapi": "*"

to the require section of your composer.json file.

Usage

in action:

use tangniyuqi\weixinapi\base\Weixin;

new Weixin($config);