PHPackages                             avido/postnl-cif-rest-api-php-client - 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. avido/postnl-cif-rest-api-php-client

ActiveLibrary[API Development](/categories/api)

avido/postnl-cif-rest-api-php-client
====================================

A PHP Client for the Post NL Webservices

0.4.6(6y ago)091MITPHPPHP ^7.2CI failing

Since Jul 12Pushed 6y ago1 watchersCompare

[ Source](https://github.com/avido/postnl-cif-rest-api-php-client)[ Packagist](https://packagist.org/packages/avido/postnl-cif-rest-api-php-client)[ Docs](https://github.com/avido/postnl-cif-rest-api-php-client)[ RSS](/packages/avido-postnl-cif-rest-api-php-client/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)Dependencies (5)Versions (19)Used By (0)

[![Build Status](https://camo.githubusercontent.com/17657d4f177d9bef772bfaaca4472f87ad681904b510dd1e56b85f9d45259e54/68747470733a2f2f7472617669732d63692e636f6d2f617669646f2f706f73746e6c2d6369662d726573742d6170692d7068702d636c69656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/avido/postnl-cif-rest-api-php-client)[![Latest Stable Version](https://camo.githubusercontent.com/88b8f58ebaa59da7dbc545e2b62ae0f34184868fc72302224f575613e7f1b24a/68747470733a2f2f706f7365722e707567782e6f72672f617669646f2f706f73746e6c2d6369662d726573742d6170692d7068702d636c69656e742f762f737461626c65)](https://packagist.org/packages/avido/postnl-cif-rest-api-php-client)[![Total Downloads](https://camo.githubusercontent.com/2436dbd5954b1402326ded2bebc18dfa784d6569cf28973177feef4b82caa8df/68747470733a2f2f706f7365722e707567782e6f72672f617669646f2f706f73746e6c2d6369662d726573742d6170692d7068702d636c69656e742f646f776e6c6f616473)](https://packagist.org/packages/avido/postnl-cif-rest-api-php-client)[![License](https://camo.githubusercontent.com/5d566ef41e18471a886b4389d8d4db94a972bf19f06cd256c38e07bd5afd05ad/68747470733a2f2f706f7365722e707567782e6f72672f617669646f2f706f73746e6c2d6369662d726573742d6170692d7068702d636c69656e742f6c6963656e7365)](https://packagist.org/packages/avido/postnl-cif-rest-api-php-client)

PostNL CIF Rest Webservices API Client for PHP
==============================================

[](#postnl-cif-rest-webservices-api-client-for-php)

Open source PHP client for the \[PostNL Rest CIF Webservices\] ().

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

[](#installation)

Get it with [composer](https://getcomposer.org)

Run the command:

```
composer require avido/postnl-cif-rest-api-php-client

```

client initialization:
----------------------

[](#client-initialization)

```
require __DIR__ . '/vendor/autoload.php';
use Avido\PostNLCifClient\CifApi;

$apikey = '--YOUR APIKEY --';
$client = new CifApi($apiKey);
```

Example: Retrieve nearest locations based on address information
----------------------------------------------------------------

[](#example-retrieve-nearest-locations-based-on-address-information)

```
use Avido\PostNLCifClient\Request\DeliveryOptions\Locations\NearestLocationsRequest;

// get nearest locations based on address information
$request = new NearestLocationsRequest();
$request->setCountryCode('NL')
    ->setPostalcode('2132WT')
    ->setCity('Hoofddorp')
    ->setStreet('Siriusdreef')
    ->setHouseNumber(42)
    ->setDeliveryDate('01-01-2999')
    ->setOpeningTime('09:00:00')
    ->addDeliveryOptions('PG');
// load api "getAPI" based on required services.
$response = $client->getAPI('location')->getNearestLocations($request);
```

Unit tests
----------

[](#unit-tests)

```

  ...

```

Implementation Status
=====================

[](#implementation-status)

This library is still in development, new releases / implementations will follow.

Delivery Options
----------------

[](#delivery-options)

### Deliverydate webservice

[](#deliverydate-webservice)

ServiceImplementedVersion**Delivery date webservice**Deliverydate✓2\_2Shippingdate✓2\_2**Location webservice**Nearest Locations✓2\_1Nearest based on Geo location✓2\_1Nearest based on Area✓2\_1Location lookup✓2\_1**Timeframe webservice**timeframes✓2\_1Send &amp; Track
----------------

[](#send--track)

### Barcode webservice

[](#barcode-webservice)

ServiceImplementedVersion**Barcode service**Barcode (generate)✗N/A**Labelling webservice**Label (generate)✗N/A**Confirming webservice**Confirm✗N/A**Shippingstatus webservice**Status by barcode✗N/AStatus by reference id✗N/AStatus by reference id✗N/AStatus by kid ('kennisgeving id')✗N/ASearch✗N/ASignature✗N/AFraud Prevention
----------------

[](#fraud-prevention)

### IBAN Check National

[](#iban-check-national)

ServiceImplementedVersionValidate IBAN✗N/ACalculate (bankaccountnumber =&gt; iban)✗N/A### Kreditcheck Zakelijk

[](#kreditcheck-zakelijk)

ServiceImplementedVersionCompany Search API✗N/ACredit Flag API✗N/ACredit Advice API✗N/ACreditworthiness API✗N/ACreditworthiness API Large✗N/ACustomer overview
-----------------

[](#customer-overview)

### Bedrijfscheck Nationaal

[](#bedrijfscheck-nationaal)

ServiceImplementedVersionCompanysearch✗N/ACompanyname and address✗N/ACompany address✗N/ACompany phone✗N/ACompany details✗N/ACompany details extra✗N/AAuthorized Signatory✗N/ACocextract✗N/AMail
----

[](#mail)

ServiceImplementedVersionN/A✗N/A

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

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

Recently: every ~0 days

Total

18

Last Release

2415d ago

PHP version history (2 changes)v0.1.0PHP &gt;=5.6.0

0.3.0PHP ^7.2

### Community

Maintainers

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

---

Top Contributors

[![avido](https://avatars.githubusercontent.com/u/14986?v=4)](https://github.com/avido "avido (76 commits)")

---

Tags

phpapiwebservicesCIFpostnl

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/avido-postnl-cif-rest-api-php-client/health.svg)

```
[![Health](https://phpackages.com/badges/avido-postnl-cif-rest-api-php-client/health.svg)](https://phpackages.com/packages/avido-postnl-cif-rest-api-php-client)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.0k](/packages/craftcms-cms)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k13](/packages/tempest-framework)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

563.6M13](/packages/checkout-checkout-sdk-php)[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k9.5M86](/packages/openai-php-laravel)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.7k409.0k6](/packages/theodo-group-llphant)

PHPackages © 2026

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