PHPackages                             techenby/laravel-dashboard-github-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. techenby/laravel-dashboard-github-tile

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

techenby/laravel-dashboard-github-tile
======================================

A tile for laravel dashboard for showing GitHub Issues and Pull Requests.

1.2.1(3y ago)015MITPHPPHP ^8.0|^7.4

Since Jun 4Pushed 3y ago1 watchersCompare

[ Source](https://github.com/techenby/laravel-dashboard-github-tile)[ Packagist](https://packagist.org/packages/techenby/laravel-dashboard-github-tile)[ Docs](https://github.com/techenby/laravel-dashboard-github-tile)[ RSS](/packages/techenby-laravel-dashboard-github-tile/feed)WikiDiscussions main Synced 1mo ago

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

A GitHub Issues &amp; Pull Requests tile for the Laravel Dashboard
==================================================================

[](#a-github-issues--pull-requests-tile-for-the-laravel-dashboard)

[![Latest Version on Packagist](https://camo.githubusercontent.com/4f94c20b70ef614c2b8360f9bdc1219c057a640bd7b6a1f0071327805150e471/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f74656368656e62792f6c61726176656c2d64617368626f6172642d6769746875622d74696c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/techenby/laravel-dashboard-github-tile)[![GitHub Tests Action Status](https://camo.githubusercontent.com/45c900917f09f8973865ef37a8cac855eed2dd33c5ad844ee3474d8bf866fc69/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f74656368656e62792f6c61726176656c2d64617368626f6172642d6769746875622d74696c652f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/techenby/laravel-dashboard-github-tile/actions?query=workflow%3Arun-tests+branch%3Amaster)[![Total Downloads](https://camo.githubusercontent.com/06a7c77c963f7628e5cc6bcff29fb557e9d4400c790f4514c6fba9c277d591cc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f74656368656e62792f6c61726176656c2d64617368626f6172642d6769746875622d74696c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/techenby/laravel-dashboard-github-tile)

A friendly explanation of what your tile does.

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 techenby/laravel-dashboard-github-tile
```

Get a Personal API Token from GitHub and add it to your `.env` file.

```
GITHUB_KEY=XXX

```

In the dashboard config file, you must add this configuration in the `tiles` key. The `repos` should contain any repo that you want to disply.

```
// in config/dashboard.php

return [
    // ...
    'tiles' => [
        'github' => [
            'repos' => [
                'techenby/laravel-dashboard-github-tile',
                'techenby/radnight',
            ],
            'key' => env('GITHUB_KEY'),
            'username' => 'techenby', // use your GitHub Username
        ],
    ],
];
```

In app\\Console\\Kernel.php you should schedule the Solitweb\\WeatherForecastTile\\FetchDataFromApiCommand to run however frequently you feel is necessary.

```
// in app/console/Kernel.php
protected function schedule(Schedule $schedule)
{
    // ...
    $schedule->command(Techenby\GithubTile\FetchDataFromApiCommand::class)->daily();
}
```

Usage
-----

[](#usage)

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

```

```

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/spatie/.github/blob/main/CONTRIBUTING.md) for details.

Security
--------

[](#security)

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

Credits
-------

[](#credits)

- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

Total

4

Last Release

1437d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3c6fdde47e6975072038750c283c282a0a1282181467838e940ec17a3c7afdb0?d=identicon)[techenby](/maintainers/techenby)

---

Top Contributors

[![techenby](https://avatars.githubusercontent.com/u/6541180?v=4)](https://github.com/techenby "techenby (9 commits)")

---

Tags

techenbylaravel-dashboard-github-tile

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

PHPackages © 2026

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