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
Requires
- php: >=7.0
- curl/curl: ^2.3
Requires (Dev)
- phpunit/phpunit: ^9.5
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