26 Star 91 Fork 22

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"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/yeelight/miot-api.git
git@gitee.com:yeelight/miot-api.git
yeelight
miot-api
miot-api
master

搜索帮助