ziplr / php-qr-code
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. Email us for help if needed.
Installs: 9 745
Dependents: 0
Suggesters: 0
Security: 0
Stars: 11
Watchers: 2
Forks: 6
pkg:composer/ziplr/php-qr-code
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)