Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/boring-dragon/moosunmv-client

PHP Client for MoosunMv API
https://github.com/boring-dragon/moosunmv-client

api composer composer-package php

Last synced: about 2 months ago
JSON representation

PHP Client for MoosunMv API

Awesome Lists containing this project

README

        

# :cloud: Moosunmv-client
[![Latest Stable Version](https://poser.pugx.org/jinas/moosunmv-api/v/stable)](https://packagist.org/packages/jinas/moosunmv-api)
[![License](https://poser.pugx.org/jinas/moosunmv-api/license)](https://packagist.org/packages/jinas/moosunmv-api)

PHP Client for [MoosunMv](https://moosunmv.jinas.me/) API

## Installation

```bash
composer require jinas/moosunmv-api
```

## Usage

```php

getLatest("hanimaadhoo");

echo $data["humidity"];

```

## Note: Check the example folder for more examples