How to generate a QR code in PHP ? – Generating QR Codes | VPS and VPN

How to generate a QR code in PHP ? – Generating QR Codes



In this video tutorial, I will show you how to generate a QR Code in PHP. I am using the Endroid qr code library from github : .

-~-~~-~~~-~~-~-
Please watch: “Learn Go Part 1: A basic Go program”

-~-~~-~~~-~~-~-

source

11 thoughts on “How to generate a QR code in PHP ? – Generating QR Codes

  1. Fatal error: Default value for parameters with a class type hint can only be NULL in C:xampphtdocsQR codesrcQrCode.php on line 61

    Fake

  2. i have written this
    "<?php
    require 'src/QrCode.php';
    use EndroidQrCodeQrCode;
    $qr= new QrCode();
    $qr->setText("This is a Qr code!")->setSize(200)->render();
    ?>"

  3. man it's not working . it says "localhost is currently unable to handle this request.
    HTTP ERROR 500"

  4. not work!!
    Fatal error: Interface 'EndroidQrCodeQrCodeInterface' not found in C:Program FilesAmppswwwQRsrcQrCode.php on line 18

  5. Thomas please can you do an updated video on this, the repo has been updated and its not the same with the one you used for the tutorial

Leave a Reply

Your email address will not be published. Required fields are marked *