PHPackages                             lsascha/wm-pagepath - 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. lsascha/wm-pagepath

ActiveTypo3-cms-extension

lsascha/wm-pagepath
===================

Generates Frontend URL from Backend in TYPO3

1.0.1(7y ago)03.7kPHP

Since Aug 30Pushed 7y ago1 watchersCompare

[ Source](https://github.com/lsascha/typo3-wm_pagepath)[ Packagist](https://packagist.org/packages/lsascha/wm-pagepath)[ RSS](/packages/lsascha-wm-pagepath/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (1)Used By (0)

typo3-wm\_pagepath
==================

[](#typo3-wm_pagepath)

Generates Frontend URLs from the Backend in TYPO3

Provides Utility Class to generate Frontend-Urls from Backend Modules. Based on Extbase + PageType in contrast to eID of similar Extension

How to use
----------

[](#how-to-use)

To obtain a path call: `$pagepath = Webmatch\WmPagepath\Utility\PagePathUtility::getPagePath($pageId, $parameters);`

$parameters can be a string or array. If it is a string it must start with a `&` character. So it can look like the following example to call an action of a extension.

```
use Webmatch\WmPagepath\Utility\PagePathUtility;
// ...
$pagepath = PagePathUtility::getPagePath(
    $this->settings['pageUid'],
    [
        'tx_pluginname[action]' => 'sendEmail',
        'tx_pluginname[controller]' => 'EmailSender',
        'tx_pluginname[user]' => $user->getUid()
    ]
);

```

Contacts
--------

[](#contacts)

Maintained by Sascha Löffler

Credits to Dmitry Dulepov  and Sebastian Michaelsen

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

2811d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/32983dc00adf142fa663b7a4e624611335625d9fb3585734e63acf377dfbe9df?d=identicon)[lsascha](/maintainers/lsascha)

---

Top Contributors

[![lsascha](https://avatars.githubusercontent.com/u/4083570?v=4)](https://github.com/lsascha "lsascha (5 commits)")

---

Tags

backendtypo3uri-genurl-generator

### Embed Badge

![Health badge](/badges/lsascha-wm-pagepath/health.svg)

```
[![Health](https://phpackages.com/badges/lsascha-wm-pagepath/health.svg)](https://phpackages.com/packages/lsascha-wm-pagepath)
```

###  Alternatives

[fluidtypo3/vhs

This is a collection of ViewHelpers for performing rendering tasks that are not natively provided by TYPO3's Fluid templating engine.

1954.1M49](/packages/fluidtypo3-vhs)[in2code/powermail

Powermail is a well-known, editor-friendly, powerful and easy to use mailform extension for TYPO3 with a lots of features

982.5M38](/packages/in2code-powermail)[typo3/testing-framework

The TYPO3 testing framework provides base classes for unit, functional and acceptance testing.

675.0M775](/packages/typo3-testing-framework)[fluidtypo3/flux

The flux package from FluidTYPO3

152982.2k20](/packages/fluidtypo3-flux)[netresearch/rte-ckeditor-image

Image support in CKEditor for the TYPO3 ecosystem - by Netresearch

63991.3k4](/packages/netresearch-rte-ckeditor-image)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

96374.6k23](/packages/friendsoftypo3-content-blocks)

PHPackages © 2026

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