1 Star 0 Fork 19

craboy1 / miot-api

forked from Yeelight / miot-api 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 749 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "yeelight/miot-api",
"description": "小米IOT控制端API及小米IOT设备规范的 PHP 实现",
"type": "library",
"require": {
"php": ">=5.6"
},
"require-dev": {
"php": ">=5.6",
"phpunit/phpunit": "^5.7"
},
"license": "MIT",
"keywords": [
"miot",
"api"
],
"homepage": "https://github.com/Yeelight/miot-api",
"authors": [
{
"name": "lixiaodong",
"email": "lixiaodong@yeelight.com"
}
],
"autoload": {
"psr-4": {
"MiotApi\\": "src/"
}
},
"repositories": {
"packagist": {
"type": "composer",
"url": "https://packagist.phpcomposer.com"
}
},
"minimum-stability": "dev"
}
PHP
1
https://gitee.com/craboy1/miot-api.git
git@gitee.com:craboy1/miot-api.git
craboy1
miot-api
miot-api
master

搜索帮助