Skip to content

PHP SDK for connecting & querying Luzmo

License

Notifications You must be signed in to change notification settings

luzmo-official/luzmo-sdk-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Luzmo API

You can use this PHP project to interact with the Luzmo API in order to create, modify or delete datasets, dashboards or push new data into the platform in a programmatic way.

Installation

Install the latest version with composer require luzmo/luzmo-sdk-php

Usage

Include the luzmo php package in your project by including the composer vendor/autoload.php file. See the example.php file for examples of how to create datasets or push data into the platform (triggering real-time dashboard updates). See the example-embedding.php file to see an example of how to use the API to securely embed dashboards in a web page (with serverside pre-filtering of the data that the end-user can query).

Documentation

The API documentation (available services and methods) can be found here.