drbiko/php-qr-code 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2019-09-13