大炮/二维码

php 二维码

dev-master 2017-04-19 08:38 UTC

This package is not auto-updated.

Last update: 2024-09-20 20:26:22 UTC


README

use Qrcode\QRcode;

$obj = new QRcode(); $errorCorrectionLevel = 'L'; $matrixPointSize = 6; $obj->png("http://www.baidu.com", false, $errorCorrectionLevel, $matrixPointSize, 2);