Ashus / PHPQRCode

PHP QRCode Generator Library

Home Page:http://phpqrcode.sourceforge.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP QRCode Library

To install this library please follow the next steps:

Install the library using composer:

Run the command composer require ashus/phpqrcode.

Usage

Sample code:

\PHPQRCode\QRcode::png("Test", "/tmp/qrcode.png", 'L', 4, 2);

This code will generate a PNG file on '/tmp/qrcode.png' with a QRCode that contains the word 'Test'.

Acknowledgements

This library is an import of PHP QR Code by Dominik Dzienia that you can find at http://phpqrcode.sourceforge.net

Based on C libqrencode library (ver. 3.1.1), Copyright (C) 2006-2010 by Kentaro Fukuchi http://megaui.net/fukuchi/works/qrencode/index.en.html

QR Code is registered trademarks of DENSO WAVE INCORPORATED in JAPAN and other countries.

Reed-Solomon code encoder is written by Phil Karn, KA9Q. Copyright (C) 2002, 2003, 2004, 2006 Phil Karn, KA9Q

About

PHP QRCode Generator Library

http://phpqrcode.sourceforge.net/

License:GNU Lesser General Public License v3.0


Languages

Language:PHP 100.0%