Plugin screenshot thumbnail 1/2
Plugin screenshot thumbnail 2/2

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.2
  • A "modify this QR" button -> Added in 1.0.1

Lite

Pro

Plus $5/year after one year.

Installation Instructions

To install this plugin, copy the command above to your terminal.

Active Installs
11
Version
1.0.3
License
Craft
Compatibility
Craft 4
Last release
October 2, 2023
Activity (30 days)
0
Closed Issues
0
Open Issues
0
Merged PRs
0
Open PRs