PHPackages                             klasse-w/ip-weather-service - 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. klasse-w/ip-weather-service

ActiveLibrary

klasse-w/ip-weather-service
===========================

Anax ip and weather service module.

2.0.1(7y ago)012MITPHPPHP &gt;=7.2

Since Nov 30Pushed 7y agoCompare

[ Source](https://github.com/klaswarna/ip-weather-service)[ Packagist](https://packagist.org/packages/klasse-w/ip-weather-service)[ RSS](/packages/klasse-w-ip-weather-service/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (4)Versions (7)Used By (0)

Installing IP Weather Service as an Anax module
===============================================

[](#installing-ip-weather-service-as-an-anax-module)

[![Build Status](https://camo.githubusercontent.com/25ec64644c2510f1f1faabc3ce689cf337a2e837137df2db3687193023469abe/68747470733a2f2f7472617669732d63692e6f72672f6b6c61737761726e612f69702d776561746865722d736572766963652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/klaswarna/ip-weather-service)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/b473cad86945a1656e44531b97003a7e810d6e5da0c3a5f37dac68d772058922/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6b6c61737761726e612f69702d776561746865722d736572766963652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/klaswarna/ip-weather-service/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/80b7378007e29917e98b9e4d53df352f75452938a76f6f4e25432d7bfabd81fd/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6b6c61737761726e612f69702d776561746865722d736572766963652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/klaswarna/ip-weather-service/?branch=master)[![Build Status](https://camo.githubusercontent.com/e9a41469de6568cafc8be15ac2fc4e71520ee9382308d2bd79a6948b9de2c6e4/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6b6c61737761726e612f69702d776561746865722d736572766963652f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/klaswarna/ip-weather-service/build-status/master)

Before doing this an Anax framework must already have been installed as must composer.

In the command line type:

```

composer require klasse-w/ip-weather-service

```

Having the root of your Anax installation as working directory, type:

```

rsync -av vendor/klasse-w/ip-weather-service/config ./
rsync -av vendor/klasse-w/ip-weather-service/src ./
rsync -av vendor/klasse-w/ip-weather-service/test ./

rsync -av vendor/klasse-w/ip-weather-service/view/geotagip view/anax/v2/
rsync -av vendor/klasse-w/ip-weather-service/view/ipweb view/anax/v2/
rsync -av vendor/klasse-w/ip-weather-service/view/weather view/anax/v2/

```

please add "KW\\": "src/"

to autoload in composer.json

Following services shall now be available on:

htdocs/ipweb/

htdocs/geotag/

htdocs/weather/

Finally please add following code into at the end of your css-file using propriate methods:

```

.lilltabell,
.lilltabell td,
.lilltabell tr
  {
    border: solid 1px;
}

.sune {
    height: 100px;
    width: 100px;
}

#mapdiv {
    height: 500px;
    width: 500px;
}

.osynlig {
    display: none;
}

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity60

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

Total

6

Last Release

2715d ago

Major Versions

1.0.5 → 2.0.02018-12-05

### Community

Maintainers

![](https://www.gravatar.com/avatar/5fe3e1f0e6e9901c2b7287a208bc20145aef65ce5801b9f47e44a83fe5a49829?d=identicon)[KlasseW](/maintainers/KlasseW)

---

Top Contributors

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

---

Tags

IPweathercoordinates

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/klasse-w-ip-weather-service/health.svg)

```
[![Health](https://phpackages.com/badges/klasse-w-ip-weather-service/health.svg)](https://phpackages.com/packages/klasse-w-ip-weather-service)
```

###  Alternatives

[geoip2/geoip2

MaxMind GeoIP2 PHP API

2.5k85.4M294](/packages/geoip2-geoip2)[stevebauman/location

Retrieve a user's location by their IP Address

1.3k7.6M65](/packages/stevebauman-location)[mlocati/ip-lib

Handle IPv4, IPv6 addresses and ranges

3126.4M44](/packages/mlocati-ip-lib)[s1lentium/iptools

PHP Library for manipulating network addresses (IPv4 and IPv6)

2446.2M24](/packages/s1lentium-iptools)[darsyn/ip

An immutable IP Address value object that provides several different notations, including helper functions.

2572.0M20](/packages/darsyn-ip)[akrabat/ip-address-middleware

PSR-15 middleware that determines the client IP address and stores it as a ServerRequest attribute

1702.5M18](/packages/akrabat-ip-address-middleware)

PHPackages © 2026

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