This is a PHP-client to be used with Bokun (bokun.io) JSON API. https://bokun.github.io/api-docs/#/
Use to authenticate with Bokun API and receive the data via API.
- Register with Bokun
- Setup API key in Bokun
- Set access key and secret key in Bokun_auth class
// METHOD = GET or POST
// JSON_PATH: Check possible variations: https://bokun.github.io/api-docs/#/
$bokun = new Bokun_auth('METHOD', 'JSON_PATH');
// Get data
$data = $bokun->get_bokun_data();