PHPackages                             ncpd/nova-metabase - 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. [Admin Panels](/categories/admin)
4. /
5. ncpd/nova-metabase

ActiveLibrary[Admin Panels](/categories/admin)

ncpd/nova-metabase
==================

A Laravel Nova card.

1.0.1(2y ago)1362MITPHPPHP ^7.3|^8.0

Since Dec 6Pushed 2y ago1 watchersCompare

[ Source](https://github.com/algethamy/nova-metabase)[ Packagist](https://packagist.org/packages/ncpd/nova-metabase)[ RSS](/packages/ncpd-nova-metabase/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

Nova Metabase
=============

[](#nova-metabase)

Nova Metabase is a package for Laravel Nova that adds the ability to display Metabase dashboards within a Nova Card by framing them in an iFrame. This powerful feature enables the display of various statistics directly within your Nova dashboard.

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

[](#installation)

To install the Nova Metabase package into your Laravel Nova application, you can use Composer with the following command:

```
composer require ncpd/nova-metabase
```

After running this command, Composer will download and install the `ncpd/nova-metabase` package into your Laravel Nova application.

To publish the configuration file, run the following command:

```
php artisan vendor:publish --provider=Ncpd\Metabase\CardServiceProvider
```

That will publish a configuration file where you can specify your Metabase URL and secret key.

Usage
-----

[](#usage)

To utilize the Nova Metabase card, you need to create an instance of the `Metabase` class with the id of your desired Metabase dashboard and any necessary parameters.

```
use Ncpd\Metabase\Metabase;
// Inside your Nova resource...
public function cards(Request $request) {
    return [
        (new Metabase(1))->width('full'), /* Replace 1 with your Metabase dashboard id */
    ];
}
```

In the example above, we are creating a new instance of the `Metabase` class with dashboard id as 1. The `width('full')` sets the width to the full size. Replace `1` with the id of your actual Metabase dashboard.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~33 days

Total

2

Last Release

858d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/545ac5f8546ec191c3b59dba187745f010f346788c48518282844b8036fda9df?d=identicon)[efrontsa](/maintainers/efrontsa)

---

Top Contributors

[![Abather](https://avatars.githubusercontent.com/u/18185658?v=4)](https://github.com/Abather "Abather (1 commits)")[![algethamy](https://avatars.githubusercontent.com/u/9952761?v=4)](https://github.com/algethamy "algethamy (1 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/ncpd-nova-metabase/health.svg)

```
[![Health](https://phpackages.com/badges/ncpd-nova-metabase/health.svg)](https://phpackages.com/packages/ncpd-nova-metabase)
```

###  Alternatives

[benjacho/belongs-to-many-field

belongsToMany nova representation in field.

158811.4k1](/packages/benjacho-belongs-to-many-field)[pdmfc/nova-action-button

A Laravel Nova field to run actions.

37733.0k1](/packages/pdmfc-nova-action-button)[khalin/nova-link-field

A Laravel Nova Link field.

31562.2k2](/packages/khalin-nova-link-field)[ebess/nova-collapsible-sidebar

A collapsible sidebar for Laravel Nova.

32313.2k](/packages/ebess-nova-collapsible-sidebar)

PHPackages © 2026

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