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)49.0k8MITPHPPHP ^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 3w 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

41

—

FairBetter than 87% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity86

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

797d 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://avatars.githubusercontent.com/u/4376624?v=4)[Kurious](/maintainers/Kurious)[@kurious](https://github.com/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/events

A full-featured plugin for event management and ticketing.

2411.8k](/packages/verbb-events)[verbb/formie

The most user-friendly forms plugin for Craft.

100387.6k57](/packages/verbb-formie)[nystudio107/craft-seomatic

SEOmatic facilitates modern SEO best practices &amp; implementation for Craft CMS 5. It is a turnkey SEO system that is comprehensive, powerful, and flexible.

1741.5M51](/packages/nystudio107-craft-seomatic)[verbb/navigation

Create navigation menus for your site.

92698.4k18](/packages/verbb-navigation)[verbb/field-manager

Manage your fields and field groups with ease.

195612.2k10](/packages/verbb-field-manager)[verbb/workflow

Enforce multi-step review processes for creating entries.

138123.0k1](/packages/verbb-workflow)

PHPackages © 2026

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