kaikaige / yii2-dq
云机汇dq扩展
0.4
2021-02-23 10:25 UTC
Requires
- kaikaige/yii2-layui: *
- yiisoft/yii2: ~2.0.0
- yiisoft/yii2-httpclient: ~2.0.0
This package is auto-updated.
Last update: 2026-02-25 01:23:31 UTC
README
云机汇dq扩展
Installation
Either run
php composer.phar require --prefer-dist kaikaige/yii2-dq "*"
or add
"kaikaige/yii2-dq": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \kaikaige\dq\AutoloadExample::widget(); ?>```