# yii2-iot **Repository Path**: baitongda/yii2-iot ## Basic Information - **Project Name**: yii2-iot - **Description**: 店滴云物联网sdk - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-03-20 - **Last Updated**: 2024-03-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 店滴iot ===== 店滴云物联网控制 Installation ------------ The preferred way to install this extension is through [composer](http://getcomposer.org/download/). 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 : ```php ```