Soer-BV / ExactApi

PHP Client Wrapper for Exact Globe using the Clickker API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

PHP Client Wrapper for Exact Globe using the Clickker API

License:GNU Affero General Public License v3.0


Languages

Language:PHP 100.0%