soerbv/exactapi

There is no license information available for the latest version (1.0.8) of this package.

A PHP Client for Exact Globe

1.0.8 2024-10-18 14:08 UTC

README

Exact Globe PHP API with Clickker

Install via composer:

composer require soerbv/exactapi

Usage:

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