This package can generate QR code images in several formats.
It can take a string of data to encode and output an image of the QR code or save to a file in one of several formats supported by the package.
Currently, it can:
- Output in formats like PNG, SVG, PDF, WebP, GIF, etc..
- Style the generated QR code foreground and background colors, have a quiet zone margin, etc.
- Brand the output image by overlaying a logo image, adding text labels, and using custom fonts
- Reliable QR code generation with error correction levels (L, M, Q, H) to be able to scan the code even when it is partially damaged
- Validation of QR code data that uses formats like URL, text, email, etc..
- Provides a service class to use in Laravel applications |