harm-smits/bol-com-retailer-api

A PHP Client for the BOL.com v5 API with async support and full object mapping

v5.7.1 2021-09-03 16:01 UTC

This package is auto-updated.

Last update: 2024-04-29 04:27:26 UTC


README

A simple bol.com PHP API

Usage

$client = new \HarmSmits\BolComClient\Client(
    "clientId",
    "clientSecret"
);

Supported requests

All requests are supported. Every method was named by means of converting the API endpoint for sound naming. This could be changed later, but for now the methods will be like the api endpoint names for sake of usability.