PHPackages                             shel/contentrepository-debugger - 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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. shel/contentrepository-debugger

Abandoned → [shel/nodetypes-analyzer](/?search=shel%2Fnodetypes-analyzer)Neos-package[Debugging &amp; Profiling](/categories/debugging)

shel/contentrepository-debugger
===============================

Graphical analysis &amp; visualizer for the Neos CMS nodetypes as backend module

2.1.0(11mo ago)2011.4k5[11 issues](https://github.com/Sebobo/Shel.NodeTypes.Analyzer/issues)[1 PRs](https://github.com/Sebobo/Shel.NodeTypes.Analyzer/pulls)GPL-3.0TypeScriptPHP &gt;= 8.2CI failing

Since May 4Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/Sebobo/Shel.NodeTypes.Analyzer)[ Packagist](https://packagist.org/packages/shel/contentrepository-debugger)[ GitHub Sponsors](https://github.com/sebobo)[ Patreon](https://www.patreon.com/shelzle)[ RSS](/packages/shel-contentrepository-debugger/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (10)Dependencies (1)Versions (42)Used By (0)

Neos CMS Content Repository analysis &amp; visualizer
=====================================================

[](#neos-cms-content-repository-analysis--visualizer)

[![](https://github.com/Sebobo/Shel.NodeTypes.Analyzer/workflows/Code%20Quality%20Tests/badge.svg)](https://github.com/Sebobo/Shel.NodeTypes.Analyzer/workflows/Code%20Quality%20Tests/badge.svg)[![Latest Stable Version](https://camo.githubusercontent.com/2ef9aec800d3651a796a167414becd4d88a5c312cb0fa1af3ac8c5c486913731/68747470733a2f2f706f7365722e707567782e6f72672f7368656c2f6e6f646574797065732d616e616c797a65722f762f737461626c65)](https://packagist.org/packages/shel/nodetypes-analyzer)[![Total Downloads](https://camo.githubusercontent.com/32d0f441fd55b0a04f9d3ee522281e1ab3e4caa7c1c4a63d65e7212dcf36a328/68747470733a2f2f706f7365722e707567782e6f72672f7368656c2f6e6f646574797065732d616e616c797a65722f646f776e6c6f616473)](https://packagist.org/packages/shel/nodetypes-analyzer)[![License](https://camo.githubusercontent.com/7dfa6c85700b25be699d6e058a787bb0c945406c2c0459a4d2c998014b9fbb10/68747470733a2f2f706f7365722e707567782e6f72672f7368656c2f6e6f646574797065732d616e616c797a65722f6c6963656e7365)](https://packagist.org/packages/shel/nodetypes-analyzer)

This package allows to output the nodetypes of your Neos CMS project as various types of graphs via a backend module.

It helps understanding dependencies between packages and nodetypes. Also it shows which nodetypes are actually being used and can make your refactoring our code structuring efforts easier.

Installation
------------

[](#installation)

It is recommended to install this package only as development dependency and not to run it in production except specifically required.

```
composer require --dev shel/nodetypes-analyzer

```

Usage
-----

[](#usage)

### Backend module

[](#backend-module)

You will have an additional backend module `NodeType Analyzer` available in the Neos backend:

[![Neos NodeType Analyzer Backendmodule](Documentation/Images/NodeTypeAnalyzer.png "NodeType Analyzer")](Documentation/Images/NodeTypeAnalyzer.png)

You can inspect all nodetypes registered in the system and drill down through your namespaces.

A second graph layout allows your to inspect all direct and indirect dependencies.

[![Dependency inspection](Documentation/Images/NodeTypeDependencies.png "Dependency inspection")](Documentation/Images/NodeTypeDependencies.png)

You can also explore your complete Content Repository for debugging purposes:

[![Content Repository explorer](Documentation/Images/CRExplorer.png "Content Repository explorer")](Documentation/Images/CRExplorer.png)

Note: exporting the nodetypes as CSV with usage and other information is also possible if you also have the `league/csv` package installed.

Additional nodetype annotations
-------------------------------

[](#additional-nodetype-annotations)

You can set the following options on each nodetype for additional output in the module:

```
My.Vendor:Content.MyNodetype:
  superTypes:
    Neos.Neos:Content: true
  ui:
    label: i18n
  options:
    Shel.NodeTypes.Analyzer:
      deprecated: true
      note: This is someething related to this nodetype
```

### Mark deprecated nodetypes

[](#mark-deprecated-nodetypes)

Marking a nodetype as deprecated will show a warning in the modules inspector and in the nodetype tree.

### Add notes to nodetypes

[](#add-notes-to-nodetypes)

Adding notes to nodetypes will show them in the module.

Contributing
------------

[](#contributing)

Contributions are very welcome.

Most of the code is written in TypeScript using React &amp; D3js and can be found in `Resources/Private/JavaScript`. To make a change first create your own fork, install the package in your Neos project and start a new branch. Then run `yarn watch` to rebuild the frontend code during development.

A pre commit hook is automatically triggered that will lint the code to make sure it fulfills our coding guidelines.

Then create a PR from your fork and some tests will automatically check the code quality via Github actions.

Using the package in your projects
----------------------------------

[](#using-the-package-in-your-projects)

When you use the package for commercial projects, please consider funding its development via the Github sponsor button. Or get in touch with [me](mailto:funding@helzle.it) for other ways of support.

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance45

Moderate activity, may be stable

Popularity30

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity80

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 97.5% 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 ~52 days

Recently: every ~17 days

Total

38

Last Release

261d ago

Major Versions

0.11.0 → 1.0.02022-04-05

1.5.3 → 2.0.02025-06-16

1.6.0 → 2.1.02025-06-17

PHP version history (4 changes)0.11.0PHP &gt;= 7.3

1.2.0PHP &gt;= 7.4

1.5.0PHP &gt;= 8.1

2.0.0PHP &gt;= 8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/5c9f106db319e8698dcb4aedfe8034f0442d379ebbd78fcd67b884999b2236f1?d=identicon)[Sebobo](/maintainers/Sebobo)

---

Top Contributors

[![Sebobo](https://avatars.githubusercontent.com/u/596967?v=4)](https://github.com/Sebobo "Sebobo (197 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")[![mficzel](https://avatars.githubusercontent.com/u/1309380?v=4)](https://github.com/mficzel "mficzel (1 commits)")[![skurfuerst](https://avatars.githubusercontent.com/u/190777?v=4)](https://github.com/skurfuerst "skurfuerst (1 commits)")

---

Tags

debugginghacktoberfestneos-cmsanalysisflowNeosneoscmschartscontentrepositoryvisualizer

### Embed Badge

![Health badge](/badges/shel-contentrepository-debugger/health.svg)

```
[![Health](https://phpackages.com/badges/shel-contentrepository-debugger/health.svg)](https://phpackages.com/packages/shel-contentrepository-debugger)
```

###  Alternatives

[shel/nodetypes-analyzer

Graphical analysis &amp; visualizer for the Neos CMS nodetypes as backend module

2160.6k](/packages/shel-nodetypes-analyzer)[shel/neos-colorpicker

A plugin for Neos CMS which provides a colorpicker editor

1494.4k6](/packages/shel-neos-colorpicker)[shel/neos-hyphens

A plugin for Neos CMS which provides hyphens for the inline editor

20200.7k1](/packages/shel-neos-hyphens)[sandstorm/plumber

Profiling Toolkit for Neos Flow and Neos

384.9k](/packages/sandstorm-plumber)[techdivision/ckstyles

Neos package which enables you adding your custom style classes for the CkEditor with a simple Yaml configuration

21166.3k](/packages/techdivision-ckstyles)[shel/neos-terminal

Neos CMS Ui terminal for running Eel expressions and other commands

1441.3k](/packages/shel-neos-terminal)

PHPackages © 2026

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