PHPackages                             ksdev/pakkelabel-dk-api - 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. ksdev/pakkelabel-dk-api

ActiveLibrary[API Development](/categories/api)

ksdev/pakkelabel-dk-api
=======================

Pakkelabel.dk API class

2.0.1(10y ago)023[1 issues](https://github.com/ksdevelopment/pakkelabel-dk-api/issues)PHP

Since Oct 22Pushed 10y ago1 watchersCompare

[ Source](https://github.com/ksdevelopment/pakkelabel-dk-api)[ Packagist](https://packagist.org/packages/ksdev/pakkelabel-dk-api)[ RSS](/packages/ksdev-pakkelabel-dk-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

```
Usage:
----------------
The first thing required is to login

     $label = new Pakkelabels('api_user', 'api_key');

This will login and fetch the required token.
The token is then automatically added to any subsequent calls.

To see the generated token you can use:

    echo $label->getToken();

Examples:
----------------

    // Get all Post Danmark labels shipped to Denmark
    $labels = $label->shipments(array('shipping_agent' => 'pdk', 'receiver_country' => 'DK'));

    // Display the PDF for a specific label
    $base64 = $label->pdf(31629);
    $pdf = base64_decode($base64);
    header('Content-type: application/pdf');
    header('Content-Disposition: inline; filename="label.pdf"');
    echo $pdf;
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

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

Total

2

Last Release

3861d ago

### Community

Maintainers

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

---

Top Contributors

[![ksvendsen](https://avatars.githubusercontent.com/u/302771?v=4)](https://github.com/ksvendsen "ksvendsen (3 commits)")

### Embed Badge

![Health badge](/badges/ksdev-pakkelabel-dk-api/health.svg)

```
[![Health](https://phpackages.com/badges/ksdev-pakkelabel-dk-api/health.svg)](https://phpackages.com/packages/ksdev-pakkelabel-dk-api)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

90821.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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