juneapp/php-sdk

There is no license information available for the latest version (dev-master) of this package.

JUNE PHP SDK

dev-master 2022-02-07 16:53 UTC

This package is auto-updated.

Last update: 2024-05-21 22:00:57 UTC


README

A basic SDK to interact with the JUNE automation.

Description

The JUNE PHP SDK is a small collection of tools to create an easier way to interact with the JUNE automation service.

It contains several prebuilt functions which can be used as a foundation to connect to automation lists.

Dependencies

  • PHP 7.*

Installing

composer require juneapp/php-sdk

Usage

Create a new Client which uses the JWT-Token as an argument.

The token contains a project key, so it can only be used for one project.

For another project, a new token has to be generated.