devsappsltd / simple-qrcode
Simple QrCode is a QR code generator for Laravel, maintained by DevsApps LTD.
Requires
- php: >=7.4|^8.0
- ext-gd: *
- bacon/bacon-qr-code: ^3.0
Requires (Dev)
- mockery/mockery: ~1
- phpunit/phpunit: ~9
Suggests
- ext-imagick: Allows the generation of PNG QrCodes.
- illuminate/support: Allows for use within Laravel.
This package is not auto-updated.
Last update: 2025-08-21 06:26:25 UTC
README
Simple QrCode is an easy-to-use QR code generator for the Laravel framework,
based on the excellent work provided by Bacon/BaconQrCode.
This package was originally created and maintained by Simple Software LLC (2014–2020).
As the original project is no longer maintained, this fork continues development and provides updates for modern Laravel and PHP versions.
Documentation
Documentation is maintained directly in this repository:
(You can keep docs inline here or expand them under /docs
.)
Examples
Use Cases
This package is used in various applications, including event platforms, ticketing systems, and e-commerce solutions.
It can generate QR codes for URLs, payment links, WiFi credentials, and more.
Contributing
Pull requests are welcome! Please submit issues and contributions to this repository on the main
branch.
License
This software is released under the MIT license.
Copyright © 2014–2020 Simple Software LLC
Copyright © 2025 DevsApps LTD