hustshenl/yii2-qrcode qrcode in Yii2

extensionuploadeditorflashueditor

yii2-qrcode

基于yii2-qrcode-helper写的二维码扩展,加入了二维码图片重写的功能,如果你想在二维码图片上面或者下面写入文字信息,可以使用本扩展

关于yii2-qrcode-helper

你可以在这里查看yii2-qrcode-helper相应的信息

依赖

图片操作部分依赖Imagine扩展

使用

use dosamigos\qrcode\extension\QrCodeOverride;

$Object = new QrCodeOverride([生成原始二维码的参数],'jpg或者Png');
$Object->CreateQrCode() //生成原始的二维码
$Object->FontSize = 30; //设置文字对应的属性

$Object->run("写入文字",'bottom');

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



0.1.1 is the latest of one release



MIT license
Stats
0 github stars & 0 github forks
0 downloads in the last day
0 downloads in the last 30 days
31 total downloads