PHPackages                             itk-dev/os2forms\_cvr\_lookup - 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. itk-dev/os2forms\_cvr\_lookup

ActiveDrupal-module

itk-dev/os2forms\_cvr\_lookup
=============================

Provides integration to CVR service provided by Serviceplatformen.

1.4.0(3y ago)02.2k[2 PRs](https://github.com/itk-dev/os2forms_cvr_lookup/pulls)MITPHP

Since Jun 18Pushed 3y ago2 watchersCompare

[ Source](https://github.com/itk-dev/os2forms_cvr_lookup)[ Packagist](https://packagist.org/packages/itk-dev/os2forms_cvr_lookup)[ RSS](/packages/itk-dev-os2forms-cvr-lookup/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelog (7)Dependencies (6)Versions (11)Used By (0)

OS2Forms CVR Lookup
===================

[](#os2forms-cvr-lookup)

Query the Danish CVR register for Drupal Webforms.

Service:

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

[](#installation)

Require it with composer:

```
composer require "itk-dev/os2forms_cvr_lookup"
```

Enable it with drush:

```
drush pm:enable os2forms_cvr_lookup
```

Add the following configuration:

```
$config['os2forms_cvr_lookup'] = [
  'azure_tenant_id' => '',
  'azure_application_id' => '',
  'azure_client_secret' => '',

  'azure_key_vault_name' => '',
  'azure_key_vault_secret' => '',
  'azure_key_vault_secret_version' => '',

  'service_agreement_uuid' => '',
  'user_system_uuid' => '',
  'user_uuid' => '',

  'service_uuid' => '',
  'service_endpoint' => '',
  'service_contract' => dirname(DRUPAL_ROOT) . '/vendor/itk-dev/serviceplatformen/resources/online-service-contract/wsdl/context/OnlineService.wsdl',
];
```

Usage
-----

[](#usage)

This module provides functionality for querying the danish CVR register and showing the result. In general terms you use it by adding a query element, which when changed performs a query and populates other elements with the result.

The elements provided:

- CVR Element - Element which queries the Danish CVR register when changed.
- CVR Name Element - This is populated with the name from the above mentioned query result.
- CVR Street Element - This is filled with the name of the street from the result.
- CVR House Number Element - This is filled with the house number from the result.
- CVR Postal Code Element - This is filled with the postal code from the result.
- CVR City Element - This is filled with the city from the result.

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

[](#coding-standards)

Run phpcs with the provided configuration:

```
composer coding-standards-check

// Apply coding standards
composer coding-standards-apply
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 53.1% 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 ~114 days

Recently: every ~160 days

Total

7

Last Release

1096d ago

### Community

Maintainers

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

---

Top Contributors

[![lats1](https://avatars.githubusercontent.com/u/48216125?v=4)](https://github.com/lats1 "lats1 (17 commits)")[![jeppekroghitk](https://avatars.githubusercontent.com/u/106669866?v=4)](https://github.com/jeppekroghitk "jeppekroghitk (7 commits)")[![rimi-itk](https://avatars.githubusercontent.com/u/11267554?v=4)](https://github.com/rimi-itk "rimi-itk (7 commits)")[![perthaarhus](https://avatars.githubusercontent.com/u/13046592?v=4)](https://github.com/perthaarhus "perthaarhus (1 commits)")

### Embed Badge

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

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

###  Alternatives

[symfony/form

Allows to easily create, process and reuse HTML forms

2.8k152.1M2.8k](/packages/symfony-form)[symfony/security-http

Symfony Security Component - HTTP Integration

1.7k164.3M233](/packages/symfony-security-http)[api-platform/core

Build a fully-featured hypermedia or GraphQL API in minutes!

2.6k48.1M235](/packages/api-platform-core)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M309](/packages/easycorp-easyadmin-bundle)[vich/uploader-bundle

Ease file uploads attached to entities

1.9k25.9M114](/packages/vich-uploader-bundle)[symfony/serializer-pack

A pack for the Symfony serializer

1.1k28.2M219](/packages/symfony-serializer-pack)

PHPackages © 2026

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