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

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

nextbox/neos-urlshortener
=========================

NextBox Neos url shortener

1.1.0(3y ago)01.7k↓50%1GPL-3.0-onlyPHP

Since Apr 7Pushed 3y ago1 watchersCompare

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

READMEChangelog (4)Dependencies (1)Versions (5)Used By (1)

Url Shortener
=============

[](#url-shortener)

This package provides an url shortening for Neos.

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

[](#configuration)

### Default

[](#default)

Add the following mixin to your document NodeType: `NextBox.Neos.UrlShortener:Identifier`

Create a new `Routes.yaml` with the following content:

```
# Configuration/Routes.yaml

-
  name: 'Redirect for default'
  uriPattern: 'short/{shortIdentifier}' # replace `short` with your preferences
  defaults:
    '@package': 'NextBox.Neos.UrlShortener'
    '@controller': 'Redirect'
    '@action': 'redirectToPage'
    'shortType': 'default' # if you are using the default Mixin then do not change this line
  appendExceedingArguments: false
  httpMethods: ['GET']
```

### Extensibility

[](#extensibility)

If you want to have different path names for url shortening than you can create your own configuration.

1. Create a Mixin or use an existing NodeType:

```
# Configuration/NodeTypes.UrlIdentifier.yaml

'Foo.Bar:ProductIdentifier': # change with your name
  abstract: true
  superTypes:
    'NextBox.Neos.UrlShortener:BaseIdentifier': true
  properties:
    productId: # you can change the property name individually
      type: string
      ui:
        label: 'URL Short Identifier'
        reloadIfChanged: true
        inspector:
          group: 'document'
```

2. Create the setting

```
# Configuration/Settings.yaml

NextBox:
  Neos:
    UrlShortener:
      shortTypes:
        'product': # change the name of the type
          nodeType: 'Foo.Bar:ProductIdentifier' # change the NodeType name to the new created Mixin or to the existing NodeType
          property: 'productId' # the property name of the identification - this field must be globally unique for the used Mixin
          rootNodePath: '/sites/siteOne' # optional, the base path for the Flow Query to search for the nodes
```

3. Create a route:

```
# Configuration/Routes.yaml

-
  name: 'Redirect for product'
  uriPattern: 'product/{shortIdentifier}' # do not change `shortIdentifier`, just change the path for your preferences
  defaults:
    '@package': 'NextBox.Neos.UrlShortener'
    '@controller': 'Redirect'
    '@action': 'redirectToPage'
    'shortType': 'product' # change this to the name of the type from the settings
  appendExceedingArguments: false
  httpMethods: ['GET']
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 53.8% 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 ~1 days

Total

4

Last Release

1127d ago

Major Versions

0.2.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 (7 commits)")[![nextbox-action-token[bot]](https://avatars.githubusercontent.com/in/293151?v=4)](https://github.com/nextbox-action-token[bot] "nextbox-action-token[bot] (6 commits)")

---

Tags

neos-pluginneoscmsurl-shortener

### Embed Badge

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

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

###  Alternatives

[sitegeist/monocle

An living-styleguide for Neos that is based on the actual fusion-code

45315.9k10](/packages/sitegeist-monocle)[sitegeist/kaleidoscope

Responsive-images for Neos

29352.4k10](/packages/sitegeist-kaleidoscope)[flowpack/listable

Tiny extension for listing things

35209.0k7](/packages/flowpack-listable)[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)[neos/seo

SEO configuration and tools for Neos

13990.5k24](/packages/neos-seo)[shel/neos-colorpicker

A plugin for Neos CMS which provides a colorpicker editor

1494.4k6](/packages/shel-neos-colorpicker)

PHPackages © 2026

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