bolt/weatherwidget

🌤 A simple Dashboard Widget that displays the current weather. So you don't actually need to go outside or open the curtains.

Package info

github.com/bolt/weatherwidget

Type:bolt-extension

pkg:composer/bolt/weatherwidget

Fund package maintenance!

bobvandevijver

Statistics

Installs: 15 883

Dependents: 2

Suggesters: 0

Stars: 0

Open Issues: 0

3.0.0 2025-12-01 08:31 UTC

Requires

  • php: >=8.2

Suggests

None

Provides

None

Conflicts

None

MIT c9aa36dd787dcf933c7147acc3934b5474790284

  • Bolt developers
  • Bob den Otter <bob.woop@twokings.nl>

This package is auto-updated.

Last update: 2026-06-04 21:11:54 UTC


README

Bolt Extension: A simple Dashboard Widget that displays the current weather. So you don't actually need to go outside or open the curtains.

This repository was forked from bobdenotter/weatherwidget and updated to be used with newer versions of bolt/core.

Installation:

composer require bolt/weatherwidget

Running PHPStan and Easy Codings Standard

First, make sure dependencies are installed:

COMPOSER_MEMORY_LIMIT=-1 composer update

And then run ECS:

vendor/bin/ecs check src