nemiah / php-silence
Simple class for getting scooter data from silence server
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/nemiah/php-silence
Requires
- php: >=7.4.0
This package is auto-updated.
Last update: 2025-09-29 03:07:00 UTC
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!