jinas / moosunmv-api
PHP Client for MoosunMv API
v1.0.0
2019-12-02 23:47 UTC
Requires
- ext-json: *
- guzzlehttp/guzzle: ^6.3
This package is auto-updated.
Last update: 2026-02-13 18:51:59 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"];