33[ ![ Packagist Version] ( https://img.shields.io/packagist/v/datalinx/php-upn-qr-generator )] ( https://packagist.org/packages/datalinx/php-upn-qr-generator )
44![ Packagist PHP Version Support] ( https://img.shields.io/packagist/php-v/datalinx/php-upn-qr-generator )
55![ Packagist Downloads] ( https://img.shields.io/packagist/dt/datalinx/php-upn-qr-generator )
6- [ ![ Test runner] ( https://github.com/DataLinx/php-upn-qr-generator/actions/workflows/test-runner.yml/badge.svg )] ( https://github.com/DataLinx/php-upn-qr-generator/actions/workflows/test-runner.yml )
7- [ ![ codecov] ( https://codecov.io/gh/DataLinx/php-upn-qr-generator/branch/master/ graph/badge.svg?token=VOYIGEPWA5 )] ( https://codecov.io/gh/DataLinx/php-upn-qr-generator )
6+ [ ![ Test runner] ( https://github.com/DataLinx/php-upn-qr-generator/actions/workflows/test-runner.yml/badge.svg?branch=master )] ( https://github.com/DataLinx/php-upn-qr-generator/actions/workflows/test-runner.yml )
7+ [ ![ codecov] ( https://codecov.io/gh/DataLinx/php-upn-qr-generator/graph/badge.svg?token=VOYIGEPWA5 )] ( https://codecov.io/gh/DataLinx/php-upn-qr-generator )
88[ ![ Conventional Commits] ( https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white )] ( https://conventionalcommits.org )
99![ Packagist License] ( https://img.shields.io/packagist/l/datalinx/php-upn-qr-generator )
1010
@@ -16,7 +16,7 @@ This library can output a PNG, SVG or EPS image to a local file.
1616The code is fully tested, including OCRing of the generated QR code.
1717
1818## Requirements
19- - PHP >= 7.4
19+ - PHP >= 8.1
2020- mbstring and iconv PHP extensions
2121- imagick PHP extension, but only if you want to generate PNG (raster) QR code images — not required for vector formats (SVG, EPS)
2222
@@ -26,6 +26,13 @@ Download it with composer:
2626composer require datalinx/php-upn-qr-generator
2727````
2828
29+ # # Versions
30+
31+ | Version | Dependencies | Development |
32+ | ---------| ------------------------------| ---------------|
33+ | 2.x | PHP ^8.1< br/> Bacon QR ^3.0 | Active |
34+ | 1.x | PHP ^7.4< br/> Bacon QR ^2.0.7 | Bugfixes only |
35+
2936# # Usage
3037In order to generate a QR code you need to pass at least these parameters:
3138* recipientIban
0 commit comments