library qrcode
php qrcode
- Wednesday, April 19, 2017
- by FengXueZhang
- Repository
- 1 Watchers
- 0 Stars
- 154 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 11 % Grown
qrcode
use Qrcode\QRcode;, (*1)
$obj = new QRcode();
$errorCorrectionLevel = 'L';
$matrixPointSize = 6;
$obj->png("http://www.baidu.com", false, $errorCorrectionLevel, $matrixPointSize, 2);, (*2)
dev-master
9999999-dev
php qrcode
Sources
Download
MIT
The Requires
by
cannon
qrcode qcode