PHPackages                             paynl/unifiedqr - 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. [Payment Processing](/categories/payments)
4. /
5. paynl/unifiedqr

ActiveLibrary[Payment Processing](/categories/payments)

paynl/unifiedqr
===============

Library to encode and decode payment UUID

v1.1.0(2y ago)05.9k↓37.5%1MITPHP

Since Feb 7Pushed 2y ago6 watchersCompare

[ Source](https://github.com/paynl/unifiedQR)[ Packagist](https://packagist.org/packages/paynl/unifiedqr)[ RSS](/packages/paynl-unifiedqr/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (5)Used By (0)

Pay.nl PHP - UnifiedQR
======================

[](#paynl-php---unifiedqr)

Library to encode and decode payment UUID

---

- [Installation](#installation)
- [Quick start and examples](#quick-start-and-examples)

---

### Installation

[](#installation)

This library uses composer.

Composer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you.

For more information on how to use/install composer, please visit:

To install the Pay.nl PHP sdk into your project, simply

```
$ composer require paynl/unifiedQR

```

### Quick start and examples

[](#quick-start-and-examples)

Encode dynamic QR

```
require __DIR__ . '/vendor/autoload.php';

$UUID = \Paynl\QR\UUID::encode(\Paynl\QR\UUID::QR_TYPE_DYNAMIC, [
    'serviceId'     => 'SL-1234-5678',
    'secret'        => '0e8debc04c0dce170a1de4205053bd3ed6fd132f',
    'reference'     => '0123456',
    'referenceType' => \Paynl\QR\UUID::REFERENCE_TYPE_STRING
]);

var_dump($UUID);
```

Decode dynamic QR

```
require __DIR__ . '/vendor/autoload.php';

$UUID = \Paynl\QR\UUID::decode([
    'secret' => '0e8debc04c0dce170a1de4205053bd3ed6fd132f',
    'uuid'   => $UUID
]);

var_dump($UUID);
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

4

Last Release

1047d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3de4fdf653f1c9f2fd2fd25bb1ee8c5cfc05051f17a41759099e44fc47f6a089?d=identicon)[paynl](/maintainers/paynl)

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

---

Top Contributors

[![jornBakery](https://avatars.githubusercontent.com/u/30690954?v=4)](https://github.com/jornBakery "jornBakery (2 commits)")[![woutse](https://avatars.githubusercontent.com/u/6763638?v=4)](https://github.com/woutse "woutse (2 commits)")[![Larsklopstra](https://avatars.githubusercontent.com/u/25669876?v=4)](https://github.com/Larsklopstra "Larsklopstra (1 commits)")

### Embed Badge

![Health badge](/badges/paynl-unifiedqr/health.svg)

```
[![Health](https://phpackages.com/badges/paynl-unifiedqr/health.svg)](https://phpackages.com/packages/paynl-unifiedqr)
```

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

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