tangniyuqi/yii2-weixinapi

The weixinapi extension for the Yii framework

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

pkg:composer/tangniyuqi/yii2-weixinapi

1.0.0 2017-05-24 08:56 UTC

This package is auto-updated.

Last update: 2025-09-20 12:22:07 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);