jinas / moosunmv-api
PHP Client for MoosunMv API
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/jinas/moosunmv-api
Requires
- ext-json: *
- guzzlehttp/guzzle: ^6.3
This package is auto-updated.
Last update: 2025-10-13 18:13:52 UTC
README
PHP Client for MoosunMv API
Installation
composer require jinas/moosunmv-api
Usage
<?php namespace MMVClient; require_once '../vendor/autoload.php'; use MMVClient\Client; $rp = new Client(); $data = $rp->getLatest("hanimaadhoo"); echo $data["humidity"];