barq-dev / gqrcode

基于Google API的QR码生成器

1.0.1 2023-03-29 01:18 UTC

This package is not auto-updated.

Last update: 2024-09-26 07:14:58 UTC


README

生成Google QR码图像

安装

composer require barq-dev/gqrcode

使用方法

$qr = new QRCode();
$text = "https://barqun.com";
$qr->text($text)->qrCode(350, "storage/QR-Image.png");