juneapp/php-sdk

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

JUNE PHP SDK

Installs: 8 936

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 1

pkg:composer/juneapp/php-sdk

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

This package is auto-updated.

Last update: 2025-11-22 01:20:45 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.