|
@@ -5,6 +5,8 @@ It also features a QR Code reader based on a [PHP port](https://github.com/khana
|
|
|
|
|
|
|
|
**Hi! Please check out the [v5.0-beta release](https://github.com/chillerlan/php-qrcode/releases/tag/5.0-beta) and leave your feedback in [this discussion thread](https://github.com/chillerlan/php-qrcode/discussions/188). Thanks!**
|
|
**Hi! Please check out the [v5.0-beta release](https://github.com/chillerlan/php-qrcode/releases/tag/5.0-beta) and leave your feedback in [this discussion thread](https://github.com/chillerlan/php-qrcode/discussions/188). Thanks!**
|
|
|
|
|
|
|
|
|
|
+**Attention:** there is now also a javascript port: [chillerlan/js-qrcode](https://github.com/chillerlan/js-qrcode).
|
|
|
|
|
+
|
|
|
[![PHP Version Support][php-badge]][php]
|
|
[![PHP Version Support][php-badge]][php]
|
|
|
[![Packagist version][packagist-badge]][packagist]
|
|
[![Packagist version][packagist-badge]][packagist]
|
|
|
[![Continuous Integration][gh-action-badge]][gh-action]
|
|
[![Continuous Integration][gh-action-badge]][gh-action]
|
|
@@ -30,8 +32,6 @@ It also features a QR Code reader based on a [PHP port](https://github.com/khana
|
|
|
|
|
|
|
|
## Overview
|
|
## Overview
|
|
|
|
|
|
|
|
-**Attention:** there is now also a javascript port: [chillerlan/js-qrcode](https://github.com/chillerlan/js-qrcode).
|
|
|
|
|
-
|
|
|
|
|
### Features
|
|
### Features
|
|
|
|
|
|
|
|
- Creation of [Model 2 QR Codes](https://www.qrcode.com/en/codes/model12.html), [Version 1 to 40](https://www.qrcode.com/en/about/version.html)
|
|
- Creation of [Model 2 QR Codes](https://www.qrcode.com/en/codes/model12.html), [Version 1 to 40](https://www.qrcode.com/en/about/version.html)
|