FusionPBX 987ec439ff Delete .phpqrcode.php.swp 7 năm trước cách đây
..
QR8bitByte.php 6289ba805d Add a BSD licensed QR code library 7 năm trước cách đây
QRBitBuffer.php 6289ba805d Add a BSD licensed QR code library 7 năm trước cách đây
QRByte.php 6289ba805d Add a BSD licensed QR code library 7 năm trước cách đây
QRCode.php 6289ba805d Add a BSD licensed QR code library 7 năm trước cách đây
QRCodeException.php 6289ba805d Add a BSD licensed QR code library 7 năm trước cách đây
QRCodeImage.php 6289ba805d Add a BSD licensed QR code library 7 năm trước cách đây
QRErrorCorrectLevel.php 6289ba805d Add a BSD licensed QR code library 7 năm trước cách đây
QRMath.php 6289ba805d Add a BSD licensed QR code library 7 năm trước cách đây
QRMode.php 6289ba805d Add a BSD licensed QR code library 7 năm trước cách đây
QRPolynominal.php 6289ba805d Add a BSD licensed QR code library 7 năm trước cách đây
QRRSBlock.php 6289ba805d Add a BSD licensed QR code library 7 năm trước cách đây
QRUtil.php 6289ba805d Add a BSD licensed QR code library 7 năm trước cách đây
README.md 6289ba805d Add a BSD licensed QR code library 7 năm trước cách đây
rsblock.dat 6289ba805d Add a BSD licensed QR code library 7 năm trước cách đây

README.md

phpQr - A QRCode encoder class

by Maik Greubel ([email protected])

The intention to create a basic qrcode encoder for PHP was a request on phpclasses.org.

The author studied multiple sources to get an idea how qrcode implementation works under the hood. The best source was the JavaScript library jquery which provides a HTML Table based implementation. See source and documentation at https://github.com/jeromeetienne/jquery-qrcode

So the hard work was already done by Jerome Etienne. My part was only to port it to PHP code.

Currently this package does not have the capability to read QRCodes.

Further readings

For a detailed description of QRCode and its features please check http://www.qrcode.com/

Trademark information

QR Code is registered trademark of
DENSO WAVE INCORPORATED http://www.denso-wave.com/qrcode/faqpatent-e.html

License

All files in the package are published under the terms of the BSD 2 License. http://opensource.org/licenses/BSD-2-Clause