PHPackages                             pschocke/laravel-dashboard-stadtwerke-muenster-bus-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. pschocke/laravel-dashboard-stadtwerke-muenster-bus-tile

ActiveLibrary

pschocke/laravel-dashboard-stadtwerke-muenster-bus-tile
=======================================================

A bus tile for Münster

00PHP

Since Aug 26Pushed 5y ago1 watchersCompare

[ Source](https://github.com/pschocke/laravel-dashboard-stadtwerke-muenster-bus-tile)[ Packagist](https://packagist.org/packages/pschocke/laravel-dashboard-stadtwerke-muenster-bus-tile)[ RSS](/packages/pschocke-laravel-dashboard-stadtwerke-muenster-bus-tile/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

A tile to display the next departures of busses in Münster (Germany)
====================================================================

[](#a-tile-to-display-the-next-departures-of-busses-in-münster-germany)

[![Screenshot of Dashboard Tile](tile.png)](tile.png)

[![Total Downloads](https://camo.githubusercontent.com/f9fb07190bbf31628936d4bc87775b8a53ac7097ea39a78b9372dc18bb526488/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f707363686f636b652f6c61726176656c2d64617368626f6172642d73746164747765726b652d6d75656e737465722d6275732d74696c652e7376673f6c6162656c3d446f776e6c6f616473267374796c653d666c61742d737175617265)](https://packagist.org/packages/pschocke/laravel-dashboard-stadtwerke-muenster-bus-tile)

This tile can be used on the [Laravel Dashboard](https://docs.spatie.be/laravel-dashboard) to display the next departure of busses from a bus station in Münster.

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

[](#installation)

You can install the package via composer:

```
composer require pschocke/laravel-dashboard-stadtwerke-muenster-bus-tile
```

In the `dashboard` config file, you must add this configuration in the `tiles` key. The `stations` should contain an internal name for the station and all IDs of the bus stations that you want to display on one tile. You can add as many stations as you want.

You can find all stations and their ids [here](https://rest.busradar.conterra.de/prod/haltestellen).

```
// in config/dashboard.php

return [
    // ...
    'tiles' => [
        'muenster-bus' => [
            'stations' => [
                'ludgeri' => 4102102,
                'schulzentrum' => [4725102, 4725101],
                'Friedrich-Ebert-Platz' => 4357102
            ]
        ]
    ]
];
```

In `app\Console\Kernel.php` you should schedule the `\Pschocke\MuensterBusTile\FetchMuensterBusStationsCommand` to run. You can let it run every minute if you want. You could also run it less frequently if fast updates on the dashboard aren't that important for this tile.

```
// in app/console/Kernel.php

protected function schedule(Schedule $schedule)
{
    // ...
    $schedule->command(\Pschocke\MuensterBusTile\FetchMuensterBusStationsCommand::class)->everyMinute();
}
```

Usage
-----

[](#usage)

In your dashboard view you use the `livewire:citybikes-tile` component. You need to specify the stations internal name defined in your config and a display name.

```

```

### Customizing the view

[](#customizing-the-view)

If you want to customize the view used to render this tile, run this command:

```
php artisan vendor:publish --provider="Pschocke\MuensterBusTile\MuensterBusTileServiceProvider" --tag="dashboard-muenster-bus-tile-views"
```

Testing
-------

[](#testing)

```
composer test
```

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

[](#contributing)

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

### Security

[](#security)

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

Credits
-------

[](#credits)

- [Patrick Schocke](https://github.com/pschocke)
- [All Contributors](../../contributors)

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/8cd89f9905a333779736ad73453f1cfc4c13bf89471e2427975aa43927bb1419?d=identicon)[pschocke](/maintainers/pschocke)

---

Top Contributors

[![pschocke](https://avatars.githubusercontent.com/u/26882621?v=4)](https://github.com/pschocke "pschocke (1 commits)")

---

Tags

laravel-dashboardlaravel-dashboard-tilemuenster-bus

### Embed Badge

![Health badge](/badges/pschocke-laravel-dashboard-stadtwerke-muenster-bus-tile/health.svg)

```
[![Health](https://phpackages.com/badges/pschocke-laravel-dashboard-stadtwerke-muenster-bus-tile/health.svg)](https://phpackages.com/packages/pschocke-laravel-dashboard-stadtwerke-muenster-bus-tile)
```

PHPackages © 2026

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