PHPackages                             bauer-kirch/cwa-event-registration-url - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. bauer-kirch/cwa-event-registration-url

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

bauer-kirch/cwa-event-registration-url
======================================

Allows creating and reading Corona Warn App Check-In URLs

v1.0.1(5y ago)978Apache-2.0PHPPHP &gt;=7.1

Since Apr 26Pushed 5y ago3 watchersCompare

[ Source](https://github.com/bauer-kirch/cwa-event-registration-url)[ Packagist](https://packagist.org/packages/bauer-kirch/cwa-event-registration-url)[ Docs](https://github.com/bauer-kirch/cwa-event-registration-url)[ RSS](/packages/bauer-kirch-cwa-event-registration-url/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

bauer-kirch/cwa-event-registration-url
======================================

[](#bauer-kirchcwa-event-registration-url)

This PHP library allows generating Check-In URLs for the [Corona Warn App](https://www.coronawarn.app/) which can then be used to generate a QR code from. Moreover, event details can be extracted from existing Check-In URLs.

This library does not generate a QR code image. A dedicated library for QR code generation can be used for that, either in PHP or client side using JavaScript. A QR code generated from the check-in URL will open the [Corona Warn App](https://www.coronawarn.app/) on mobile devices.

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

[](#installation)

```
composer require bauer-kirch/cwa-event-registration-url
```

Usage
-----

[](#usage)

### Reading URLs

[](#reading-urls)

```
use BauerKirch\CoronaWarnAppEventRegistration\QRCodePayloadReader;

$url = 'https://e.coronawarn.app/?v=1#CAESR...';
$reader = new QRCodePayloadReader();
$result = $reader->readUrl($url);
echo $result->getDescription();
```

### Generating URLs

[](#generating-urls)

```
use BauerKirch\CoronaWarnAppEventRegistration\LocationType;
use BauerKirch\CoronaWarnAppEventRegistration\QRCodePayloadGenerator;

$generator = new QRCodePayloadGenerator();
$url = $generator->generateQRCodeUrl(
    LocationType::permanentWorkplace(),
    'Bauer + Kirch GmbH',
    'Pascalstr. 57, 52076 Aachen',
    120 // default check-in time in minutes
);
echo $url;
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

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

1893d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4072351?v=4)[Bauer + Kirch GmbH](/maintainers/bauer-kirch)[@bauer-kirch](https://github.com/bauer-kirch)

---

Tags

check-incoronacovidphpqr codecoronacovidcheck-incorona-warn-app

### Embed Badge

![Health badge](/badges/bauer-kirch-cwa-event-registration-url/health.svg)

```
[![Health](https://phpackages.com/badges/bauer-kirch-cwa-event-registration-url/health.svg)](https://phpackages.com/packages/bauer-kirch-cwa-event-registration-url)
```

###  Alternatives

[chillerlan/php-qrcode

A QR Code generator and reader with a user-friendly API. PHP 8.4+

2.4k36.7M282](/packages/chillerlan-php-qrcode)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

85036.3k](/packages/flow-php-flow)[salla/zatca

A helper to generate the QR code and signed it for ZATCA e-invoicing

164449.9k2](/packages/salla-zatca)[clarifai/clarifai-php-grpc

Clarifai PHP gRPC client

1229.6k](/packages/clarifai-clarifai-php-grpc)[zxing/qr-reader

PHP qr code reader library

7547.0k1](/packages/zxing-qr-reader)[ph-7/qrcode-generator-php-class

Light QRCode PHP class (library). QR Code Generator using vCard 4.0 and the Google Chart AP

10415.9k2](/packages/ph-7-qrcode-generator-php-class)

PHPackages © 2026

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