hustshenl/yii2-qrcode

Yii2 中的二维码

安装次数: 31

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 3

分支: 0

开放问题: 0

类型:yii2-extension

0.1.1 2015-08-12 06:40 UTC

This package is auto-updated.

Last update: 2024-09-13 21:58:36 UTC


README

基于yii2-qrcode-helper编写的二维码扩展,增加了二维码图片重写功能。如果您想在二维码图片上方或下方添加文字信息,可以使用本扩展。

关于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');