PHPackages                             kuriousagency/qrcode - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. kuriousagency/qrcode

Abandoned → [webdna/qrcode](/?search=webdna%2Fqrcode)Craft-plugin[Utility &amp; Helpers](/categories/utility)

kuriousagency/qrcode
====================

Generate a QR code

3.0.0(2y ago)48.9k↓100%8MITPHPPHP ^8.0.2|^9.0

Since Feb 25Pushed 2y ago1 watchersCompare

[ Source](https://github.com/webdna/craft-qrcode)[ Packagist](https://packagist.org/packages/kuriousagency/qrcode)[ RSS](/packages/kuriousagency-qrcode/feed)WikiDiscussions craft5 Synced 1mo ago

READMEChangelogDependencies (2)Versions (15)Used By (0)

QRCode plugin for Craft CMS 5.x
===============================

[](#qrcode-plugin-for-craft-cms-5x)

Generate a QR code

Requirements
------------

[](#requirements)

This plugin requires Craft CMS 5.0 or later.

Installation
------------

[](#installation)

To install the plugin, follow these instructions.

1. Open your terminal and go to your Craft project:

```
    cd /path/to/project

```

2. Then tell Composer to load the plugin:

```
    composer require webdna/qrcode

```

3. In the Control Panel, go to Settings → Plugins and click the “Install” button for QRCode.

QRCode Overview
---------------

[](#qrcode-overview)

This allows the generation of a QRCode via a fieldtype, variable or twig filter.

QRCode Options
--------------

[](#qrcode-options)

All instances of QRCode accept the following parameters:

1. **Data**: the data for the code.
2. **Size**: the size in pixels (default: 300)

Using QRCode
------------

[](#using-qrcode)

Fieldtype: In the fieldtype settings, you can use twig to dynamically get properties of the element that it is set on. eg on a user element:

```
    {"name":"{{ user.fullName }}"}

```

Twig variables:

```
    {{ craft.qrcode.generate(1234567890) }}

    {{ craft.qrcode.generate({"name":"John Smith"}, 100) }}

```

Twig Filters:

```
    {{ 1234567890|qrcode }}

    {{ {"name":"John Smith"}|qrcode(100) }}

```

Brought to you by [webdna](https://webdna.co.uk)

###  Health Score

45

—

FairBetter than 92% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity85

Battle-tested with a long release history

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~187 days

Recently: every ~168 days

Total

11

Last Release

752d ago

Major Versions

1.0.6 → 2.0.02022-07-04

2.1.0 → 3.0.02024-04-17

### Community

Maintainers

![](https://www.gravatar.com/avatar/af76e3e79806ca4a242a00774c92bc950a956c4ac8d3fa5d545e758e4617599b?d=identicon)[webdna](/maintainers/webdna)

![](https://www.gravatar.com/avatar/26ccb4d99d148ee882e53248f814559cf2067c069cf1e4a1765d1eca07a3df3c?d=identicon)[Kurious](/maintainers/Kurious)

---

Top Contributors

[![samuelbirch](https://avatars.githubusercontent.com/u/13586?v=4)](https://github.com/samuelbirch "samuelbirch (8 commits)")[![johnfmorton](https://avatars.githubusercontent.com/u/119723?v=4)](https://github.com/johnfmorton "johnfmorton (7 commits)")[![CharlieGentle](https://avatars.githubusercontent.com/u/15872856?v=4)](https://github.com/CharlieGentle "CharlieGentle (4 commits)")[![boboldehampsink](https://avatars.githubusercontent.com/u/378974?v=4)](https://github.com/boboldehampsink "boboldehampsink (3 commits)")[![magnessjo](https://avatars.githubusercontent.com/u/856595?v=4)](https://github.com/magnessjo "magnessjo (1 commits)")

---

Tags

qrcodecmsCraftcraftcmscraft-plugin

### Embed Badge

![Health badge](/badges/kuriousagency-qrcode/health.svg)

```
[![Health](https://phpackages.com/badges/kuriousagency-qrcode/health.svg)](https://phpackages.com/packages/kuriousagency-qrcode)
```

###  Alternatives

[verbb/navigation

Create navigation menus for your site.

90683.7k17](/packages/verbb-navigation)[verbb/formie

The most user-friendly forms plugin for Craft.

101372.9k40](/packages/verbb-formie)[verbb/comments

Add comments to your site.

13753.1k](/packages/verbb-comments)[verbb/events

A full-featured plugin for event management and ticketing.

2311.7k](/packages/verbb-events)[verbb/tablemaker

Create customizable and user-defined table fields.

40168.8k1](/packages/verbb-tablemaker)[supercool/tablemaker

Create customizable and user-defined table fields.

40141.7k](/packages/supercool-tablemaker)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
