cannon/qrcode

php qrcode

Maintainers

Package info

github.com/FengXueZhang/qrcode

pkg:composer/cannon/qrcode

Statistics

Installs: 198

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-03-21 03:40:39 UTC


README

use Qrcode\QRcode;

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