cannon/qrcode

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

This package is not auto-updated.

Last update: 2024-05-17 18:27:30 UTC


README

use Qrcode\QRcode;

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