Download the PHP package yoha/qr without Composer
On this page you can find all versions of the php package yoha/qr. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package qr
Short Description This package is made to make qr generation easy
License MIT
Informations about the package qr
YohaQR
By yohaqr
If you appreciate my work, please consider supporting me by visiting the sponsor page or buying me a coffee ☕.
Overview
YohaQR is a powerful PHP Composer package that offers a simple, fluent API for generating dynamic QR codes using the latest Endroid QR Code library. With YohaQR you can easily customize your QR codes by:
- Custom Data Encoding: Embed any text, URL, or custom data.
- Adjustable Size and Margin: Control the overall dimensions and the surrounding margin.
- Error Correction & Encoding: Select suitable error correction levels and encoding options.
- Logo Integration: Seamlessly add a custom logo with options for resizing and background removal.
- Labeling: Optionally append a label with custom fonts and alignment.
Installation
Install YohaQR via Composer:
Note: YohaQR requires PHP ^8.1. Ensure you have the latest version of PHP and Composer installed.
Supported Output Types
YohaQR supports multiple output formats for your QR codes:
- PNG (Default)
- WEBP
- SVG
- More formats coming soon...
You can change the output format using the setWriterType()
method.
Changing the Writer Type
By default, YohaQR generates PNG images. To change the writer type (e.g., to PDF, WEBP, or SVG), call the setWriterType()
method with the desired format:
Usage Examples
Below are several advanced examples demonstrating how to generate and display QR codes using YohaQR.
Example 1: Basic QR Code Generation (PNG)
Generate a basic QR code and display it as a PNG image using the getUri()
method.
Example 2: Advanced QR Code with Logo and Custom Settings
This example demonstrates how to create a fully customized QR code with a logo, resized dimensions, and custom data.
Example 3: Generating and Saving a PDF QR Code
Generate a QR code in PDF format and save it to the server, then display it using an embed element.
Example 4: Dynamically Rendering QR Codes Based on MIME Type
YohaQR provides a helper method (readFile()
) that checks the MIME type of the generated QR code and renders the appropriate HTML element automatically.
Easy example
Logo Integration
The logo feature in YohaQR allows you to easily add a custom logo to your QR code. Just provide the logo’s file path with setLogoPath()
. You can also:
- Resize the logo using
setLogoResizeToWidth()
orsetLogoResizeToHight()
- Remove the logo's background with
setLogoPunchoutBackground()
after installing the package for easy use you can just call _qr("your data here')
Example
Contributing
Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request on GitHub. For major changes, please open an issue first to discuss what you would like to change.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Security
If you discover any security vulnerabilities, please report them via email at [email protected].
All versions of qr with dependencies
symfony/console Version ^7.2
symfony/process Version ^7.2
setasign/fpdf Version ^1.8
php Version ^8.3.0