PHPackages                             quarterloop/laravel-dashboard-tech-stack-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. quarterloop/laravel-dashboard-tech-stack-tile

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

quarterloop/laravel-dashboard-tech-stack-tile
=============================================

A tech stack tile for the Laravel Dashboard

v1.0.5(3y ago)012MITPHPPHP ^8.0|^7.4

Since May 28Pushed 3y agoCompare

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

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

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

[](#a-short-description-of-the-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 quarterloop/laravel-tech-stack-tile
```

Usage
-----

[](#usage)

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

```

```

Use the php artisan command to fetch Page Speed data.

```
php artisan dashboard:fetch-tech-stack-data
```

Use this snippet to schedule the command in app/Console/Commands/Kernel.php

```
$schedule->command(\Quarterloop\TechStackTile\Commands\FetchTechStackCommand::class)->daily();
```

Also add the following code snippet in app/console/kernel.php under "$commands" in a new line:

```
\Quarterloop\TechStackTile\Commands\FetchTechStackCommand::class,
```

Insert this in routes/web.php - this enables the manual-refresh-button in tile

```
Route::get('/refresh-tech-stack', function() {
  Artisan::call('dashboard:fetch-tech-stack-data');
  return back();
})->name('fetch-tech-stack');
```

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

Popularity5

Limited adoption so far

Community6

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

Total

6

Last Release

1437d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/878c1c5495369d63e85fdba54e18a3596767979824d4b8fe5fbc2b420ff4c1fd?d=identicon)[SKOUZ](/maintainers/SKOUZ)

---

Top Contributors

[![Geronyy](https://avatars.githubusercontent.com/u/48752656?v=4)](https://github.com/Geronyy "Geronyy (8 commits)")

---

Tags

quarterlooplaravel-dashboard-tech-stack-tile

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/quarterloop-laravel-dashboard-tech-stack-tile/health.svg)

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

PHPackages © 2026

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