Skip to content

PHP Qr Code Generator compatible with php 7.0

License

Notifications You must be signed in to change notification settings

phpsource/php-qr-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages