PHPackages                             laravolt/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. laravolt/metabase

ActiveLibrary[API Development](/categories/api)

laravolt/metabase
=================

Embed Metabase dashboard and question in your application

0.4.2(7mo ago)2911.2k↓41.9%8[1 PRs](https://github.com/laravolt/metabase/pulls)MITPHPPHP ^8.2

Since Dec 14Pushed 7mo ago3 watchersCompare

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

READMEChangelog (7)Dependencies (2)Versions (10)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

47

—

FairBetter than 94% of packages

Maintenance63

Regular maintenance activity

Popularity37

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity58

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 ~232 days

Recently: every ~346 days

Total

7

Last Release

224d ago

PHP version history (2 changes)0.1.0PHP ^8.0

0.4.1PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/db6f5ab11fb203026beb0e298930cc5a07080022e7cbb4c597b97321585df61b?d=identicon)[uyab](/maintainers/uyab)

---

Top Contributors

[![uyab](https://avatars.githubusercontent.com/u/149716?v=4)](https://github.com/uyab "uyab (17 commits)")[![qisthidev](https://avatars.githubusercontent.com/u/34129273?v=4)](https://github.com/qisthidev "qisthidev (2 commits)")[![SebastianSchoeps](https://avatars.githubusercontent.com/u/44115562?v=4)](https://github.com/SebastianSchoeps "SebastianSchoeps (2 commits)")[![cursoragent](https://avatars.githubusercontent.com/u/199161495?v=4)](https://github.com/cursoragent "cursoragent (1 commits)")

---

Tags

laravellaravoltmetabase

### Embed Badge

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

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

###  Alternatives

[andreaselia/laravel-api-to-postman

Generate a Postman collection automatically from your Laravel API

1.0k586.2k3](/packages/andreaselia-laravel-api-to-postman)[mollie/laravel-mollie

Mollie API client wrapper for Laravel &amp; Mollie Connect provider for Laravel Socialite

3624.1M28](/packages/mollie-laravel-mollie)[api-ecosystem-for-laravel/dingo-api

A RESTful API package for the Laravel and Lumen frameworks.

3121.5M10](/packages/api-ecosystem-for-laravel-dingo-api)[mll-lab/laravel-graphiql

Easily integrate GraphiQL into your Laravel project

683.2M9](/packages/mll-lab-laravel-graphiql)[kirschbaum-development/laravel-openapi-validator

Automatic OpenAPI validation for Laravel HTTP tests

581.1M5](/packages/kirschbaum-development-laravel-openapi-validator)[revolution/laravel-bluesky

Bluesky(AT Protocol) for Laravel

4317.3k](/packages/revolution-laravel-bluesky)

PHPackages © 2026

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