PHPackages                             chau/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. chau/weather-service

ActiveLibrary

chau/weather-service
====================

Weather serivce using DarkSky API

v1.0.1(7y ago)02MITPHPPHP &gt;=7.2

Since Dec 3Pushed 7y agoCompare

[ Source](https://github.com/chrisaugustsson/weatherService)[ Packagist](https://packagist.org/packages/chau/weather-service)[ RSS](/packages/chau-weather-service/feed)WikiDiscussions master Synced 2mo ago

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

Weather Service
===============

[](#weather-service)

[![Build Status](https://camo.githubusercontent.com/1ff948acc4e7d6d8db4c01079f4be5cfc39e03f571c02195d095ad87a4745788/68747470733a2f2f7472617669732d63692e636f6d2f636872697361756775737473736f6e2f77656174686572536572766963652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/chrisaugustsson/weatherService.)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/77fb443d6a823491969c9c76890054ef26141cf53e26550fa6882ef724b88eea/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f636872697361756775737473736f6e2f77656174686572536572766963652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/chrisaugustsson/weatherService/?branch=master)[![Build Status](https://camo.githubusercontent.com/bc3d4eb1d9e2959a66e223c734b2ede04576ad58bcf3dc619df27a23be4ff1fd/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f636872697361756775737473736f6e2f77656174686572536572766963652f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/chrisaugustsson/weatherService/build-status/master)[![Code Intelligence Status](https://camo.githubusercontent.com/1e18ae0ab63976d598db41f06ff962301c3116493aea8a843f78005df1a14cc1/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f636872697361756775737473736f6e2f77656174686572536572766963652f6261646765732f636f64652d696e74656c6c6967656e63652e7376673f623d6d6173746572)](https://scrutinizer-ci.com/code-intelligence)[![Code Coverage](https://camo.githubusercontent.com/500cd626cc201e940cd5b9a4d4922b77bc15c5f900df9790ec6aee06e772d32b/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f636872697361756775737473736f6e2f77656174686572536572766963652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/chrisaugustsson/weatherService/?branch=master)

Weather Service provides weather forecast based on IP-address. It uses Darksky API to get the forecast and IPStack to get co-ordinates from IP-address.

You can use this module, together with an Anax installation.

The service comes with views that are build with a structure that corresponds with Bulma CSS framework.

Table of content
----------------

[](#table-of-content)

- [Install as Anax module](#Install-as-Anax-module)
- [Install and setup Anax](#Install-and-setup-Anax)
- [Dependency](#Dependency)
- [License](#License)

You can also read this [documentation online](https://canax.github.io/remserver/).

Install as Anax module
----------------------

[](#install-as-anax-module)

This is how you install the module into an existing Anax installation.

Install using composer.

```
composer require chau/weather-service

```

Copy the needed configuration files. Including API-keys, route-config and config to import into DI.

```
rsync -av vendor/chau/weather-service/config ./

```

Copy the view files nedded using:

```
rsync -av vendor/chau/weather-service/view ./

```

Install and setup Anax
----------------------

[](#install-and-setup-anax)

You need a Anax installation, before you can use this module. You can create a sample Anax installation, using the scaffolding utility [`anax-cli`](https://github.com/canax/anax-cli).

Scaffold a sample Anax installation `anax-site-develop` into the directory `rem`.

```
$ anax create rem anax-site-develop
$ cd rem

```

Point your webserver to `rem/htdocs` and Anax should display a Home-page.

Dependency
----------

[](#dependency)

This is a Anax module and primarly intended to be used together with the Anax framework.

License
-------

[](#license)

This software carries a MIT license. See [LICENSE.txt](LICENSE.txt) for details.

```
 .
..:  Copyright (c) 2018 - 2019 Christopher Augustsson (chris.augustsson@live.se)

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community6

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

Total

2

Last Release

2707d ago

### Community

Maintainers

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

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/chau-weather-service/health.svg)

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

PHPackages © 2026

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