Exact Globe 的 PHP 客户端
github.com/Soer-BV/ExactApi
主页
源码
问题
安装量: 4,600
依赖者: 0
建议者: 0
安全: 0
星标: 2
关注者: 1
分支: 0
开放问题: 0
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
Unknown License 2cb3a27777300c0763c9c092b6c5600e60a3f9c0
phpapiexact globe
This package is auto-updated.
Last update: 2024-09-05 09:37:37 UTC
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));