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

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

This package is auto-updated.

Last update: 2025-10-13 18:13:52 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