From 671ff21c0f958644e601387af539388c56d62fca Mon Sep 17 00:00:00 2001 From: Mark Scherer Date: Fri, 12 Apr 2024 00:33:09 +0200 Subject: [PATCH] Add QR Code generator and reader --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 77f5a42..9fc0c27 100644 --- a/README.md +++ b/README.md @@ -303,6 +303,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Imagine](https://imagine.readthedocs.io/en/latest/index.html) - An image manipulation library. * [Intervention Image](https://github.com/Intervention/image) - Another image manipulation library. * [PHP Image Workshop](https://github.com/Sybio/ImageWorkshop) - Another image manipulation library. +* [PHP QR Code](https://github.com/chillerlan/php-qrcode/) - QR Code generator and reader. ### Testing *Libraries for testing codebases and generating test data.*