PHPackages                             kris3xiq/weatherservice - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. kris3xiq/weatherservice

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

kris3xiq/weatherservice
=======================

Anax weather module.

v2.0.1(5y ago)024MITPHPPHP &gt;=7.4

Since Dec 18Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Kris3XIQ/module)[ Packagist](https://packagist.org/packages/kris3xiq/weatherservice)[ Docs](https://github.com/Kris3XIQ)[ RSS](/packages/kris3xiq-weatherservice/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (6)Versions (6)Used By (0)

Anax module for Weather service
===============================

[](#anax-module-for-weather-service)

Badges
------

[](#badges)

Travis:
[![Build Status](https://camo.githubusercontent.com/b4e8c0ee1e7161df99254a408c0485e40f9a258ca3cc5218b9379afdd953ceb4/68747470733a2f2f7777772e7472617669732d63692e636f6d2f4b726973335849512f6d6f64756c652e7376673f6272616e63683d6d61696e)](https://www.travis-ci.com/Kris3XIQ/module)
Scrutinizer:
[![Scrutinizer Code Quality](https://camo.githubusercontent.com/0fa90b627fc5f6f4c84ccc5d7b1056b8dcf72994432cbfdab826f51c5101d2b9/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4b726973335849512f6d6f64756c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/Kris3XIQ/module/?branch=main)
[![Build Status](https://camo.githubusercontent.com/55f21e2c4b393005b27e924659b86837050a53cdf66f29d252432a5c7ec1bc1d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4b726973335849512f6d6f64756c652f6261646765732f6275696c642e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/Kris3XIQ/module/build-status/main)
[![Code Intelligence Status](https://camo.githubusercontent.com/ac160d615d55a461de5081f37f08eb0cfd793307a69ea4d45e3b5b44fb222de4/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4b726973335849512f6d6f64756c652f6261646765732f636f64652d696e74656c6c6967656e63652e7376673f623d6d61696e)](https://scrutinizer-ci.com/code-intelligence)

Installation
------------

[](#installation)

---

### Step 1

[](#step-1)

Install using composer:
`composer require kris3xiq/weatherservice`

### Step 2

[](#step-2)

Be in the root of your ANAX installation and run:
`bash vendor/kris3xiq/weatherservice/install.bash`

### Step 3

[](#step-3)

Add your own API-keys to IPStack and OpenWeatherMap. If you open up your config directory you will notice the file api-keys-example. Follow the instructions given in the file.

### Step 4

[](#step-4)

All you need to do now is to add the module to your ANAX navbar. Go into config/navbar/header.php Add the following lines into the menu-item array.

```
[
    "text" => "Weather service",
    "url" => "weather",
    "title" => "Weather service",
    "submenu" => [
        "items" => [
            [
                "text" => "Weather service",
                "url" => "weather",
                "title" => "IP-Geolocator.",
            ],
            [
                "text" => "Weather service API(JSON)",
                "url" => "weather-api",
                "title" => "Weather service API(JSON).",
            ],
        ],
    ],
],

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 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 ~1 days

Total

5

Last Release

1964d ago

Major Versions

v1.0.3 → v2.0.12020-12-24

### Community

Maintainers

![](https://www.gravatar.com/avatar/4f90406014a44cb2216515818c0eff17ce9bbfe030a4910efaaaf31f9b84d442?d=identicon)[Kris3XIQ](/maintainers/Kris3XIQ)

---

Top Contributors

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

---

Tags

moduleOpenWeatherMapipstackkmom04

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kris3xiq-weatherservice/health.svg)

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

PHPackages © 2026

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