Download the PHP package cyberhorse/metabase-php without Composer
On this page you can find all versions of the php package cyberhorse/metabase-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cyberhorse/metabase-php
More information about cyberhorse/metabase-php
Files in cyberhorse/metabase-php
Download cyberhorse/metabase-php
More information about cyberhorse/metabase-php
Files in cyberhorse/metabase-php
Vendor cyberhorse
Package metabase-php
Short Description Embedding Metabase
License MIT
Homepage https://github.com/ipeevski/metabase-php
Package metabase-php
Short Description Embedding Metabase
License MIT
Homepage https://github.com/ipeevski/metabase-php
Keywords metabase
Please rate this library. Is it a good library?
Informations about the package metabase-php
Library to embed Metabase frames
Installation
- Install via composer
composer require ipeevski/metabase-php
- 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
Usage
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.
All versions of metabase-php with dependencies
PHP Build Version
Package Version
Requires
lcobucci/jwt Version
^4.1.5
The package cyberhorse/metabase-php contains the following files
Loading the files please wait ....