INTRODUCTION
The QR Generator module creates QR codes and hosts them with built-in redirection management — acting as your own QR code hosting platform.
THIRD PARTY LIBRARIES
REQUIREMENTS
- PHP ^8.3
- Drupal Core ^10 || ^11
DEPENDENCIES
- rest Module (Drupal)
- endroid/qr-code (3rd party)
- setasign/fpdf (3rd party)
FEATURES
- Generate and export QR codes in multiple formats: PNG, SVG, and PDF.
- Export form available at: /admin/qr-code/export/{entityId} – easily generate QR codes for specific entities.
- Set an expiration date for QR codes to control their validity and access.
Installation
- Download the QR-Code Generator Library : "composer require endroid/qr-code"
- Downlaod the FDPF Library : "composer require setasign/fpdf:^1.8"
- Install the module.
- Enjoy.
How to use:
How to use:
- Go to Content -> QR Codes.
- Add a QR code.
- Go to /admin/content/qr-code.
- Click on 'Export'.
- Select your export size, margin, and export type.
- Submit the form.
MAINTAINERS
- Lalyo Boyadzhiev (enemyssss)
- https://www.drupal.org/u/enemyssss
- https://github.com/enemyssss