PHPackages                             jinas/moosun - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. jinas/moosun

ActiveLibrary[HTTP &amp; Networking](/categories/http)

jinas/moosun
============

Simple Interface to interact with maldives meteriology

v1.1(5y ago)62.8k1MITPHPCI failing

Since Aug 20Pushed 5y ago1 watchersCompare

[ Source](https://github.com/boring-dragon/MoosunMv)[ Packagist](https://packagist.org/packages/jinas/moosun)[ RSS](/packages/jinas-moosun/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (3)Versions (14)Used By (0)

🌀 MoosunMv
==========

[](#cyclone-moosunmv)

[![Latest Stable Version](https://camo.githubusercontent.com/0502f920fcfc57e457aa2fc486019e69046442ca5420a3f8d1bcee6527afa992/68747470733a2f2f706f7365722e707567782e6f72672f6a696e61732f6d6f6f73756e2f762f737461626c65)](https://packagist.org/packages/jinas/moosun)[![License](https://camo.githubusercontent.com/0326d1a41f9b935b3c9f7db70492b5426e25f6f4482c6e905403723966c928d4/68747470733a2f2f706f7365722e707567782e6f72672f6a696e61732f6d6f6f73756e2f6c6963656e7365)](https://packagist.org/packages/jinas/moosun)[![StyleCI](https://camo.githubusercontent.com/d9f5b53c2015bc43b9ff1184f51bd0b36f5ffc11178ab5625d1ddab5cfaf3487/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3230333036343334312f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/203064341?branch=master)

🔋 Installation
--------------

[](#battery-installation)

```
 composer require jinas/moosun
```

💡 How does this work
--------------------

[](#bulb-how-does-this-work)

Moosunmv library is a wrapper around the API of maldives meteorology. Library helps you to interact with the meteorology stations and get live weather data. The available station names are given below. The library also have a imgscraper class which can scrap the latest satellite image from the maldives meteorology website.

Packages used
-------------

[](#packages-used)

```
Guzzle
Goutte
```

Basic Usage Weather Data
------------------------

[](#basic-usage-weather-data)

> You can pass any station name available below to get the data

```
$rp = new MoosunMv('Gan');
echo $rp->stationname;
echo $rp->temperature;
```

Basic Usage Satellite Image scraper
-----------------------------------

[](#basic-usage-satellite-image-scraper)

```
$image = new ImgScraper;

echo $image->satellite_image;
```

Available Stations
------------------

[](#available-stations)

- Male
- Hanimadhoo
- Kahdhoo
- Kaadehdhoo
- Gan

Available Objects
-----------------

[](#available-objects)

- stationname
- hastide
- sunrise
- sunset
- moonrise
- moonset
- humidity
- temperature
- description
- dayicon
- nighticon
- rainamount
- wind
- sunshine-
- Predicted data of tommorow-
- first\_date
- first\_condition
- first\_sea
- first\_wind
- first\_icon

> Predicted data of day after tommorow

- second\_date
- second\_condition
- second\_sea
- second\_wind
- second\_icon

> Predicted data of 3rd day

- third\_date
- third\_condition
- third\_sea
- third\_wind
- third\_icon

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~44 days

Recently: every ~84 days

Total

11

Last Release

2016d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cf0464cf5ff5afa87f8940e92f2e9974200ef0939a3cd1a922bc3b5793850a06?d=identicon)[jinas123](/maintainers/jinas123)

---

Top Contributors

[![aharen](https://avatars.githubusercontent.com/u/46440?v=4)](https://github.com/aharen "aharen (4 commits)")

---

Tags

apiguzzleguzzlehttpmaldivesmeteorologymeteorology-stationphpphp-librarypredicted-dataseastationsweatherwind

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jinas-moosun/health.svg)

```
[![Health](https://phpackages.com/badges/jinas-moosun/health.svg)](https://phpackages.com/packages/jinas-moosun)
```

###  Alternatives

[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[omniphx/forrest

A Laravel library for Salesforce

2724.4M8](/packages/omniphx-forrest)[akamai-open/edgegrid-client

Implements the Akamai {OPEN} EdgeGrid Authentication specified by https://developer.akamai.com/introduction/Client\_Auth.html

482.5M6](/packages/akamai-open-edgegrid-client)[muhammadhuzaifa/telescope-guzzle-watcher

Telescope Guzzle Watcher provide a custom watcher for intercepting http requests made via guzzlehttp/guzzle php library. The package uses the on\_stats request option for extracting the request/response data. The watcher intercept and log the request into the Laravel Telescope HTTP Client Watcher.

98239.8k1](/packages/muhammadhuzaifa-telescope-guzzle-watcher)[ory/hydra-client-php

Documentation for all of Ory Hydra's APIs.

1710.8k](/packages/ory-hydra-client-php)[meteocontrol/vcom-api-client

HTTP Client for meteocontrol's VCOM API - The VCOM API enables you to directly access your data on the meteocontrol platform.

175.7k1](/packages/meteocontrol-vcom-api-client)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
