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
Requires
- ext-json: *
- guzzlehttp/guzzle: 6.3.3
- lcobucci/jwt: 3.2.0
This package is auto-updated.
Last update: 2026-03-22 01:58:35 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.