PHP code example of quansitech / qscmf-rightbutton-qrscanner

1. Go to this page and download the library: Download quansitech/qscmf-rightbutton-qrscanner 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/ */

    

quansitech / qscmf-rightbutton-qrscanner example snippets


composer 

$builder->addRightButton('qrscanner', null, '', '', [
                        'websocket' => 'ws://192.168.31.222:2346',
                        'url' => U('home/index/scan', '', false, true),
                        'queryStr' => 'project_id=__id__'
                    ]);