PHPackages                             zerolfc/ecce-weather-forecast - 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. zerolfc/ecce-weather-forecast

ActiveLibrary

zerolfc/ecce-weather-forecast
=============================

:package\_description

01PHP

Since May 30Pushed 3y ago1 watchersCompare

[ Source](https://github.com/zerolfc/ecce-weather-forecast)[ Packagist](https://packagist.org/packages/zerolfc/ecce-weather-forecast)[ RSS](/packages/zerolfc-ecce-weather-forecast/feed)WikiDiscussions main Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

EcceWeatherForecast
===================

[](#ecceweatherforecast)

Weather Providers
-----------------

[](#weather-providers)

This package is currently only supported two free weather API provider.

1. [weatherapi.com](https://www.weatherapi.com/) - For free tier only shows 3 day daily weather.
2. [open-meteo.com](https://open-meteo.com/) - does not support icon to represent the weather forecasted.

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

[](#installation)

```
composer require zerolfc/ecce-weather-forecast

```

View
----

[](#view)

Depending on how you set your local server

```
http://{local-url}/forecast

```

Configuration
-------------

[](#configuration)

The default settings are set in `config/ecce-weather-forecast.php`. Publish the config copy the file to your own config:

```
php artisan vendor:publish --tag="ecce-weather-forecast.config"

php artisan vendor:publish --tag="ecce-weather-forecast.migrations"

```

.env
----

[](#env)

Add these variable to your `.env` file.

Supported providers are `weatherapi` or `open-meteo`.

```
WEATHER_FORECAST_PROVIDER=weatherapi
WEATHER_FORECAST_KEY=

```

Artisan
-------

[](#artisan)

You can the weather forecast using artisan terminal

```
php artisan forecast:check {IP-address}

```

API
---

[](#api)

You can access the forecasted weather API by adding `format=json` query.

```
http://location:8080/forecast/{IP}?format=json

```

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/91fcd5017bcc4873bdba60e570af07c49ffd8201e045ef99b01f0a6cce952ec3?d=identicon)[zerolfc](/maintainers/zerolfc)

### Embed Badge

![Health badge](/badges/zerolfc-ecce-weather-forecast/health.svg)

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

PHPackages © 2026

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