PHP Shift SDK
github.com/bringup-minabe/shift-sdk-php
源代码
问题
安装: 35
依赖项: 0
建议者: 0
安全: 0
星标: 0
关注者: 1
分支: 0
开放问题: 0
Requires
Requires (Dev)
Suggests
None
Provides
Conflicts
Replaces
MIT 3433c712d292bd3ccf71b67884fb6d2047937761
This package is auto-updated.
Last update: 2024-09-13 06:04:37 UTC
composer install bringup-minabe/shift-sdk-php
try { $ShiftSdkPhp = new ShiftSdkPhp('https://'); $ShiftSdkPhp->createExternalAppToken(); } // Exceptions // @throws UnauthorizedException // @throws NotFoundException // @throws InternalServerErrorException // @throws Exception