cumulio/cumul.io-sdk-php

This package is abandoned and no longer maintained. The author suggests using the luzmo/luzmo-sdk-php package instead.

PHP SDK to interact with the Cumul.io API in order to create, modify or delete datasets, dashboards or push new data into the platform in a programmatic way.

1.0.1 2021-11-26 14:36 UTC

This package is not auto-updated.

Last update: 2023-09-07 12:58:38 UTC


README

You can use this PHP project to interact with the Cumul.io 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 cumulio/cumul.io-sdk-php

Usage

Include the cumulio 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.