PHPackages                             boekuwzending/php-sdk - 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. boekuwzending/php-sdk

AbandonedLibrary[API Development](/categories/api)

boekuwzending/php-sdk
=====================

Boekuwzending API client for PHP.

v2.2.1(2y ago)12.0k6[7 issues](https://github.com/boekuwzending/php-sdk/issues)1BSD-2-ClausePHPPHP ^7.1|^8.0CI failing

Since Jan 14Pushed 2y ago2 watchersCompare

[ Source](https://github.com/boekuwzending/php-sdk)[ Packagist](https://packagist.org/packages/boekuwzending/php-sdk)[ Docs](https://www.boekuwzending.com/)[ RSS](/packages/boekuwzending-php-sdk/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (10)Dependencies (4)Versions (36)Used By (1)

Boekuwzending.com API client for PHP
====================================

[](#boekuwzendingcom-api-client-for-php)

 [![](https://camo.githubusercontent.com/6b1db86d130760bfb1f4038bc2d4d45abfe58d6735249462a9953a857c78e442/68747470733a2f2f626f656b75777a656e64696e672e6e6c2f77702d636f6e74656e742f75706c6f6164732f323031392f30352f6c6f676f5f736c696465725f6d6f62696c652e706e67)](https://camo.githubusercontent.com/6b1db86d130760bfb1f4038bc2d4d45abfe58d6735249462a9953a857c78e442/68747470733a2f2f626f656b75777a656e64696e672e6e6c2f77702d636f6e74656e742f75706c6f6164732f323031392f30352f6c6f676f5f736c696465725f6d6f62696c652e706e67)

A PHP library for communicating with the Boekuwzending.com API.

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

[](#requirements)

- A Boekuwzending.com account, [create one here](https://mijn.boekuwzending.com/registreren/)
- API credentials, [send us an email](mailto:mail@boekuwzending.com)
- PHP 7.1 or higher

[![Build Status](https://camo.githubusercontent.com/83bc7d69f74f7f0b8f1feb5d588e31973c5a65b39b00d0bea597ba6f4fe2b57e/68747470733a2f2f7472617669732d63692e6f72672f626f656b75777a656e64696e672f7068702d73646b2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/boekuwzending/php-sdk)[![Test Coverage](https://camo.githubusercontent.com/ec6871d430f5f089530258a1c383c7c8811ce30f10755a46b841a2c10e779624/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f62633662356265353261623535663934343733382f746573745f636f766572616765)](https://codeclimate.com/github/boekuwzending/php-sdk/test_coverage)

Composer installation
---------------------

[](#composer-installation)

Install the API client using [Composer](http://getcomposer.org/doc/00-intro.md).

```
$ composer require boekuwzending/php-sdk

```

Getting started
---------------

[](#getting-started)

Creating the client:

```
$client = Boekuwzending\ClientFactory::build('Your API client ID', 'Your API client Secret');
```

Asking the API for tracking for a specific shipment:

```
$client->trackAndTrace->get('c45db117-4b06-43d4-ac5f-11afce96a168');
```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~149 days

Total

30

Last Release

748d ago

Major Versions

v0.3.9 → v1.0.02021-09-24

v0.3.10 → v2.0.0-beta.12022-07-15

v0.3.11 → v1.0.42022-09-22

v1.0.4 → v2.0.12022-09-22

v0.4.0 → v2.2.02024-02-02

PHP version history (2 changes)0.1PHP ^7.1

v2.0.0-beta.1PHP ^7.1|^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1639342?v=4)[webstack](/maintainers/webstack)[@webstack](https://github.com/webstack)

---

Top Contributors

[![CodeCasterNL](https://avatars.githubusercontent.com/u/1726333?v=4)](https://github.com/CodeCasterNL "CodeCasterNL (24 commits)")[![petervanackooij](https://avatars.githubusercontent.com/u/17003671?v=4)](https://github.com/petervanackooij "petervanackooij (19 commits)")[![rvmourik](https://avatars.githubusercontent.com/u/6427451?v=4)](https://github.com/rvmourik "rvmourik (9 commits)")[![jvergers](https://avatars.githubusercontent.com/u/32851353?v=4)](https://github.com/jvergers "jvergers (5 commits)")[![darylholling](https://avatars.githubusercontent.com/u/26867068?v=4)](https://github.com/darylholling "darylholling (4 commits)")[![mwansinck](https://avatars.githubusercontent.com/u/11411864?v=4)](https://github.com/mwansinck "mwansinck (2 commits)")[![Luukdewaaier](https://avatars.githubusercontent.com/u/54863704?v=4)](https://github.com/Luukdewaaier "Luukdewaaier (1 commits)")[![Jurgo](https://avatars.githubusercontent.com/u/1120293?v=4)](https://github.com/Jurgo "Jurgo (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/boekuwzending-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/boekuwzending-php-sdk/health.svg)](https://phpackages.com/packages/boekuwzending-php-sdk)
```

###  Alternatives

[temporal/sdk

Temporal SDK

4102.7M22](/packages/temporal-sdk)[bitrix24/b24phpsdk

An official PHP library for the Bitrix24 REST API

10139.4k5](/packages/bitrix24-b24phpsdk)[sproutcms/cms

Enterprise content management and framework

242.2k4](/packages/sproutcms-cms)[storyblok/php-management-api-client

Storyblok PHP Client for Management API

1229.6k2](/packages/storyblok-php-management-api-client)

PHPackages © 2026

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