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. [Utility &amp; Helpers](/categories/utility)
4. /
5. klasse-w/ip-weather-service

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

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

Anax ip and weather service module.

2.0.1(7y ago)013MITPHPPHP &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 2w 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

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity61

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

2764d 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

[stevebauman/location

Retrieve a user's location by their IP Address

1.3k8.2M84](/packages/stevebauman-location)[zoujingli/ip2region

ip2region v3.0 for PHP - 企业级 IP 地理位置查询库，支持 IPv4 和 IPv6，多种缓存策略，零依赖，开箱即用

1.4k462.5k65](/packages/zoujingli-ip2region)[mlocati/ip-lib

Handle IPv4, IPv6 addresses and ranges

3127.0M59](/packages/mlocati-ip-lib)[s1lentium/iptools

PHP Library for manipulating network addresses (IPv4 and IPv6)

2316.5M27](/packages/s1lentium-iptools)[vectorface/whip

A PHP class for retrieving accurate IP address information for the client.

3731.1M14](/packages/vectorface-whip)[proj4php/proj4php

A PHP-Class for geographic coordinates transformation using proj4 definitions, thanks to a translation from Proj4JS

1331.9M21](/packages/proj4php-proj4php)

PHPackages © 2026

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