drbiko/php-qr-code
最新稳定版本:1.0.0
Composer 安装命令:
composer require drbiko/php-qr-code
包简介
PHP QR Code Generator compatible with PHP 7.0
README 文档
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
统计信息
- 总下载量: 19.68k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2019-09-13