PHP code example of alone-php / qrcode

1. Go to this page and download the library: Download alone-php/qrcode 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/ */

    

alone-php / qrcode example snippets


alone_qrcode(string $str, string $logo_file = '', string $format = 'png', int $version = 5, int $scale = 5)
text
composer