Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

A Bol.com API client with full object mapping

Notifications You must be signed in to change notification settings

frrrht/bol-com-retailer-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bol-com-retailer-api

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.

About

A Bol.com API client with full object mapping

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%