I have a code for generating qrcode in jpeg and png format but want to also generate svg qrcode with background image in PHP. I am using qrlib.php for generating jpeg and png format.
Yes, you can create a QR code for a picture using QRTIGER QR code generator online by following the instructions above.
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');
I think the answer is quite simple: as it seems to me there is a wrong build to download from the original source (= http://sourceforge.net/projects/phpqrcode/files/releases/). I tried this one and it didnt work for me either. On the other hand this source works: https://github.com/t0k4rt/phpqrcode Hope this helps. Uwe
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With