2017 © Pedro Peláez
 

library tp5-qrcode

qrcode package for thinkphp5

image

honray/tp5-qrcode

qrcode package for thinkphp5

  • Thursday, January 5, 2017
  • by honraytech
  • Repository
  • 1 Watchers
  • 6 Stars
  • 39 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

honray-qrcode

thinkphp5 系统生成二维码函数, (*1)

安装

composer require honray/tp5-qrcode, (*2)

使用

在后端生成二维码

执行方法make_qrcode($content, $filename, $size = 4, $level = "L")
  • 生成二维码
  • -------------------------------------------------------------------------
  • @param string $content 内容,必须.
  • @param string $filename 保存文件名,必须.
  • @param string $size 大小,可选.
  • @param string $level 可选.
  • @return 返回值:文件路径.
  • -------------------------------------------------------------------

The Versions

05/01 2017

dev-master

9999999-dev

qrcode package for thinkphp5

  Sources   Download

Apache-2.0

by honray