PHP code example of naka507 / qrhelper

1. Go to this page and download the library: Download naka507/qrhelper library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

naka507 / qrhelper example snippets




use QrHelper\QrReader;

$qr = new QrReader('./wemini.png');
echo $qr->text();