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 4w 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

Maturity61

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

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

103574.3k68](/packages/friendsoftypo3-content-blocks)[wazum/sluggi

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

40543.5k](/packages/wazum-sluggi)[typo3/cms-scheduler

TYPO3 CMS Scheduler - Schedule tasks to run once or periodically at a specific time.

169.5M268](/packages/typo3-cms-scheduler)[typo3/cms-lowlevel

TYPO3 CMS Lowlevel - Technical analysis of the system. This includes raw database search, checking relations, counting pages and records etc.

178.3M358](/packages/typo3-cms-lowlevel)[typo3/cms-redirects

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

167.6M84](/packages/typo3-cms-redirects)[typo3/cms-form

TYPO3 CMS Form - Flexible TYPO3 frontend form framework that comes with a backend editor interface.

147.8M287](/packages/typo3-cms-form)

PHPackages © 2026

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