An open API service indexing awesome lists of open source software.

https://github.com/xutl/yii2-jquery-qrcode-widget


https://github.com/xutl/yii2-jquery-qrcode-widget

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# yii2-jqery-qrcode-asset

## 安装

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

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

or add

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

to the `require` section of your `composer.json`.

## 使用

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