Skip to content

PHP Client Wrapper for Exact Globe using the Clickker API

License

Notifications You must be signed in to change notification settings

Soer-BV/ExactApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExactApi

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));