PHPackages                             itk-dev/os2forms\_digital\_post - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. itk-dev/os2forms\_digital\_post

Abandoned → [https://github.com/OS2Forms/os2forms](/?search=https%3A%2F%2Fgithub.com%2FOS2Forms%2Fos2forms)ArchivedDrupal-module[HTTP &amp; Networking](/categories/http)

itk-dev/os2forms\_digital\_post
===============================

Provides integration to Afsend post service provided by Serviceplatformen.

3.0.1(2y ago)0988[2 issues](https://github.com/itk-dev/os2forms_digital_post/issues)MITPHPPHP ^8.1

Since Dec 22Pushed 2y ago2 watchersCompare

[ Source](https://github.com/itk-dev/os2forms_digital_post)[ Packagist](https://packagist.org/packages/itk-dev/os2forms_digital_post)[ RSS](/packages/itk-dev-os2forms-digital-post/feed)WikiDiscussions main Synced 1mo ago

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

**Warning**: This repository has been archived. Use the [os2forms\_digital\_post module](https://github.com/OS2Forms/os2forms/tree/develop/modules/os2forms_digital_post) in [OS2Forms/os2forms](https://github.com/OS2Forms/os2forms).

OS2Forms Digital Post
=====================

[](#os2forms-digital-post)

Send Digital Post to danish citizens from a webform.

This module uses the [SF1601](https://digitaliseringskataloget.dk/integration/sf1601) service from Serviceplatformen. Information and documentation can be obtained by following that link.

Usage
-----

[](#usage)

This module provides functionality for sending digital post to danish citizens. A WebformHandler is provided that you can add to your webform, and if configured it will send the submitted data as digital post.

Beskedfordeler endpoint
-----------------------

[](#beskedfordeler-endpoint)

This module provides an endpoint, `/os2forms_digital_post/PostStatusBeskedModtag`, for “[PostStatusBeskedModtag](https://digitaliseringskataloget.dk/integration/sf1601)” to get information on how or why not a digital post has been delivered. See “PostStatusBeskedHent” on  for details.

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

[](#installation)

Require it with composer:

```
composer require "os2forms/os2forms_digital_post"
```

Enable it with drush:

```
drush pm:enable os2forms_digital_post
```

### Example forms

[](#example-forms)

See [OS2Forms Digital Post examples](modules/os2forms_digital_post_examples/README.md).

Configuration
-------------

[](#configuration)

Go to `/admin/os2forms_digital_post/settings` to set up global settings for digital post.

Drush commands
--------------

[](#drush-commands)

```
drush --uri=$(itkdev-docker-compose url) os2forms_digital_post:digital-post:send --help

drush --uri=$(itkdev-docker-compose url) os2forms_digital_post:digital-post:memo-show --help
```

Queue
-----

[](#queue)

Digital post is sent via jobs via an [Advanced Queue](https://www.drupal.org/project/advancedqueue) called `os2forms_digital_post`.

The queue is processed via [Drupal's cron run](https://www.drupal.org/docs/administering-a-drupal-site/cron-automated-tasks/cron-automated-tasks-overview), but you can manually process the queue with `drush` if you want to process it more often than other Drupal cron jobs:

```
drush advancedqueue:queue:process os2forms_digital_post
```

List the queue (and all other queues) with

```
drush advancedqueue:queue:list
```

or go to `/admin/config/system/queues/jobs/os2forms_digital_post` for a graphical overview of jobs in the queue.

Coding standards
----------------

[](#coding-standards)

All coding standards are checked with [GitHub Actions](https://github.com/features/actions) when a pull request is made (cf. &lt;.github/workflows/pr.yaml&gt;).

Check coding standards:

```
docker run --rm --interactive --tty --volume ${PWD}:/app itkdev/php8.1-fpm:latest composer install
docker run --rm --interactive --tty --volume ${PWD}:/app itkdev/php8.1-fpm:latest composer coding-standards-check

docker run --rm --interactive --tty --volume ${PWD}:/app node:18 yarn --cwd /app install
docker run --rm --interactive --tty --volume ${PWD}:/app node:18 yarn --cwd /app coding-standards-check
```

Apply coding standards:

```
docker run --rm --interactive --tty --volume ${PWD}:/app itkdev/php8.1-fpm:latest composer coding-standards-apply

docker run --rm --interactive --tty --volume ${PWD}:/app node:18 yarn --cwd /app coding-standards-apply
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 67.5% 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 ~16 days

Total

15

Last Release

1008d ago

Major Versions

1.2.3 → 2.0.02023-06-23

2.0.2 → 3.0.02023-08-14

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/33924554?v=4)[ITK Development](/maintainers/itk-dev)[@itk-dev](https://github.com/itk-dev)

---

Top Contributors

[![rimi-itk](https://avatars.githubusercontent.com/u/11267554?v=4)](https://github.com/rimi-itk "rimi-itk (135 commits)")[![jekuaitk](https://avatars.githubusercontent.com/u/78410897?v=4)](https://github.com/jekuaitk "jekuaitk (25 commits)")[![lats1](https://avatars.githubusercontent.com/u/48216125?v=4)](https://github.com/lats1 "lats1 (22 commits)")[![martinyde](https://avatars.githubusercontent.com/u/545272?v=4)](https://github.com/martinyde "martinyde (17 commits)")[![perthaarhus](https://avatars.githubusercontent.com/u/13046592?v=4)](https://github.com/perthaarhus "perthaarhus (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/itk-dev-os2forms-digital-post/health.svg)

```
[![Health](https://phpackages.com/badges/itk-dev-os2forms-digital-post/health.svg)](https://phpackages.com/packages/itk-dev-os2forms-digital-post)
```

###  Alternatives

[nelmio/api-doc-bundle

Generates documentation for your REST API from attributes

2.3k63.6M233](/packages/nelmio-api-doc-bundle)[php-http/client-common

Common HTTP Client implementations and tools for HTTPlug

1.0k225.5M571](/packages/php-http-client-common)[kriswallsmith/buzz

Lightweight HTTP client

2.0k31.3M443](/packages/kriswallsmith-buzz)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[friendsofsymfony/http-cache

Tools to manage HTTP caching proxies with PHP

36114.7M36](/packages/friendsofsymfony-http-cache)[php-http/curl-client

PSR-18 and HTTPlug Async client with cURL

48247.0M384](/packages/php-http-curl-client)

PHPackages © 2026

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