PHPackages                             jpmschuler/showpageeditors - 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. jpmschuler/showpageeditors

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

jpmschuler/showpageeditors
==========================

TYPO3 EXT to retrieve every editor who can see a given PID in the backend

v13.0.0(3d ago)012.6k↓37.9%[1 issues](https://github.com/jpmschuler/typo3-showpageeditors/issues)GPL-2.0-or-laterPHPPHP ^8.1CI failing

Since May 31Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/jpmschuler/typo3-showpageeditors)[ Packagist](https://packagist.org/packages/jpmschuler/showpageeditors)[ Docs](https://github.com/jpmschuler/typo3-showpageeditors)[ RSS](/packages/jpmschuler-showpageeditors/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependencies (33)Versions (10)Used By (0)

EXT:showpageeditors
===================

[](#extshowpageeditors)

[![TYPO3 badge](https://camo.githubusercontent.com/4e861a69e7c5a223cdf9cd77d8220d348ac0d44bddde624caa863e6d1255b9b7/68747470733a2f2f736869656c64732e696f2f656e64706f696e743f75726c3d68747470733a2f2f7479706f332d6261646765732e6465762f62616467652f73686f7770616765656469746f72732f657874656e73696f6e2f736869656c6473)](https://extensions.typo3.org/extension/showpageeditors)[![Latest Stable Version](https://camo.githubusercontent.com/87958b38cb7abeeae5902727262878bf3e3542304b5e0de93018f9efb091ef91/687474703a2f2f706f7365722e707567782e6f72672f6a706d736368756c65722f73686f7770616765656469746f72732f76)](https://packagist.org/packages/jpmschuler/showpageeditors)[![Total Downloads](https://camo.githubusercontent.com/8621d195a7b7f23b10c40da4b418f39e81fb3f2e907a0d3e51772197a387b930/687474703a2f2f706f7365722e707567782e6f72672f6a706d736368756c65722f73686f7770616765656469746f72732f646f776e6c6f616473)](https://packagist.org/packages/jpmschuler/showpageeditors)[![Latest Unstable Version](https://camo.githubusercontent.com/0c28ffc791c2aaebbf19622f5e8c8797e2767da258c1058c5b9d78d6a5479099/687474703a2f2f706f7365722e707567782e6f72672f6a706d736368756c65722f73686f7770616765656469746f72732f762f756e737461626c65)](https://packagist.org/packages/jpmschuler/showpageeditors)[![License](https://camo.githubusercontent.com/075e9e3ac4e0b68826142bbbd57c72d58956cdbec0e84357f72199c74589c26d/687474703a2f2f706f7365722e707567782e6f72672f6a706d736368756c65722f73686f7770616765656469746f72732f6c6963656e7365)](https://packagist.org/packages/jpmschuler/showpageeditors)[![PHP Version Require](https://camo.githubusercontent.com/b3178168c0819687df96bce5a0b3fba5b1485ee104085cdaf52741cb31f0d02b/687474703a2f2f706f7365722e707567782e6f72672f6a706d736368756c65722f73686f7770616765656469746f72732f726571756972652f706870)](https://packagist.org/packages/jpmschuler/showpageeditors)[![TYPO3 V12](https://camo.githubusercontent.com/08afacc49187e63c796f7d1c4401d0f0563bab574d9c525312b2827acb09a7c5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5459504f332d31322d6f72616e67652e737667)](https://camo.githubusercontent.com/08afacc49187e63c796f7d1c4401d0f0563bab574d9c525312b2827acb09a7c5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5459504f332d31322d6f72616e67652e737667)

This TYPO3 extension provides

- a cli command to retrieve every editor who has a page in the backend tree by retrieving users, groups and subgroups with access.
- a cli command to retrieve every editor who is part of a group

These come in handy for quick analyzing of group inheritance, or for a regular check on important privileges.

```
# just run the command "page:showVisibilityFor ", e.g.
/vendor/bin/typo3cms page:showVisibilityFor 4

Showing all pages up to TYPO3 root and all groups and users
which have access on each level (and thus below).
This does not consider page access, but only db mounts.

Page visibility for pid 4:
PID_0       TYPO3 root
 GID_0      Admin-flagged users
 \UID_1     admin
 \UID_2     _cli_
PID_1       1
 GID_3      editors of 1
 \UID_3     editor1
PID_4       1.2
 GID_4      editors of 1.2
 \UID_5     editor12
```

```
# just run the command "begroup:showMembers ", e.g.
/vendor/bin/typo3 begroup:showMembers 1
Group members of group 1 (myGroup) and other groups inheriting from it:
 GID_1      myGroup
 \UID_3     editor3
 \UID_5     editor5
 GID_125    mySubGroup
 \UID_17    editor17
```

URL**Repository:****TER:****Packagist:**

###  Health Score

51

—

FairBetter than 95% of packages

Maintenance94

Actively maintained with recent releases

Popularity24

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

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

Every ~186 days

Recently: every ~315 days

Total

9

Last Release

3d ago

Major Versions

v1.0.8 → 12.x-dev2025-01-21

v2.0.1 → v13.0.02026-07-01

PHP version history (2 changes)v1.0.4PHP ^7.2 || ^8.0

12.x-devPHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/8e1d74d0744fde576bd5c8a9e8080e838e96a0683af58b8d40843e80721a9677?d=identicon)[jpmschuler](/maintainers/jpmschuler)

---

Top Contributors

[![jpmschuler](https://avatars.githubusercontent.com/u/12411176?v=4)](https://github.com/jpmschuler "jpmschuler (35 commits)")

###  Code Quality

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/jpmschuler-showpageeditors/health.svg)

```
[![Health](https://phpackages.com/badges/jpmschuler-showpageeditors/health.svg)](https://phpackages.com/packages/jpmschuler-showpageeditors)
```

###  Alternatives

[friendsoftypo3/content-blocks

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

103519.9k53](/packages/friendsoftypo3-content-blocks)[wazum/sluggi

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

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

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

169.3M231](/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.2M317](/packages/typo3-cms-lowlevel)[typo3/cms-redirects

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

167.4M80](/packages/typo3-cms-redirects)[typo3/cms-form

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

147.6M266](/packages/typo3-cms-form)

PHPackages © 2026

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