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

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

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

A package to add UK tide tiles to Laravel Dashboard

v1.0(5y ago)07MITPHPPHP ^7.4CI failing

Since May 10Pushed 5y ago1 watchersCompare

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

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

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

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

[![Latest Version on Packagist](https://camo.githubusercontent.com/2975dec5e6f1077716bcdc648f5fc05f2ad621fd8f6e8440b9fc819199aabbe5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a6f6e6c796e63682f6c61726176656c2d64617368626f6172642d756b2d746964652d74696c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jonlynch/laravel-dashboard-uk-tide-tile)[![Total Downloads](https://camo.githubusercontent.com/468f8f39a36663c8d1e92a412cb4b876fa3b6b2a592294dc62cc2bb21f787572/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a6f6e6c796e63682f6c61726176656c2d64617368626f6172642d756b2d746964652d74696c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jonlynch/laravel-dashboard-uk-tide-tile)

A package to show UK tide information 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-tide-tile
```

Usage
-----

[](#usage)

In your dashboard view you use the `livewire:uk-tide-tile` component.

```

```

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

```
// in config/dashboard.php

return [
    // ...
    tiles => [
         'tides' => [
            'api_key' => env ('TIDE_API_KEY'),
            'station_id' => '0435',
            'location' => 'St Bees'
        ],
    ]
```

In app\\Console\\Kernel.php you should schedule the JonLynch\\TideTile\\Commands\\FetchMetOfficeDataCommand to run every hour.

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

protected function schedule(Schedule $schedule)
{
    $schedule->command(\JonLynch\TideTile\Commands\FetchTidesDataCommand::class)->hourly();
}
```

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 [Jon Lynch](https://github.com/jonlynch) 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

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

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

Total

2

Last Release

2043d ago

Major Versions

v0.1.0 → v1.02020-10-07

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

laravel-dashboardjonlynch

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[spatie/laravel-dashboard

A dashboard for Laravel

568156.1k94](/packages/spatie-laravel-dashboard)

PHPackages © 2026

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