PHPackages                             dmxdrake/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. [API Development](/categories/api)
4. /
5. dmxdrake/metabase

ActiveLibrary[API Development](/categories/api)

dmxdrake/metabase
=================

Embed Metabase dashboard and question in your application

0.4.3(3y ago)1116MITPHPPHP ^8.1

Since Mar 7Pushed 3y agoCompare

[ Source](https://github.com/DmXDrake/metabase)[ Packagist](https://packagist.org/packages/dmxdrake/metabase)[ RSS](/packages/dmxdrake-metabase/feed)WikiDiscussions main Synced today

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

Laravolt Metabase
=================

[](#laravolt-metabase)

Blade component to embed metabase dashboard or question in your website. For more information about Metabase, please visit [Metabase official website](https://metabase.com/).

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

[](#installation)

```
composer require laravolt/metabase
```

Add following entries to `config/services.php`:

```
'metabase' => [
    'url' => env('METABASE_URL'),
    'secret' => env('METABASE_SECRET'),
],
```

And finally, update your `.env` file:

```
METABASE_URL=https://metabase.example.com
METABASE_SECRET=secret
```

Metabase secret key can be found in metabase settings page (only accessible by admin).

> Visit  for more information.

Usage
-----

[](#usage)

```

@php($params = ['category' => 'php'])

// BEWARE of the colon in ":params" (not "param") because we are passing array variable directly to the component

```

Common Problems
---------------

[](#common-problems)

### Embedding is not enabled for this object.

[](#embedding-is-not-enabled-for-this-object)

Solution:

### Not found.

[](#not-found)

Invalid dashboard or question ID.

### Message seems corrupt or manipulated.

[](#message-seems-corrupt-or-manipulated)

Invalid secret key.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 77.3% 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 ~12 days

Total

3

Last Release

1190d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8191a463c7f6f0ed9dd8a27232ffde1efb88ce54bc5233beea169ec5f21603d4?d=identicon)[brunoscigeniq.com](/maintainers/brunoscigeniq.com)

---

Top Contributors

[![uyab](https://avatars.githubusercontent.com/u/149716?v=4)](https://github.com/uyab "uyab (17 commits)")[![Sherbinks](https://avatars.githubusercontent.com/u/65662430?v=4)](https://github.com/Sherbinks "Sherbinks (3 commits)")[![SebastianSchoeps](https://avatars.githubusercontent.com/u/44115562?v=4)](https://github.com/SebastianSchoeps "SebastianSchoeps (2 commits)")

---

Tags

laravellaravoltmetabase

### Embed Badge

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

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

###  Alternatives

[defstudio/telegraph

A laravel facade to interact with Telegram Bots

815320.5k3](/packages/defstudio-telegraph)[rapidez/core

Rapidez Core

1823.5k72](/packages/rapidez-core)[laravolt/metabase

Embed Metabase dashboard and question in your application

2911.8k](/packages/laravolt-metabase)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1235.9k20](/packages/fleetbase-core-api)

PHPackages © 2026

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