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. [Utility &amp; Helpers](/categories/utility)
4. /
5. lsascha/wm-pagepath

ActiveTypo3-cms-extension[Utility &amp; Helpers](/categories/utility)

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 2w 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 57% 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

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

[friendsoftypo3/content-blocks

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

101466.4k45](/packages/friendsoftypo3-content-blocks)[wazum/sluggi

TYPO3 extension for URL slug management with inline editing, auto-sync, locking, access control, and redirects

41515.2k](/packages/wazum-sluggi)[praetorius/vite-asset-collector

Use AssetCollector to embed frontend assets generated by vite

54299.7k1](/packages/praetorius-vite-asset-collector)[typo3/cms-redirects

TYPO3 CMS Redirects - Create manual redirects, list existing redirects and automatically createredirects on slug changes.

167.3M74](/packages/typo3-cms-redirects)[typo3/cms-sys-note

TYPO3 CMS System Notes - Records with messages which can be placed on any page and contain instructions or other information related to a page or section.

116.2M37](/packages/typo3-cms-sys-note)[b13/assetcollector

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

10123.2k](/packages/b13-assetcollector)

PHPackages © 2026

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