Download the PHP package riipandi/php-metabase without Composer
On this page you can find all versions of the php package riipandi/php-metabase. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download riipandi/php-metabase
More information about riipandi/php-metabase
Files in riipandi/php-metabase
Download riipandi/php-metabase
More information about riipandi/php-metabase
Files in riipandi/php-metabase
Vendor riipandi
Package php-metabase
Short Description Embedding Metabase on your PHP application
License MIT
Homepage https://github.com/riipandi/php-metabase
Package php-metabase
Short Description Embedding Metabase on your PHP application
License MIT
Homepage https://github.com/riipandi/php-metabase
Please rate this library. Is it a good library?
Informations about the package php-metabase
PHP Metabase
Library to embed Metabase frames. Forked from ipeevski/metabase-php
Installation
- Install via composer:
composer require riipandi/php-metabase
- Go to Metabase and enable embedding - https://{metabase_url}/admin/settings/embedding_in_other_applications
- Note down the Metabase base url and the Embedding secret key
Basic usage
First, you need to find the dashboard or question you want to embed. Note down the id - it would be at the end of the URL (for example https://{metabase_url}/dashboard/1?date=past26weeks
Note the integer after /dashboard/ - that's the ID of the dashboard. Also note the GET parameters at the end of the url - those are parameters you might want to pass to the dashboard too.
Using Laravel
Create config file at confog/metabase.php
License
All versions of php-metabase with dependencies
PHP Build Version
Package Version
Requires
lcobucci/jwt Version
^4.0
The package riipandi/php-metabase contains the following files
Loading the files please wait ....