zushik / daiko-mfk-sdk
There is no license information available for the latest version (dev-main) of this package.
dev-main
2023-10-25 07:32 UTC
Requires
- doctrine/inflector: ^2.0
- guzzlehttp/guzzle: ^7.5
- ramsey/uuid: ^4.0
- str/str: ^1.1
This package is not auto-updated.
Last update: 2024-11-07 10:29:38 UTC
README
composer install zushik/mfk-sdk:^1.0
使い方
$api = new MfkAPI({APIKEY});
$data = $api->customer()->get();
$data = $api->destination()->get();
パッケージのアップデート
latest releseを作る
https://packagist.org/packages/zushik/mfk-sdk
updateボタン