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

ActiveLibrary[API Development](/categories/api)

koffinate/laravel-metabase
==========================

Embed Metabase dashboard and question in your application

v1.0.4(2y ago)02.2kMITPHPPHP ^8.1

Since Sep 30Pushed 2y agoCompare

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

READMEChangelog (5)Dependencies (2)Versions (8)Used By (0)

Laravel Metabase
================

[](#laravel-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/).

the original code was forked from [Laravolt Metabase](https://github.com/laravolt/metabase)

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

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity56

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

Recently: every ~27 days

Total

6

Last Release

846d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7a1ab844f9d950664446a882d81438fc5acdb56def71a07bafb0e505ab5f1c92?d=identicon)[yusronarif](/maintainers/yusronarif)

---

Top Contributors

[![uyab](https://avatars.githubusercontent.com/u/149716?v=4)](https://github.com/uyab "uyab (17 commits)")[![yusronarif](https://avatars.githubusercontent.com/u/3467343?v=4)](https://github.com/yusronarif "yusronarif (11 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (4 commits)")[![SebastianSchoeps](https://avatars.githubusercontent.com/u/44115562?v=4)](https://github.com/SebastianSchoeps "SebastianSchoeps (2 commits)")

---

Tags

laravellaravoltmetabasekoffinate

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/koffinate-laravel-metabase/health.svg)](https://phpackages.com/packages/koffinate-laravel-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)[essa/api-tool-kit

set of tools to build an api with laravel

52680.5k](/packages/essa-api-tool-kit)[mll-lab/laravel-graphiql

Easily integrate GraphiQL into your Laravel project

683.2M9](/packages/mll-lab-laravel-graphiql)[laravolt/metabase

Embed Metabase dashboard and question in your application

2911.2k](/packages/laravolt-metabase)

PHPackages © 2026

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