PHPackages                             rikudou/czqrpayment - 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/czqrpayment

ActiveLibrary[Payment Processing](/categories/payments)

rikudou/czqrpayment
===================

QR payment library for Czech accounts

v5.3.1(1y ago)29404.4k↑30.4%76MITPHPPHP ^7.3 | ^8.0

Since Jun 26Pushed 1y ago3 watchersCompare

[ Source](https://github.com/RikudouSage/QrPaymentCZ)[ Packagist](https://packagist.org/packages/rikudou/czqrpayment)[ Docs](https://github.com/RikudouSage/QrPaymentCZ)[ Fund](https://ko-fi.com/dominik_ch)[ Fund](https://liberapay.com/dominik_ch)[ RSS](/packages/rikudou-czqrpayment/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (8)Versions (25)Used By (6)

QR code payment (CZ)
====================

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

[![Tests](https://github.com/RikudouSage/QrPaymentCZ/workflows/Tests/badge.svg)](https://github.com/RikudouSage/QrPaymentCZ/actions?query=workflow%3ATests)[![Codacy Badge](https://camo.githubusercontent.com/7c6615c78fdbcc088ea958e2f717f514e6b4cb3812400987baf52b4bef8682f7/68747470733a2f2f6170702e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f6638373637333735396562313437393938643165383535306166326138623234)](https://www.codacy.com/gh/RikudouSage/QrPaymentCZ/dashboard)[![Coverage Status](https://camo.githubusercontent.com/32b03105cfde67e2aace66ac7e30d6e26c66cf0773b2654fc50ccdf173606957/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f6769746875622f52696b75646f75536167652f51725061796d656e74435a2f6d61737465722e737667)](https://coveralls.io/github/RikudouSage/QrPaymentCZ?branch=master)[![Download](https://camo.githubusercontent.com/ef9735437ade5e1b22d2fb38c85c4ddf16556acd5cc047a9e809024b0962e5aa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f72696b75646f752f637a71727061796d656e742e737667)](https://packagist.org/packages/rikudou/czqrpayment)

A simple library to generate QR payment code for Czech Republic. All methods are documented in source code.

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

> Using Symfony? See the [QR Payment Bundle](https://github.com/RikudouSage/QrPaymentBundle).

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

[](#installation)

Via composer: `composer require rikudou/czqrpayment`

Usage
-----

[](#usage)

You can create the QR payment for an object implementing `\Rikudou\Iban\Iban\IbanInterface` or from account number and bank account (which is then converted to `\Rikudou\Iban\Iban\CzechIbanAdapter` object).

> See [rikudou/iban](https://github.com/RikudouSage/IBAN) for description of the interface and classes which let you for example validate the iban and/or the bank account number and bank code.

From IbanInterface implementing classes:

```
