cannon / qrcode
php qrcode
Installs: 198
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/cannon/qrcode
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2025-10-04 01:34:49 UTC
README
use Qrcode\QRcode;
$obj = new QRcode(); $errorCorrectionLevel = 'L'; $matrixPointSize = 6; $obj->png("http://www.baidu.com", false, $errorCorrectionLevel, $matrixPointSize, 2);