Hi,
I need to implement a QR code generator and Scanner in PHP for my web application.
Can you suggest a plugin or provide any link.
Thanks!
Hi,
I need to implement a QR code generator and Scanner in PHP for my web application.
Can you suggest a plugin or provide any link.
Thanks!
Ok, since nobody has answered, I’ll give it a shot. There are libraries you can use to generate QR codes in PHP, check out some of them here, https://packagist.org/?query=qr%20code
Reading would be a little more tricky. Since PHP is a back end language, the best you could do is find a library that will read the graphic file and interpret it that way. But that’s really not the way they are supposed to be used.
Cheers!
=C=