khanamiryan/qrcode-detector-decoder
Pure-PHP QR code detector/decoder (ported from ZXing). Reads QR codes from image files using GD, no extra extensions required. Simple API: create a Zxing\QrReader with a path and call text() to get the decoded content.
BINARY_MODE to allow working with binary QRCodes. by @LZZZZ in https://github.com/khanamiryan/php-qrcode-detector-decoder/pull/158Full Changelog: https://github.com/khanamiryan/php-qrcode-detector-decoder/compare/2.0.2...2.0.3
Full Changelog: https://github.com/khanamiryan/php-qrcode-detector-decoder/compare/2.0.1...2.0.2
Thanks @GenieTim
Fixing even more possible "Implicit conversion from float" PHP 8 issues Add more tests I want to fix for Link the GitHub action in the README Even more typehints and checks Fix for when memory limit is set to -1
Fixed text() does not support PHP8
After last commit there were some errors in code.
How can I help you explore Laravel packages today?