PHPackages                             jonlynch/laravel-dashboard-uk-weather-tile - 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. jonlynch/laravel-dashboard-uk-weather-tile

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

jonlynch/laravel-dashboard-uk-weather-tile
==========================================

A package to add UK Met Office weather forecast tiles to Laravel Dashboard

v1.2(2y ago)041MITPHPPHP &gt;=7.4CI failing

Since May 7Pushed 1y ago1 watchersCompare

[ Source](https://github.com/jonlynch/laravel-dashboard-uk-weather-tile)[ Packagist](https://packagist.org/packages/jonlynch/laravel-dashboard-uk-weather-tile)[ Docs](https://github.com/jonlynch/laravel-dashboard-uk-weather-tile)[ RSS](/packages/jonlynch-laravel-dashboard-uk-weather-tile/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (2)Versions (11)Used By (0)

A short description of the tile
===============================

[](#a-short-description-of-the-tile)

[![Latest Version on Packagist](https://camo.githubusercontent.com/9b719c93bf22ce8be9b39d5490bf374e2fd08524803a9552d36da992f6466368/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a6f6e6c796e63682f6c61726176656c2d64617368626f6172642d756b2d776561746865722d74696c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jonlynch/laravel-dashboard-uk-weather-tile)[![GitHub Tests Action Status](https://camo.githubusercontent.com/ae5a1e1c4747c82c54e571eadaeb6528d42fb40d89678a8edcc080d00bb5c8c6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6a6f6e6c796e63682f6c61726176656c2d64617368626f6172642d756b2d776561746865722d74696c652f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/jonlynch/laravel-dashboard-uk-weather-tile/actions?query=workflow%3Arun-tests+branch%3Amaster)[![Total Downloads](https://camo.githubusercontent.com/ca82c63a93f38030a94aefb6494b0961fc8f252f8c1a6f5c6a2ea1253a2ce80a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a6f6e6c796e63682f6c61726176656c2d64617368626f6172642d756b2d776561746865722d74696c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jonlynch/laravel-dashboard-uk-weather-tile)

A weather forecast tile powered by [Met Office data](https://metoffice.apiconnect.ibmcloud.com/metoffice/production/).

This tile can be used on [the Laravel Dashboard](https://docs.spatie.be/laravel-dashboard).

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

[](#installation)

You can install the package via composer:

```
$ composer require jonlynch/laravel-dashboard-uk-weather-tile
```

Usage
-----

[](#usage)

In your dashboard view you use the `livewire:uk-weather-tile` component. You may add more than one weather forecast by adding more locations.

```

```

Add the config to the tiles sections of your `config/dashboard.php`

```
// in config/dashboard.php

return [
    // ...
    tiles => [
        'ukweather' => [
            'apikey' => env('MET_OFFICE_API_KEY'),
            'locations' => [
                'St Bees' => [
                    'lat' => '54.4891',
                    'lon' => '-3.6080',
                ],
                'Scafell Pike' => [
                    'lat' => '54.4543',
                    'lon' => '-3.2115'
                ]
            ],
            'refresh_interval_in_seconds' => 600,
        ]
    ]
```

In app\\Console\\Kernel.php you should schedule the JonLynch\\UkWeatherTile\\Commands\\FetchMetOfficeDataCommand to run every 30 minutes.

```
// in app\Console\Kernel.php

protected function schedule(Schedule $schedule)
{
    $schedule->command(\JonLynch\UkWeatherTile\Commands\FetchMetOfficeDataCommand::class)->everyThirtyMinutes();

}
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email :author\_email instead of using the issue tracker.

Credits
-------

[](#credits)

- [Jon Lynch](https://github.com/jonlynch)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

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

Recently: every ~348 days

Total

10

Last Release

821d ago

Major Versions

v0.3.2 → v1.02020-10-07

PHP version history (2 changes)v0.1.0PHP ^7.4

v1.1PHP &gt;=7.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1280651?v=4)[Jon Lynch](/maintainers/Jonlynch)[@jonlynch](https://github.com/jonlynch)

---

Top Contributors

[![jonlynch](https://avatars.githubusercontent.com/u/1280651?v=4)](https://github.com/jonlynch "jonlynch (18 commits)")

---

Tags

laravel-dashboardjonlynch

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jonlynch-laravel-dashboard-uk-weather-tile/health.svg)

```
[![Health](https://phpackages.com/badges/jonlynch-laravel-dashboard-uk-weather-tile/health.svg)](https://phpackages.com/packages/jonlynch-laravel-dashboard-uk-weather-tile)
```

###  Alternatives

[spatie/laravel-dashboard

A dashboard for Laravel

573170.7k96](/packages/spatie-laravel-dashboard)[spatie/laravel-dashboard-time-weather-tile

A tile for Laravel Dashboard that displays the time and the weather

1212.6k1](/packages/spatie-laravel-dashboard-time-weather-tile)

PHPackages © 2026

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