PHPackages                             aisa18/weather - 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. [Framework](/categories/framework)
4. /
5. aisa18/weather

ActiveLibrary[Framework](/categories/framework)

aisa18/weather
==============

Anax weather module.

v2.0.3(6y ago)040MITPHPPHP &gt;=7.2CI failing

Since Dec 1Pushed 6y ago1 watchersCompare

[ Source](https://github.com/WissamSawah/Weather)[ Packagist](https://packagist.org/packages/aisa18/weather)[ Docs](https://dbwebb.se/anax)[ RSS](/packages/aisa18-weather/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependencies (6)Versions (15)Used By (0)

Anax Weather Module
===================

[](#anax-weather-module)

[![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://opensource.org/licenses/MIT)
[![Build Status](https://camo.githubusercontent.com/c2b51aaf3b74d3819c29e3c4d29395a73e94673103623bcd56907534683485c6/68747470733a2f2f7472617669732d63692e6f72672f57697373616d53617761682f576561746865722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/WissamSawah/Weather)[![CircleCI](https://camo.githubusercontent.com/8a3a7a6a1a073517a40f1754219566f7c5b85c60dcde836f5801ec1680971b37/68747470733a2f2f636972636c6563692e636f6d2f67682f57697373616d53617761682f576561746865722e7376673f7374796c653d737667)](https://circleci.com/gh/WissamSawah/Weather)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/1c845d1786b4d74972e8f143dbaeb8a4d4f38feca833eac9be72338a17329959/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f57697373616d53617761682f576561746865722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/WissamSawah/Weather/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/90df4e1203c35ff3465af8cac9362e2ba0949ac0c1c68cdaa168e83b02ce2260/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f57697373616d53617761682f576561746865722f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/WissamSawah/Weather/?branch=master)[![Code Intelligence Status](https://camo.githubusercontent.com/a19f9043183d53bec92221c886c90b05c40ddafa58890c0edd297ba4c47a8587/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f57697373616d53617761682f576561746865722f6261646765732f636f64652d696e74656c6c6967656e63652e7376673f623d6d6173746572)](https://scrutinizer-ci.com/code-intelligence)[![Build Status](https://camo.githubusercontent.com/d23c1bab956101e42e7bf338478b08e8bbeef00a066e61834b14893fe6638c69/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f57697373616d53617761682f576561746865722f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/WissamSawah/Weather/build-status/master)[![Maintainability](https://camo.githubusercontent.com/fa5d913f170af507c07da0ef9f67a9f3e23390d804ad050c5272891e56e35cf2/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f36313037666536333164616231323063653835342f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/WissamSawah/Weather/maintainability)

You can use this module, together with an Anax installation, to enable a scaffolded Weather report.

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

[](#table-of-content)

- [Install as Anax module](#Install-as-Anax-module)
- [Install using scaffold postprocessing file](#Install-using-scaffold-postprocessing-file)
- [Install and setup Anax](#Install-and-setup-Anax)
- [Dependency](#Dependency)
- [License](#License)

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 aisa18/weather

```

You will have to modify your composer file, by adding the following line to the autoload section under like this.

```
"autoload": {
        "psr-4": {"Anax\\": "src/"
                  "Aisa\\": "src/"}

```

Once you have modified the composer file, you will need to do composer Update.

```
composer update

```

Install using scaffold postprocessing file
------------------------------------------

[](#install-using-scaffold-postprocessing-file)

The module supports a postprocessing installation script, to be used with Anax scaffolding. The script executes the default installation, as outlined above.

```
bash vendor/aisa18/weather/.anax/scaffold/postprocess.d/100_weather.bash

```

The postprocessing script should be run after the `composer require` is done.

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 site ramverk1-me-v2
$ cd site

```

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) 2019 Wissam Sawah (wesam.sawah@me.com)

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

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

Total

14

Last Release

2352d ago

Major Versions

v1.0.9 → v2.0.02019-12-09

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

frameworkmicromvcboilerplateeducation

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

PHPackages © 2026

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