How can you read QR Codes in PHP?

前端 未结 5 891
难免孤独
难免孤独 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条回答
  •  梦毁少年i
    2020-12-23 00:32

    If you have the possibility to use a phpextension, php-zbarcode at https://github.com/mkoppanen/php-zbarcode can read qrcodes. It's a wrapper for ZBar from http://zbar.sourceforge.net, which in turn is a LGPL C library for decoding barcodes.

提交回复
热议问题