https://github.com/xutl/yii2-jquery-qrcode-widget
https://github.com/xutl/yii2-jquery-qrcode-widget
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xutl/yii2-jquery-qrcode-widget
- Owner: xutl
- Created: 2017-12-19T13:12:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-19T13:22:51.000Z (over 7 years ago)
- Last Synced: 2025-01-20T12:46:37.610Z (4 months ago)
- Language: PHP
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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']]);?>
```