harm-smits / bol-com-retailer-api
A PHP Client for the BOL.com v5 API with async support and full object mapping
Installs: 407
Dependents: 0
Suggesters: 0
Security: 0
Stars: 10
Watchers: 2
Forks: 6
Open Issues: 2
pkg:composer/harm-smits/bol-com-retailer-api
Requires
- php: >=7.4
- ext-json: *
- guzzlehttp/guzzle: ^7.2.0
Requires (Dev)
- nette/php-generator: ^v3.5.1
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2025-09-29 02:22:00 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.