ziplr/php-qr-code

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

PHP Qr Code Generator compatible with php 7.0

This package's canonical repository appears to be gone and the package has been frozen as a result.

Maintainers

Details

github.com/ziplr/php-qr-code

Installs: 9 745

Dependents: 0

Suggesters: 0

Security: 0

Stars: 11

Watchers: 2

Forks: 6

v1.0 2017-07-22 08:29 UTC

This package is not auto-updated.

Last update: 2020-08-09 01:29:15 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 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)