2017 © Pedro Peláez
 

yii2-extension yii2-qrcode-reader

Yii2 widget for reading qr code using laptop or phone camera

image

odaialali/yii2-qrcode-reader

Yii2 widget for reading qr code using laptop or phone camera

  • Friday, May 5, 2017
  • by odai-alali
  • Repository
  • 2 Watchers
  • 3 Stars
  • 223 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 2 Open issues
  • 1 Versions
  • 6 % Grown

The README.md

THIS REPO IS ONLY FOR EXPIREMENT, DO NOT USE IN REAL PROJECTS, (*1)

Yii2 QR Code Reader

Yii2 widget for reading qr code using laptop or phone camera, (*2)

Installation

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)

Usage

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) }"
]);

The Versions

05/05 2017

dev-master

9999999-dev

Yii2 widget for reading qr code using laptop or phone camera

  Sources   Download

MIT

The Requires

 

by Odai Alali

extension yii2 javascript qrcode reader