PHPackages                             homedesignshops/laravel-bol-com-retailer - 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. homedesignshops/laravel-bol-com-retailer

ActiveLibrary[API Development](/categories/api)

homedesignshops/laravel-bol-com-retailer
========================================

Laravel Bol.com Retailer API package

v9.1.3(1y ago)69651MITPHPPHP ^8.1CI failing

Since Jan 22Pushed 11mo ago3 watchersCompare

[ Source](https://github.com/homedesignshops/laravel-bol-com-retailer)[ Packagist](https://packagist.org/packages/homedesignshops/laravel-bol-com-retailer)[ Docs](https://github.com/homedesignshops/laravel-bol-com-retailer)[ RSS](/packages/homedesignshops-laravel-bol-com-retailer/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (4)Versions (34)Used By (0)

Laravel Bol.com Retailer API
============================

[](#laravel-bolcom-retailer-api)

[![Latest Version on Packagist](https://camo.githubusercontent.com/ee4a190c56bc81b4d7f51c96df931b461dce4ba715a58167e290fac18fd680ec/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f686f6d6564657369676e73686f70732f6c61726176656c2d626f6c2d636f6d2d72657461696c65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/homedesignshops/laravel-bol-com-retailer)[![Build Status](https://camo.githubusercontent.com/6fb999bed7453566cf2d3e41235701129c340c447526517f0faf1d68609c8ac7/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f686f6d6564657369676e73686f70732f6c61726176656c2d626f6c2d636f6d2d72657461696c65722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/homedesignshops/laravel-bol-com-retailer)[![Quality Score](https://camo.githubusercontent.com/c0ad71be3bfcc76f62d7b26345353e52d8106e27445a0a83eede75fd82c41177/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f686f6d6564657369676e73686f70732f6c61726176656c2d626f6c2d636f6d2d72657461696c65722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/homedesignshops/laravel-bol-com-retailer)[![Total Downloads](https://camo.githubusercontent.com/5c88b475c5af0ab7921aa9dc72336949e6d958cbc0a0b3b370c592360647c243/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f686f6d6564657369676e73686f70732f6c61726176656c2d626f6c2d636f6d2d72657461696c65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/homedesignshops/laravel-bol-com-retailer)

A wrapper for the Bol.com Retailer API from [Picger](https://github.com/picqer/bol-retailer-php-client)'s Bol.com package.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require homedesignshops/laravel-bol-com-retailer
```

Configure the `.env` file

```
BOL_COM_DEMO_MODE=true
BOL_COM_CLIENT_ID={CLIENT_ID_HERE}
BOL_COM_CLIENT_SECRET={CLIENT_SECRET_HERE}
```

Publish the config file

```
php artisan vendor:publish --provider="HomeDesignShops/LaravelBolComRetail/BolComRetailerServiceProvider" --tag="config"
```

You're ready to use this package

Usage
-----

[](#usage)

### Get all open orders

[](#get-all-open-orders)

```
$orders = BolComRetailer::getOpenOrders();
```

### Get order

[](#get-order)

```
$order = BolComRetailer::getOrder($orderId);
```

### Ship order item

[](#ship-order-item)

```
$processStatus = BolComRetailer::shipOrderItem(OrderItem $orderItem, Transport $transport);
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Kevin Koenen](https://github.com/kevinkoenen.nl)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance45

Moderate activity, may be stable

Popularity20

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity77

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~55 days

Recently: every ~5 days

Total

33

Last Release

533d ago

Major Versions

v1.8 → v2.02021-06-02

v2.0 → v5.02021-09-27

v5.1.3 → v8.02022-10-29

v8.4 → v9.0.02024-07-10

PHP version history (3 changes)v1.0PHP ^7.1

v2.0PHP ^8.0

v8.2PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/3c380e7c8ffedd1187f73ffbe9fa2fa67fa877d68f660eda2ee0f9a1e49f62cf?d=identicon)[kevinkoenen](/maintainers/kevinkoenen)

---

Top Contributors

[![kevinkoenen](https://avatars.githubusercontent.com/u/30780782?v=4)](https://github.com/kevinkoenen "kevinkoenen (42 commits)")

---

Tags

home design shopslaravel-bol-com-retailer

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/homedesignshops-laravel-bol-com-retailer/health.svg)

```
[![Health](https://phpackages.com/badges/homedesignshops-laravel-bol-com-retailer/health.svg)](https://phpackages.com/packages/homedesignshops-laravel-bol-com-retailer)
```

###  Alternatives

[mollie/laravel-mollie

Mollie API client wrapper for Laravel &amp; Mollie Connect provider for Laravel Socialite

3624.1M28](/packages/mollie-laravel-mollie)[mll-lab/laravel-graphiql

Easily integrate GraphiQL into your Laravel project

683.2M9](/packages/mll-lab-laravel-graphiql)[spatie/laravel-route-discovery

Auto register routes using PHP attributes

23645.0k2](/packages/spatie-laravel-route-discovery)[esign/laravel-conversions-api

A laravel wrapper package around the Facebook Conversions API

69145.4k](/packages/esign-laravel-conversions-api)[didww/didww-api-3-php-sdk

PHP SDK for DIDWW API 3

1218.2k](/packages/didww-didww-api-3-php-sdk)[surface/laravel-webfinger

A Laravel package to create an ActivityPub webfinger.

113.8k](/packages/surface-laravel-webfinger)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
