soerbv/exactapi

此包最新版本(1.0.7)没有提供许可证信息。

Exact Globe 的 PHP 客户端

1.0.7 2024-02-05 07:59 UTC

README

Exact Globe PHP API with Clickker

通过 composer 安装

composer require soerbv/exactapi

用法

$client = new Client($host, $administration, $apikey);
$data = $client->getItemStock("BEK0003");
print_r(json_decode($data));