PHPackages                             servitorhq/nova-servitor-monitor-card - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. servitorhq/nova-servitor-monitor-card

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

servitorhq/nova-servitor-monitor-card
=====================================

Simple card for Laravel Nova to show your website/monitor stats from Servitor.io

0.0.8(7y ago)51.1kMITPHPPHP &gt;=7.1.0

Since Aug 26Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Servitorhq/nova-servitor-website-card)[ Packagist](https://packagist.org/packages/servitorhq/nova-servitor-monitor-card)[ RSS](/packages/servitorhq-nova-servitor-monitor-card/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)Dependencies (1)Versions (9)Used By (0)

Nova Servitor Website Card
==========================

[](#nova-servitor-website-card)

> Simple card for Laravel Nova to show your website/monitor stats from [Servitor.io](https://servitor.io)

[![Servitor Website Card](https://raw.githubusercontent.com/Servitorhq/nova-servitor-website-card/master/screenshot.png)](https://raw.githubusercontent.com/Servitorhq/nova-servitor-website-card/master/screenshot.png)

### Installation

[](#installation)

First you should require this package in your composer.json file, you can do this be executing the following command:

```
composer require servitorhq/nova-servitor-monitor-card

```

After that you should add the following details to your `config/services.php` file:

```
 'nova_servitor_cards' => [
        'api_key'   => env('SERVITOR_API_KEY'),
    ],
```

And finally, add the `SERVITOR_API_KEY` value to your `.env` file. Your api key can be found [here](https://servitor.io/admin/profile).

### Usage

[](#usage)

After that you need to add the card in either your `NovaServiceProvider.php` file or a resource. To show it on your dashboard you should add it to your service provider like so:

```
   /**
     * Get the cards that should be displayed on the Nova dashboard.
     *
     * @return array
     */
    protected function cards()
    {
        return [
            (new NovaServitorMonitorCard())->setMonitor('servitor.io'),
        ];
    }
```

Do not forget to set the desired website using `->setMonitor('mydomain.tld')`.

> Please note: `mydomain.tld` should be a valid monitor on [Servitor.io](https://servitor.io). If you don't have an account yet you can register [here](https://servitor.io/register) for free. 😄

### Bugs / Issues / Ideas

[](#bugs--issues--ideas)

Please create an issue using the [issue tracker](https://github.com/Servitorhq/nova-servitor-website-card/issues) or drop us an email.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

8

Last Release

2816d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9422d24f55373c4ce4e5c6f314a9a9a58b113c6bc8b702173aacbcba438edb35?d=identicon)[Zandervdm](/maintainers/Zandervdm)

---

Top Contributors

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

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/servitorhq-nova-servitor-monitor-card/health.svg)

```
[![Health](https://phpackages.com/badges/servitorhq-nova-servitor-monitor-card/health.svg)](https://phpackages.com/packages/servitorhq-nova-servitor-monitor-card)
```

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[larabug/larabug

Laravel 6.x/7.x/8.x/9.x/10.x/11.x/12.x/13.x bug notifier

299549.3k1](/packages/larabug-larabug)[bolechen/nova-activitylog

A tool to activity logger to monitor the users of your Laravel Nova.

99683.9k4](/packages/bolechen-nova-activitylog)[php-junior/nova-logs

Provides a Log Viewer for Laravel Nova

77440.0k1](/packages/php-junior-nova-logs)[kabbouchi/nova-logs-tool

A Laravel Nova tool to manage and keep track of each one of your logs files.

73362.1k](/packages/kabbouchi-nova-logs-tool)[spatie/nova-tail-tool

A Laravel Nova tool to display the application log.

119128.2k1](/packages/spatie-nova-tail-tool)

PHPackages © 2026

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