定制 nemiah/php-silence 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: LGPL-3.0
  • 更新时间: 2023-05-31