Answers for "create qr code png image of 200*200 using phpqrcode"

PHP
0

create qr code png image of 200*200 using phpqrcode

QRlib.php also does support SVG, doesn't it?

https://github.com/t0k4rt/phpqrcode

require_once(__DIR__.'/phpqrcode-master/qrlib.php');
echo QRcode::svg('hello');
Posted by: Guest on August-06-2020

Browse Popular Code Answers by Language