How can you read QR Codes in PHP?

前端 未结 5 884
难免孤独
难免孤独 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:26

    To decode your QR code you have to upload image of QR code and it will show you text inside that code image.

    http://www.phpgang.com/how-to-decode-qr-code_344.html

    Very easy to do tutorial I hope it helps.

提交回复
热议问题