QRaft is an advanced QR code generator for your CraftCMS installation, available directly from the Control Panel and your Twig templates.
The plugin features customizations such as color, transparency and adding a logo on the render.
QR Code Generator
Just head to the dedicated section tab in Craft CMS to find the generator! You can create and dowload there an unlimited amount of custom QR codes.
Twig integration
You can generate a new QR code in your Twig template by calling the plugin with a simple
{{ craft.qraft.qr('Hello World') }}
You can also pass it your customization as a twig object. Example:
{{ craft.qraft.qr('A yellow hello', {
size: 720,
format: 'webp',
foregroundColor: '#ffea00',
backgroundColor: '000000',
foregroundOpacity: 88,
alt: 'My yellow QR code'
}) }}
Please check the documentation for a list of all supported parameters.
Custom integrations
If your own plugin or custom web application ever needs QR codes, you can internally call QRaft's generator service in PHP. More about it in the documentation.
Coming soon™
- Presets!
- Saving the QR to the Assets folder
- Background images
- Spanish translation
French translation-> Added in 1.0.2A "modify this QR" button-> Added in 1.0.1
Lite
Pro
Plus $5/year after one year.
To install this plugin, copy the command above to your terminal.
This plugin doesn't have any reviews.