dev-master
9999999-devYii2 widget for reading qr code using laptop or phone camera
MIT
The Requires
by Odai Alali
extension yii2 javascript qrcode reader
Yii2 widget for reading qr code using laptop or phone camera
THIS REPO IS ONLY FOR EXPIREMENT, DO NOT USE IN REAL PROJECTS, (*1)
Yii2 widget for reading qr code using laptop or phone camera, (*2)
The preferred way to install this extension is through composer., (*3)
Either run, (*4)
php composer.phar require odaialali/yii2-qrcode-reader "*"
or add, (*5)
"odaialali/yii2-qrcode-reader": "*"
to the require section of your composer.json
file., (*6)
Once the extension is installed, simply use it in your code by :, (*7)
echo odaialali\qrcodereader\QrReader::widget([ 'id' => 'qrInput', 'successCallback' => "function(data){ $('#qrInput').val(data) }" ]);
Yii2 widget for reading qr code using laptop or phone camera
MIT
extension yii2 javascript qrcode reader