Skip to content

jianzhenchen/Yii-QRCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yii QRCode

Original PHP QRCode is from 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':
'qrcode' => array(
    'class' => 'ext.qrcode.QRCode',
),

Usage

examples

#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

About

PHP QRCode For Yii (二维码)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages