PHPackages                             hubipe/huqrpayment - 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. hubipe/huqrpayment

ActiveLibrary[Payment Processing](/categories/payments)

hubipe/huqrpayment
==================

QR payment library for Hungary (according to the Magyar Nemzeti Bank standard version 001)

v1.1.1(2y ago)279.2k↓15.2%MITPHPPHP ^7.3|^8.0

Since Mar 30Pushed 2y ago1 watchersCompare

[ Source](https://github.com/hubipe/QrPaymentHU)[ Packagist](https://packagist.org/packages/hubipe/huqrpayment)[ Docs](https://github.com/hubipe/QrPaymentHU)[ RSS](/packages/hubipe-huqrpayment/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (5)Versions (6)Used By (0)

QR code payment by Hungarian MNB standard
=========================================

[](#qr-code-payment-by-hungarian-mnb-standard)

Library to generate QR payment codes for Hungarian banks (standard by Hungarian national bank (MNB)). This library was copied and modified from the [rikudou's EU QR Payment](https://github.com/RikudouSage/QrPaymentEU)

> See [the standard](https://www.mnb.hu/letoltes/qr-kod-utmutato-20190712-en.pdf)

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

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

[](#installation)

Via composer: `composer require hubipe/huqrpayment`

Usage
-----

[](#usage)

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

Example with string:

```
