bringup-minabe/shift-sdk-php

v0.0.14 2023-02-13 02:29 UTC

This package is auto-updated.

Last update: 2024-04-13 04:56:21 UTC


README

Installation

composer install bringup-minabe/shift-sdk-php

Usage examples

try {
    $ShiftSdkPhp = new ShiftSdkPhp('http://localhost');
    $ShiftSdkPhp->createExternalAppToken();
}

// Exceptions
// @throws UnauthorizedException
// @throws NotFoundException
// @throws InternalServerErrorException
// @throws Exception