yii-diandi / yii2-iot
店滴云物联网控制
1.0.0
2023-11-24 04:03 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is not auto-updated.
Last update: 2026-02-28 12:11:46 UTC
README
店滴云物联网控制
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist yii2-iot/yii2-iot "*"
or add
"yii2-iot/yii2-iot": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \diandi\iot\AutoloadExample::widget(); ?>```