PHPackages                             astrotomic/laravel-dashboard-citybikes-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. [Admin Panels](/categories/admin)
4. /
5. astrotomic/laravel-dashboard-citybikes-tile

ActiveLibrary[Admin Panels](/categories/admin)

astrotomic/laravel-dashboard-citybikes-tile
===========================================

A Citybikes tile for Laravel Dashboard

1.1.0(5y ago)59MITPHPPHP ^7.4CI passing

Since May 5Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Astrotomic/laravel-dashboard-citybikes-tile)[ Packagist](https://packagist.org/packages/astrotomic/laravel-dashboard-citybikes-tile)[ Docs](https://github.com/Astrotomic/laravel-dashboard-citybikes-tile)[ Fund](https://offset.earth/treeware)[ GitHub Sponsors](https://github.com/Gummibeer)[ RSS](/packages/astrotomic-laravel-dashboard-citybikes-tile/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (4)Dependencies (7)Versions (5)Used By (0)

A tile to display the status of CityBikes Stations
==================================================

[](#a-tile-to-display-the-status-of-citybikes-stations)

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

[![Latest Version](https://camo.githubusercontent.com/cdce346a7b4a3b8a6b7c9ed941bec6f47d2a3fc2d06eb12241f13fd9561aee02/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f617374726f746f6d69632f6c61726176656c2d64617368626f6172642d6369747962696b65732d74696c652e7376673f6c6162656c3d52656c65617365267374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/astrotomic/laravel-dashboard-citybikes-tile)[![MIT License](https://camo.githubusercontent.com/473c8165d75894a156d033a859f32032827e69080404e640086cd38fdeae96ba/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f417374726f746f6d69632f6c61726176656c2d64617368626f6172642d6369747962696b65732d74696c652e7376673f6c6162656c3d4c6963656e736526636f6c6f723d626c7565267374796c653d666f722d7468652d6261646765)](https://github.com/Astrotomic/laravel-dashboard-citybikes-tile/blob/master/LICENSE)[![Offset Earth](https://camo.githubusercontent.com/d204555ebe1fb0ae82d10c97b4f4ffc2dfdd2ba1489f98be7f7e8708333a0466/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f54726565776172652d2546302539462538432542332d677265656e3f7374796c653d666f722d7468652d6261646765)](https://plant.treeware.earth/Astrotomic/laravel-dashboard-citybikes-tile)[![Larabelles](https://camo.githubusercontent.com/a2c8d5126ddd8c5ddc627176d1d2e0568f8399b50038e71fd7f774c3e24dbe4b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726162656c6c65732d2546302539462541362538342d6c6967687470696e6b3f7374796c653d666f722d7468652d6261646765)](https://www.larabelles.com/)

[![GitHub Workflow Status](https://camo.githubusercontent.com/a7598ae6454eca7113374acd357f00f0eb76bc46cab4407677792d782afb6a8f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f417374726f746f6d69632f6c61726176656c2d64617368626f6172642d6369747962696b65732d74696c652f72756e2d74657374733f7374796c653d666c61742d737175617265266c6f676f436f6c6f723d7768697465266c6f676f3d676974687562266c6162656c3d5465737473)](https://github.com/Astrotomic/laravel-dashboard-citybikes-tile/actions?query=workflow%3Arun-tests)[![StyleCI](https://camo.githubusercontent.com/3936151decab94e75db8819acffc0716bf42d02835146de3d0a154d8eb418d1a/68747470733a2f2f7374796c6563692e696f2f7265706f732f3236313430393838352f736869656c64)](https://styleci.io/repos/261409885)

[![Total Downloads](https://camo.githubusercontent.com/ffa7cd78fe087ddd96c2bfde4e0146ec9e7d2c0dc9d7cbdeecce3261ea5c6a73/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f617374726f746f6d69632f6c61726176656c2d64617368626f6172642d6369747962696b65732d74696c652e7376673f6c6162656c3d446f776e6c6f616473267374796c653d666c61742d737175617265)](https://packagist.org/packages/astrotomic/laravel-dashboard-citybikes-tile)[![Open Collective](https://camo.githubusercontent.com/32355a651fe7875e128df77c49cbb0619a48cf0b51e1aefaf842744b40592530/68747470733a2f2f696d672e736869656c64732e696f2f6f70656e636f6c6c6563746976652f616c6c2f617374726f746f6d69633f6c6162656c3d4f70656e253230436f6c6c656374697665267374796c653d666c61742d737175617265)](https://opencollective.com/astrotomic)

This tile can be used on the [Laravel Dashboard](https://docs.spatie.be/laravel-dashboard) to display the status of [Citybikes](https://citybik.es/) Stations - an API for bike services all over the world.

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

[](#installation)

You can install the package via composer:

```
composer require astrotomic/laravel-dashboard-citybikes-tile
```

In the `dashboard` config file, you must add this configuration in the `tiles` key. The `stations` should contain the IDs of the Citybikes stations that you want to display on the dashboard.

```
// in config/dashboard.php

return [
    // ...
    'tiles' => [
        'citybikes' => [
            'network' => 'network-href', // http://api.citybik.es/v2/networks
            'stations' => [
                // IDs
            ],
            'refresh_interval_in_seconds' => 60,
        ],
    ],
];
```

In `app\Console\Kernel.php` you should schedule the `\Astrotomic\CitybikesTile\FetchCitybikesStationsCommand` 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(\Astrotomic\CitybikesTile\FetchCitybikesStationsCommand::class)->everyMinute();
}
```

Usage
-----

[](#usage)

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

```

```

### 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="Astrotomic\CitybikesTile\CitybikesTileServiceProvider" --tag="dashboard-citybikes-tile-views"
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

Please see [CONTRIBUTING](https://github.com/Astrotomic/.github/blob/master/CONTRIBUTING.md) for details. You could also be interested in [CODE OF CONDUCT](https://github.com/Astrotomic/.github/blob/master/CODE_OF_CONDUCT.md).

### Security

[](#security)

If you discover any security related issues, please check [SECURITY](https://github.com/Astrotomic/.github/blob/master/SECURITY.md) for steps to report it.

Credits
-------

[](#credits)

- [Tom Witkowski](https://github.com/Gummibeer)
- [All Contributors](https://github.com/Astrotomic/laravel-dashboard-citybikes-tile/graphs/contributors)

License
-------

[](#license)

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

Treeware
--------

[](#treeware)

You're free to use this package, but if it makes it to your production environment I would highly appreciate you buying the world a tree.

It’s now common knowledge that one of the best tools to tackle the climate crisis and keep our temperatures from rising above 1.5C is to [plant trees](https://www.bbc.co.uk/news/science-environment-48870920). If you contribute to my forest you’ll be creating employment for local families and restoring wildlife habitats.

You can buy trees at [offset.earth/treeware](https://plant.treeware.earth/Astrotomic/laravel-dashboard-citybikes-tile)

Read more about Treeware at [treeware.earth](https://treeware.earth)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97.9% 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 ~44 days

Total

4

Last Release

2067d ago

### Community

Maintainers

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

---

Top Contributors

[![Gummibeer](https://avatars.githubusercontent.com/u/6187884?v=4)](https://github.com/Gummibeer "Gummibeer (46 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (1 commits)")

---

Tags

citybikescitybikes-apicitybikes-stationscitybikes-tiledashboard-tilelaravellaravel-dashboardlaravel-dashboard-tiletreewarelaravel-dashboardastrotomiclaravel dashboard tilelaravel-dashboard-citybikes-tilecitybikes

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/astrotomic-laravel-dashboard-citybikes-tile/health.svg)

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

###  Alternatives

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[spatie/laravel-export

Create a static site bundle from a Laravel app

646127.9k5](/packages/spatie-laravel-export)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[torchlight/torchlight-laravel

A Laravel Client for Torchlight, the syntax highlighting API.

120452.8k11](/packages/torchlight-torchlight-laravel)[glhd/conveyor-belt

14797.0k](/packages/glhd-conveyor-belt)[fidum/laravel-dashboard-chart-tile

Generic chart tiles for laravel dashboard

16234.7k1](/packages/fidum-laravel-dashboard-chart-tile)

PHPackages © 2026

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