drbiko/php-qr-code

There is no license information available for the latest version (1.0.0) of this package.

PHP QR Code Generator compatible with PHP 7.0

1.0.0 2019-09-13 20:30 UTC

This package is auto-updated.

Last update: 2024-03-14 07:34:36 UTC


README

PHP QR Code Generator compatible with PHP 7.0 Ported from http://phpqrcode.sourceforge.net/

Installation

The recommended method of installing this library is via Composer.

Run the following command from your project root:

$ composer require drbiko/php-qr-code

Usage

require __DIR__ . "/vendor/autoload.php";
QRcode::png('https://github.com/drbiko/php-qr-code', false, QR_ECLEVEL_H, 10, 0);

[examples] (http://phpqrcode.sourceforge.net/examples/index.php)

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