bringup-minabe/shift-sdk-php

Shift SDK for PHP

Installs: 38

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/bringup-minabe/shift-sdk-php

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

This package is auto-updated.

Last update: 2025-10-13 08:14:32 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