PHPackages                             setono/post-nord-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. setono/post-nord-php-sdk

ActiveLibrary[API Development](/categories/api)

setono/post-nord-php-sdk
========================

A PHP SDK for the PostNord API

v1.2.0(4y ago)131.7k↓37.1%[1 issues](https://github.com/Setono/post-nord-php-sdk/issues)2MITPHPPHP &gt;=7.4

Since May 21Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Setono/post-nord-php-sdk)[ Packagist](https://packagist.org/packages/setono/post-nord-php-sdk)[ RSS](/packages/setono-post-nord-php-sdk/feed)WikiDiscussions 2.x Synced yesterday

READMEChangelog (9)Dependencies (9)Versions (11)Used By (2)

PostNord PHP SDK
================

[](#postnord-php-sdk)

[![Latest Version](https://camo.githubusercontent.com/833a8d86d6cd8fb6e587fe8396a7b8bf7b72ead580fb7ff7517148d05136cb82/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f706f73742d6e6f72642d7068702d73646b2f762f737461626c65)](https://packagist.org/packages/setono/post-nord-php-sdk)[![Software License](https://camo.githubusercontent.com/8fd5402ae0981e1b77fbdb19f4716fb718d1ac2c23900dacdad71ae3aecd1592/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f706f73742d6e6f72642d7068702d73646b2f6c6963656e7365)](LICENSE)[![Build Status](https://github.com/Setono/post-nord-php-sdk/actions/workflows/build.yaml/badge.svg)](https://github.com/Setono/post-nord-php-sdk/actions)[![Code Coverage](https://camo.githubusercontent.com/5765108c4d5453548c3e9e6d573171697ffc2b180bc339b4ef8511c61788b99d/68747470733a2f2f636f6465636f762e696f2f67682f5365746f6e6f2f706f73742d6e6f72642d7068702d73646b2f67726170682f62616467652e737667)](https://codecov.io/gh/Setono/post-nord-php-sdk)[![Mutation testing](https://camo.githubusercontent.com/24ec614fd6d76c2ee9fd60b9efb753214e7495443151e32210df2677d783bb40/68747470733a2f2f696d672e736869656c64732e696f2f656e64706f696e743f7374796c653d666c61742675726c3d687474707325334125324625324662616467652d6170692e737472796b65722d6d757461746f722e696f2532466769746875622e636f6d2532465365746f6e6f253246706f73742d6e6f72642d7068702d73646b253246322e78)](https://dashboard.stryker-mutator.io/reports/github.com/Setono/post-nord-php-sdk/2.x)

A PHP SDK for the [PostNord API](https://developer.postnord.com/apis).

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

[](#installation)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this library:

```
composer require setono/post-nord-php-sdk
```

Usage
-----

[](#usage)

Here is an example showing you can get the nearest service points.

```
use Setono\PostNord\Client\Client;
use Setono\PostNord\Request\Query\ServicePoints\NearestByAddressQuery;

require_once __DIR__ . '/../vendor/autoload.php';

$client = new Client('b09ff56c6a0344768d5afaaec595b2fb');

$servicePoints = $client->servicePoints()->getNearestByAddress(NearestByAddressQuery::create(
    'Street name',
    'Street number',
    'Postal code',
    'City',
    'Country code',
    numberOfServicePoints: 10,
));
```

Framework integration
---------------------

[](#framework-integration)

- There is a Symfony bundle integrating this library: [Symfony Post Nord Bundle](https://github.com/Setono/PostNordBundle)

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity66

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

Total

11

Last Release

753d ago

Major Versions

v1.2.0 → v2.0.0-alpha2024-06-10

PHP version history (3 changes)v1.0.0PHP ^7.2

1.x-devPHP &gt;=7.4

v2.0.0-alphaPHP &gt;=8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2412177?v=4)[Joachim Løvgaard](/maintainers/loevgaard)[@loevgaard](https://github.com/loevgaard)

---

Top Contributors

[![loevgaard](https://avatars.githubusercontent.com/u/2412177?v=4)](https://github.com/loevgaard "loevgaard (28 commits)")

---

Tags

phpphp-sdkpostnordsdk

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/setono-post-nord-php-sdk/health.svg)

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

###  Alternatives

[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

35789.4k2](/packages/telnyx-telnyx-php)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

85036.3k](/packages/flow-php-flow)[mollie/mollie-api-php

Mollie API client library for PHP. Mollie is a European Payment Service provider and offers international payment methods such as Mastercard, VISA, American Express and PayPal, and local payment methods such as iDEAL, Bancontact, SOFORT Banking, SEPA direct debit, Belfius Direct Net, KBC Payment Button and various gift cards such as Podiumcadeaukaart and fashioncheque.

60216.0M85](/packages/mollie-mollie-api-php)[cakephp/cakephp

The CakePHP framework

8.9k19.5M1.8k](/packages/cakephp-cakephp)[getbrevo/brevo-php

Official Brevo provided RESTFul API V3 php library

1003.9M50](/packages/getbrevo-brevo-php)

PHPackages © 2026

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