nemiah/php-silence
Composer 安装命令:
composer require nemiah/php-silence
包简介
Simple class for getting scooter data from silence server
README 文档
README
Get your Silence scooter data from their servers in JSON format
I send a big thank you to https://github.com/lorenzo-deluca/homeassistant-silence for reverse engineering the API!
Usage:
composer require nemiah/php-silence:dev-main
Make an instance and get the data:
$api = new nemiah\phpSilence\api($email, $password);
$scooters = $api->getData();
foreach($scooters AS $scooter)
print_r($scooter);
Contributions:
Sure, just send me a PR!
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0
- 更新时间: 2023-05-31