soerbv/exactapi

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

A PHP Client for Exact Globe

Installs: 4 847

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/soerbv/exactapi

1.0.19 2025-04-11 07: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));