PHPackages                             minotaurlogistics/bol-retailer-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. minotaurlogistics/bol-retailer-api

ActiveLibrary[API Development](/categories/api)

minotaurlogistics/bol-retailer-api
==================================

1.1(5y ago)43311proprietaryPHPPHP &gt;=5.5

Since Oct 15Pushed 5y agoCompare

[ Source](https://github.com/MinotaurLogistics/BolRetailApi)[ Packagist](https://packagist.org/packages/minotaurlogistics/bol-retailer-api)[ Docs](http://swagger.io)[ RSS](/packages/minotaurlogistics-bol-retailer-api/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (4)Versions (3)Used By (0)

[![Build Status](https://camo.githubusercontent.com/b2efe6a2f52506bf452802e1e586036de3927d41e15830b57866f87580e4752d/68747470733a2f2f7472617669732d63692e636f6d2f4d696e6f746175724c6f676973746963732f426f6c52657461696c4170692e7376673f746f6b656e3d6d673479314a4c43764a39514579717a51327364266272616e63683d6d6173746572)](https://travis-ci.com/MinotaurLogistics/BolRetailApi)

SwaggerClient-php
=================

[](#swaggerclient-php)

The bol.com API for Retailers.

This PHP package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: 4.0
- Package version: 1.0
- Build package: io.swagger.codegen.languages.PhpClientCodegen

Requirements
------------

[](#requirements)

PHP 5.5 and later

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

To install via [Composer](http://getcomposer.org/):

```
composer require minotaurlogistics/bol-retailer-api

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/SwaggerClient-php/vendor/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit

```

Regenerate Client
-----------------

[](#regenerate-client)

```
docker run --rm -v ${PWD}:/codegen/SwaggerClient-php swaggerapi/swagger-codegen-cli generate \
    -i https://api.bol.com/retailer/public/apispec/v4 \
    -o /codegen \
    -l php \
    --git-user-id minotaurlogistics --git-repo-id bol-retailer-api \
    --invoker-package 'Swagger\BolClient' \
    --artifact-version 1.0 \
    --api-package 'GeneratedApi'

```

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
