2017 © Pedro Peláez
 

library qrcode

php qrcode

image

cannon/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

The README.md

qrcode

use Qrcode\QRcode;, (*1)

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

The Versions

19/04 2017

dev-master

9999999-dev

php qrcode

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by cannon

qrcode qcode