phpsource / php-qr-code

PHP Qr Code Generator compatible with php 7.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

php-qr-code

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 ziplr/php-qr-code

Usage

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

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

About

PHP Qr Code Generator compatible with php 7.0

License:GNU General Public License v3.0


Languages

Language:PHP 100.0%