jinas/moosunmv-api

PHP Client for MoosunMv API

v1.0.0 2019-12-02 23:47 UTC

This package is auto-updated.

Last update: 2024-04-13 14:40:01 UTC


README

Latest Stable Version License

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"];

Note: Check the example folder for more examples