PHPackages                             rikudou/euqrpayment - 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. rikudou/euqrpayment

ActiveLibrary[Payment Processing](/categories/payments)

rikudou/euqrpayment
===================

QR payment library for European Union according to EPC standard version 2

v1.4.0(4y ago)18346.1k—5%61MITPHPPHP ^7.3|^8.0CI failing

Since Dec 15Pushed 4y ago2 watchersCompare

[ Source](https://github.com/RikudouSage/QrPaymentEU)[ Packagist](https://packagist.org/packages/rikudou/euqrpayment)[ Docs](https://github.com/RikudouSage/QrPaymentEU)[ RSS](/packages/rikudou-euqrpayment/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (5)Dependencies (8)Versions (15)Used By (1)

QR code payment (EU)
====================

[](#qr-code-payment-eu)

[![Tests](https://github.com/RikudouSage/QrPaymentEU/actions/workflows/test.yaml/badge.svg)](https://github.com/RikudouSage/QrPaymentEU/actions/workflows/test.yaml)[![Coverage Status](https://camo.githubusercontent.com/5f87d88ae2a44d6dd8faade93091e8e5fc27b4771891aaacbc4b4840f5b22f0f/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f6769746875622f52696b75646f75536167652f51725061796d656e7445552f6d61737465722e737667)](https://coveralls.io/github/RikudouSage/QrPaymentEU?branch=master)[![Download](https://camo.githubusercontent.com/0db2bd1feb932c06c99f028c168e1aab3e669d7f166e9a38fd29115213394c77/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f72696b75646f752f657571727061796d656e742e737667)](https://packagist.org/packages/rikudou/euqrpayment)

Library to generate QR payment codes for European Union (EPC standard, also called GiroCode in Germany). Currently used in Germany, Austria, Netherlands, Finland and Belgium.

> See also QR code payment generator for [Czech](https://github.com/RikudouSage/QrPaymentCZ), [Slovak](https://github.com/RikudouSage/QrPaymentSK)or [Hungarian](https://github.com/hubipe/QrPaymentHU) accounts

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

[](#installation)

Via composer: `composer require rikudou/euqrpayment`

Usage
-----

[](#usage)

In the constructor you must supply IBAN which may be a string or an instance of `rikudou\EuQrPayment\Iban\IbanInterface`.

Example with string:

```
