xiuchanghu / yii2-wechat
Package info
github.com/xiuchanghu/yii2-wechat
Type:yii2-extension
pkg:composer/xiuchanghu/yii2-wechat
dev-master
2015-06-03 06:47 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-29 02:27:41 UTC
README
Installation
The preferred way to install this extension is through composer.
Either run
composer require 'xiuchanghu/yii2-wechat:dev-master'
or add
"xiuchanghu/yii2-wechat": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \xiuchanghu\wechat\AutoloadExample::widget(); ?>```