hotarunohikari/dr-qrcode

qrcode helper

Maintainers

Package info

github.com/hotarunohikari/dr-qrcode

Type:composer

pkg:composer/hotarunohikari/dr-qrcode

Statistics

Installs: 25

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.1 2020-04-01 07:28 UTC

This package is auto-updated.

Last update: 2026-03-01 00:31:00 UTC


README

/**
 * description : 二维码图片生成函数
 *
 * @param $content 图片中要存储的内容
 * @param $path 图片存放路径
 * @return string 图片存储的路径和名称
 * @throws Exception
 */
static function png($content, $path)