Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/boring-dragon/moosunmv-client
- Owner: boring-dragon
- Created: 2019-12-02T23:45:11.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-13T05:10:12.000Z (about 5 years ago)
- Last Synced: 2024-11-29T18:53:54.645Z (about 2 months ago)
- Topics: api, composer, composer-package, php
- Language: PHP
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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