billyljren / easy-qrcode
Easy QRCode is a QR code generator made for Laravel.
Installs: 301
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 448
pkg:composer/billyljren/easy-qrcode
Requires
- php: >=7.2|^8.0
 - ext-gd: *
 - bacon/bacon-qr-code: ^2.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.
 
README
Introduction
Simple QrCode is an easy to use wrapper for the popular Laravel framework based on Simple-QrCode which is a wrapper on Bacon/BaconQrCode. We created an interface that is familiar and easy to install for Laravel users. Now with better documentation on how to use it's functionality.
Full Documentation
https://github.com/billyljren/easy-qrcode/blob/develop/docs/en/README.md
License
This software is released under the MIT license.