xutl/yii2-jquery-qrcode-widget

The jquery qrcode for yii2.

Installs: 1 333

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

1.0.0 2017-12-19 13:21 UTC

This package is auto-updated.

Last update: 2024-04-11 01:36:43 UTC


README

安装

The preferred way to install this extension is through composer.

Either run

composer require --prefer-dist xutl/yii2-jquery-qrcode-widget

or add

"xutl/yii2-jquery-qrcode-widget": "~1.0.0"

to the require section of your composer.json.

使用

<?= xutl\jquery\qrcode\QRCode::widget(['clientOptions' => ['text'=>'https://www.baidu.com']]);?>