cannon / qrcode
php qrcode
dev-master
2017-04-19 08:38 UTC
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2025-04-04 23:04:19 UTC
README
use Qrcode\QRcode;
$obj = new QRcode(); $errorCorrectionLevel = 'L'; $matrixPointSize = 6; $obj->png("http://www.baidu.com", false, $errorCorrectionLevel, $matrixPointSize, 2);