PHPackages                             nextbox/neos-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. nextbox/neos-qrcode

ActiveNeos-plugin[Utility &amp; Helpers](/categories/utility)

nextbox/neos-qrcode
===================

NextBox Neos Qr-Code generator

1.1.0(3y ago)01.7k↓50%GPL-3.0-onlyPHPPHP &gt;=8.1

Since Apr 7Pushed 3y ago1 watchersCompare

[ Source](https://github.com/nextbox-dev/NextBox.Neos.QrCode)[ Packagist](https://packagist.org/packages/nextbox/neos-qrcode)[ RSS](/packages/nextbox-neos-qrcode/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

QR-Code generator
=================

[](#qr-code-generator)

This package creates QR-Codes for shortened urls in Neos. Note this package requires `nextbox/neos-qrcode`.

If the shortened url was changed then the persisted QrCode will be regenerated immediately, the old image will be deleted.

Configuration
-------------

[](#configuration)

Follow the steps in the ReadMe of the package `nextbox/neos-qrcode` to create your own definition for short url redirections.

### Routing

[](#routing)

Create a new `Routes.yaml` with the name of the type that should be used:

```
# Configuration/Routes.yaml

-
  name: 'Create QR-Code for default'
  uriPattern: 'qr-code/{shortIdentifier}' # replace `qr-code` with your preferences
  defaults:
    '@package': 'NextBox.Neos.QrCode'
    '@controller': 'QrCode'
    '@action': 'generateQrCode'
    'shortType': 'default' # change this to the name of the type from the settings
  appendExceedingArguments: true
  httpMethods: ['GET']
```

### Disable Image Generation from the Backend

[](#disable-image-generation-from-the-backend)

If you want to disable the image generation from the backend disable the following settings. After a Node was published the resource will be deleted.

```
# Settings.yaml

NextBox:
  Neos:
    QrCode:
      backend:
        # Should QR-Codes be generated from the backend after a node publish?
        generateQrCodesFromBackend: false
```

### Extensibility

[](#extensibility)

Follow the steps in the ReadMe of the package `nextbox/neos-qrcode` to create your own definition for short url redirections.

The QrCode-Controller uses the identifier and the type to get the shortened url.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60% of commits — single point of failure

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 ~2 days

Total

3

Last Release

1133d ago

Major Versions

0.1.0 → 1.0.02023-04-11

### Community

Maintainers

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

---

Top Contributors

[![erkenes](https://avatars.githubusercontent.com/u/8766722?v=4)](https://github.com/erkenes "erkenes (6 commits)")[![nextbox-action-token[bot]](https://avatars.githubusercontent.com/in/293151?v=4)](https://github.com/nextbox-action-token[bot] "nextbox-action-token[bot] (4 commits)")

---

Tags

neos-pluginneoscmsqrcodeqrcode-generator

### Embed Badge

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

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

###  Alternatives

[nativephp/mobile

NativePHP for Mobile

82724.0k43](/packages/nativephp-mobile)[kaufmanndigital/gdpr-cookieconsent

A ready-to-run package, that integrates an advanced cookie consent banner into your Neos CMS site.

2540.7k](/packages/kaufmanndigital-gdpr-cookieconsent)[shel/neos-colorpicker

A plugin for Neos CMS which provides a colorpicker editor

1494.4k6](/packages/shel-neos-colorpicker)[verbb/events

A full-featured plugin for event management and ticketing.

2311.7k](/packages/verbb-events)[shel/neos-commandbar

A commandbar (CMD+K) for Neos CMS

1614.6k1](/packages/shel-neos-commandbar)

PHPackages © 2026

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