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 2mo ago

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

2810d 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

[netresearch/rte-ckeditor-image

Image support in CKEditor for the TYPO3 ecosystem - by Netresearch

63991.3k4](/packages/netresearch-rte-ckeditor-image)[christophlehmann/imageoptimizer

Optimize uploaded/processed images with binaries of your choice

46501.8k](/packages/christophlehmann-imageoptimizer)[b13/assetcollector

Add CSS and SVG files and strings as inline style tag/inline svg to the html code.

10118.4k](/packages/b13-assetcollector)[causal/fal-protect

Protect everything within /fileadmin/ based on associated folder and file restrictions (visibility, user groups and dates of publication).

1269.5k](/packages/causal-fal-protect)

PHPackages © 2026

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