yeejiawei/laravel-qrcode
最新稳定版本:0.1.0
Composer 安装命令:
composer require yeejiawei/laravel-qrcode
包简介
Laravel Wrapper for phpqrcode
README 文档
README
Installation
You can install the package via composer:
composer require yeejiawei/laravel-qrcode
Usage
use \Yeejiawei\LaravelQrcode\LaravelQrcode; $qr = LaravelQrcode::create('test'); $qr->setErrorCorrectionLevel(ErrorCorrectionLevel::QR_ECLEVEL_M); // default is ErrorCorrectionLevel::QR_ECLEVEL_M $qr->setSize(100); // Set size of the qr code $qr->setMargin(4); // Set margin of the qr code $qr->save(storage_path('app/qr.png'));
Credits
- Yee Jia Wei
- All Contributors
- Phil Karn, KA9Q
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 61
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: lgpl-3.0
- 更新时间: 2023-02-16