zjweimob/yii-weimob

yii2 weimob sdk

V1.1.0 2022-01-25 03:43 UTC

This package is auto-updated.

Last update: 2025-05-25 11:01:32 UTC


README

yii2 weimob sdk

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist zjweimob/yii-weimob "*"

or add

"zjweimob/yii-weimob": "*"

to the require section of your composer.json file.

Usage

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

<?= \zjweimob\weimob\AutoloadExample::widget(); ?>```