lubaogui/yii2-wechat

微信扩展介绍

dev-master 2015-10-10 03:24 UTC

This package is not auto-updated.

Last update: 2024-06-08 16:15:44 UTC


README

微信扩展介绍

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist lubaogui/yii2-wechat "*"

or add

"lubaogui/yii2-wechat": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \lubaogui\wechat\AutoloadExample::widget(); ?>```