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 today

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

28

—

LowBetter than 51% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

2911d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/223067083?v=4)[Zandervdm](/maintainers/Zandervdm)[@Zandervdm](https://github.com/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

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k555.0M2.8k](/packages/aws-aws-sdk-php)[spatie/laravel-health

Monitor the health of a Laravel application

88212.7M187](/packages/spatie-laravel-health)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k832.6k53](/packages/neuron-core-neuron-ai)[unopim/unopim

UnoPim Laravel PIM

10.8k2.5k](/packages/unopim-unopim)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M49](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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