PHPackages                             quarterloop/laravel-dashboard-hosting-server-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-hosting-server-tile

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

quarterloop/laravel-dashboard-hosting-server-tile
=================================================

A hosting tile for the Laravel Dashboard

v1.1.3(3y ago)015MITPHPPHP ^8.0|^7.4

Since May 28Pushed 3y agoCompare

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

READMEChangelogDependencies (2)Versions (14)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-hosting-server-tile
```

Usage
-----

[](#usage)

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

```

```

Use the php artisan command to fetch Page Speed data.

```
php artisan dashboard:fetch-hosting-data
```

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

```
$schedule->command(\Quarterloop\HostingTile\Commands\FetchHostingCommand::class)->daily();
```

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

```
\Quarterloop\HostingTile\Commands\FetchHostingCommand::class,
```

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

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

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

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

13

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 (19 commits)")

---

Tags

quarterlooplaravel-dashboard-hosting-server-tile

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

PHPackages © 2026

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