2017 © Pedro Peláez
 

yii2-extension yii2-qrcode

Jq Qrcode For Yii2

image

xinyeweb/yii2-qrcode

Jq Qrcode For Yii2

  • Saturday, September 9, 2017
  • by hotarzhang
  • Repository
  • 2 Watchers
  • 0 Stars
  • 5 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Jq Qrcode For Yii2

Jq Qrcode For Yii2, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist xinyeweb/yii2-qrcode "*"

or add, (*4)

"xinyeweb/yii2-qrcode": "*"

to the require section of your composer.json file., (*5)

Usage

Once the extension is installed, simply use it in your code by :, (*6)

<?= \xinyeweb\qrcode\QrCode::widget([
    'options' => [
        'id' => 'my-qrcode',
        'class' => 'qrcode-class'
    ],
    'clientOptions' => [
        'render' => 'table',
        'text' => 'http://www.autozh.com'    
    ]
]) ?>

The Versions

09/09 2017

dev-master

9999999-dev

Jq Qrcode For Yii2

  Sources   Download

BSD-3-Clause

The Requires

 

by hoter

extension yii2