PHPackages                             mihaikelemen/apache-superset-php-client - 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. [Admin Panels](/categories/admin)
4. /
5. mihaikelemen/apache-superset-php-client

ActiveLibrary[Admin Panels](/categories/admin)

mihaikelemen/apache-superset-php-client
=======================================

PHP client library for Apache Superset API

v1.1.8(1mo ago)061MITPHPPHP ^8.4CI passing

Since Oct 27Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/mihaikelemen/apache-superset-php-client)[ Packagist](https://packagist.org/packages/mihaikelemen/apache-superset-php-client)[ Docs](https://github.com/mihaikelemen/apache-superset-php-client)[ RSS](/packages/mihaikelemen-apache-superset-php-client/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (12)Versions (25)Used By (0)

Apache Superset PHP Client
==========================

[](#apache-superset-php-client)

[![PHP Version](https://camo.githubusercontent.com/1325bfb9f3e869ae1c54ce3707d71a7f02e667bf06487d3e068ef36893622e7e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6d696861696b656c656d656e2f6170616368652d73757065727365742d7068702d636c69656e74)](https://packagist.org/packages/mihaikelemen/apache-superset-php-client)[![Latest Version](https://camo.githubusercontent.com/a281326d372029c9c09bba1f5a21eaf69f19b44c56df76222e5811c6378e3d54/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d696861696b656c656d656e2f6170616368652d73757065727365742d7068702d636c69656e74)](https://packagist.org/packages/mihaikelemen/apache-superset-php-client)[![CI](https://github.com/mihaikelemen/apache-superset-php-client/workflows/CI/badge.svg)](https://github.com/mihaikelemen/apache-superset-php-client/actions/workflows/ci.yml)[![codecov](https://camo.githubusercontent.com/abab3d4f0519249c2b7cb17fa1939107a305875b6782b44304fbf0ae5bf83202/68747470733a2f2f636f6465636f762e696f2f67682f6d696861696b656c656d656e2f6170616368652d73757065727365742d7068702d636c69656e742f67726170682f62616467652e7376673f746f6b656e3d58424251455534565552)](https://codecov.io/gh/mihaikelemen/apache-superset-php-client)[![License](https://camo.githubusercontent.com/748e5bf6e12604484f9dd6abd332734a9524e645483bf4137ce0322f53879f5f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6d696861696b656c656d656e2f6170616368652d73757065727365742d7068702d636c69656e74)](https://github.com/mihaikelemen/apache-superset-php-client/blob/main/LICENSE)

A PHP client library for interacting with the [Apache Superset API](https://superset.apache.org/docs/api/). This library provides an easy-to-use interface for authenticating, retrieving dashboards, and managing embedded content.

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

[](#installation)

Install the library using Composer:

```
composer require mihaikelemen/apache-superset-php-client
```

Requirements
------------

[](#requirements)

- PHP 8.4 or higher
- ext-curl
- ext-json
- GuzzleHTTP
- Symfony Serializer

Quick Start
-----------

[](#quick-start)

```
