PHPackages                             pschocke/nova-plausible-analytics - 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. pschocke/nova-plausible-analytics

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

pschocke/nova-plausible-analytics
=================================

A Laravel Nova card to display Plausible.io Analytics in Nova.

v1.0(4y ago)1236MITPHPPHP &gt;=7.1.0

Since Jul 31Pushed 4y ago1 watchersCompare

[ Source](https://github.com/pschocke/nova-plausible-analytics)[ Packagist](https://packagist.org/packages/pschocke/nova-plausible-analytics)[ RSS](/packages/pschocke-nova-plausible-analytics/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Plausible Analytics Integration with Nova
=========================================

[](#plausible-analytics-integration-with-nova)

[![image](https://user-images.githubusercontent.com/26882621/127747216-d53b3116-8530-4123-a873-8266f0d0e281.png)](https://user-images.githubusercontent.com/26882621/127747216-d53b3116-8530-4123-a873-8266f0d0e281.png)

Display statistics from Plausible analytics directly in Laravel Nova

This package is highly inspired by the [Google Analytics Integration Package from Tighten](https://github.com/tighten/nova-google-analytics) and shares some if its code.

Installation
------------

[](#installation)

You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require pschocke/nova-plausible-analytics
```

### API configuration

[](#api-configuration)

Get your Plausible API key (by logging into your account and navigating to the settings) and configure your `.env` file:

```
NOVA_PLAUSIBLE_API_KEY= #Your API key
NOVA_PLAUSIBLE_SITE_ID= #The ID you've used for the site in plausible
```

Next you need to add the following code snipped to your services configuration file (`config/services.php`)

```
return [
    //...
    'nova-plausible' => [
        'domain' => env('NOVA_PLAUSIBLE_DOMAIN', 'https://plausibe.io/'),
        'api-key' => env('NOVA_PLAUSIBLE_API_KEY'),
        'site-id' => env('NOVA_PLAUSIBLE_SITE_ID'),
    ]
];
```

\##Usage ou must register the cards you want to display with Nova. This is typically done in the `cards` method of the `NovaServiceProvider`.

```
// in app/Providers/NovaServiceProvider.php

// ...

public function cards()
{
    return [
        // ...
        new \Pschocke\NovaPlausibleAnalytics\VisitorsMetric,
        new \Pschocke\NovaPlausibleAnalytics\SessionsByDeviceMetric,
        new \Pschocke\NovaPlausibleAnalytics\SessionsByCountryMetric,
        new \Pschocke\NovaPlausibleAnalytics\MostVisitedPagesCard,
    ];
}
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security
--------

[](#security)

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

Credits
-------

[](#credits)

- [Patrick Schocke](https://github.com/pschocke)
- [All Contributors](https://github.com/pschocke/nova-plausible-analytics/graphs/contributors)

License
-------

[](#license)

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

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

Unknown

Total

1

Last Release

1751d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8cd89f9905a333779736ad73453f1cfc4c13bf89471e2427975aa43927bb1419?d=identicon)[pschocke](/maintainers/pschocke)

---

Top Contributors

[![pschocke](https://avatars.githubusercontent.com/u/26882621?v=4)](https://github.com/pschocke "pschocke (3 commits)")

---

Tags

laravellaravel-novalaravel-nova-cardplausible-analyticslaravelnovaPlausible AnalyticsPlausible.ioPschocke

### Embed Badge

![Health badge](/badges/pschocke-nova-plausible-analytics/health.svg)

```
[![Health](https://phpackages.com/badges/pschocke-nova-plausible-analytics/health.svg)](https://phpackages.com/packages/pschocke-nova-plausible-analytics)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[digital-creative/conditional-container

Provides an easy way to conditionally show and hide fields in your Nova resources.

116593.8k4](/packages/digital-creative-conditional-container)[genealabs/laravel-overridable-model

Provide a uniform method of allowing models to be overridden in Laravel.

92398.0k2](/packages/genealabs-laravel-overridable-model)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51174.8k1](/packages/inspheric-nova-defaultable)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17165.2k](/packages/murdercode-nova4-tinymce-editor)[yieldstudio/nova-google-autocomplete

A Laravel Nova Google autocomplete field.

12218.4k](/packages/yieldstudio-nova-google-autocomplete)

PHPackages © 2026

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