PHPackages                             lsv/pddk-parcelshop-api-bundle - 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. lsv/pddk-parcelshop-api-bundle

ActiveLibrary[API Development](/categories/api)

lsv/pddk-parcelshop-api-bundle
==============================

Symfony bundle for webservice to Postdanmark ParcelShop

v1.3(9y ago)0821MITPHP

Since May 29Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Parcelshop/postdanmark-parcelshop-api-bundle)[ Packagist](https://packagist.org/packages/lsv/pddk-parcelshop-api-bundle)[ RSS](/packages/lsv-pddk-parcelshop-api-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (4)Versions (6)Used By (0)

Postdanmark parcelshop (for Denmark) - Symfony Bundle
=====================================================

[](#postdanmark-parcelshop-for-denmark---symfony-bundle)

Install
-------

[](#install)

### Composer

[](#composer)

Add this to your composer

```
"lsv/pddk-parcelshop-api-bundle": "~1.0"

```

Or run

```
composer require lsv/pddk-parcelshop-api-bundle

```

### AppKernel

[](#appkernel)

Add this to your AppKernel.php

```
new Lsv\LsvPddkApiBundle\LsvPddkApiBundle()

```

### Configuration

[](#configuration)

Add your consumer id to the config file

[You can get your consumer id from here](http://www.postdanmark.dk/da/Logistik/netbutikker/vaelg-selv-udleveringssted/Sider/Implementer-vaelg-selv.aspx#tab2)

```
lsv_pddk_api:
    consumerid: xxx-xxxx-xxxx
```

Usage
-----

[](#usage)

### Service

[](#service)

```
$this->get('lsv_pddk_api.parcelshop')

```

### Methods

[](#methods)

```
$this->get('lsv_pddk_api.parcelshop')->getParcelshop( ZIPCODE, ID )

$this->get('lsv_pddk_api.parcelshop')->getParcelshopsFromZipcode( ZIPCODE )

$this->get('lsv_pddk_api.parcelshop')->getParcelshopsNearAddress( STREET, ZIPCODE, LIMIT )

```

Learn more about what the methods do at the [bundles homepage](https://github.com/lsv/postdanmark-parcelshop)

### Adding your own guzzle client, fx if you want cache or retry service

[](#adding-your-own-guzzle-client-fx-if-you-want-cache-or-retry-service)

Overwrite the parameter `lsv_pddk_api.client` with your own client

Or you can overwrite the whole class with the parameter `lsv_pddk_api.class`

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity67

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

Total

4

Last Release

3589d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ff9304e6a7caa208d631a1529240a97dff2f47dadde7bff153e8a90818047168?d=identicon)[lsv](/maintainers/lsv)

---

Top Contributors

[![lsv](https://avatars.githubusercontent.com/u/20708?v=4)](https://github.com/lsv "lsv (7 commits)")

### Embed Badge

![Health badge](/badges/lsv-pddk-parcelshop-api-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/lsv-pddk-parcelshop-api-bundle/health.svg)](https://phpackages.com/packages/lsv-pddk-parcelshop-api-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[sulu/headless-bundle

Bundle that provides controllers and services for using Sulu as headless content management system

55133.7k2](/packages/sulu-headless-bundle)

PHPackages © 2026

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