How can you read QR Codes in PHP?

前端 未结 5 890
难免孤独
难免孤独 2020-12-23 00:07

Is there a plain PHP implementation for decoding QR codes?

I have a faux-smartphone. One of those phones that parades as a smartphone but that I can\'t download any

5条回答
  •  甜味超标
    2020-12-23 00:38

    There is only one pure PHP QR code decoder. It's working with GD library, but can use also ImageMagick. This PHP QR code reader is ported from ZXing.

    https://github.com/khanamiryan/php-qrcode-detector-decoder

提交回复
热议问题