PHPackages                             wwwision/fusion-prototype-analyzer - 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. wwwision/fusion-prototype-analyzer

ActiveNeos-package

wwwision/fusion-prototype-analyzer
==================================

Anaylze Neos Fusion prototypes and their usages by other prototypes

1.3.0(2y ago)24.9k↓33.3%1[4 issues](https://github.com/bwaidelich/Wwwision.FusionPrototypeAnalyzer/issues)MITPHP

Since Jan 14Pushed 2y ago1 watchersCompare

[ Source](https://github.com/bwaidelich/Wwwision.FusionPrototypeAnalyzer)[ Packagist](https://packagist.org/packages/wwwision/fusion-prototype-analyzer)[ GitHub Sponsors](https://github.com/sponsors/bwaidelich)[ Fund](https://www.paypal.me/bwaidelich)[ RSS](/packages/wwwision-fusion-prototype-analyzer/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (2)Versions (5)Used By (0)

Wwwision.FusionPrototypeAnalyzer
================================

[](#wwwisionfusionprototypeanalyzer)

Analyze Neos Fusion prototypes and their usages by other prototypes.

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

[](#installation)

Install via composer:

```
composer require --dev wwwision/fusion-prototype-analyzer

```

Usage
-----

[](#usage)

This package comes with two CLI commands:

### Find nested prototypes

[](#find-nested-prototypes)

Allows finding prototypes that are used by the specified prototype (recursively):

```
./flow prototype:findnested Some.Package:Some.Prototype

```

This might output something like:

```
The prototype Some.Package:Some.Prototype contains 6 other prototypes (for site package Some.Package):

Neos.Fusion (4)
   Tag
   DataStructure
   Component
   Case

Some.Package (2)
   Component.Atom.SomeComponent
   Component.Atom.SomeOtherComponent

```

#### Site package

[](#site-package)

In order for the right Fusion Object Tree to be loaded, the context site package key can be specified:

```
./flow prototype:findnested Some.Package:Some.Prototype --site-package Some.Other.Package

```

If it is omitted, the site package is extracted from the specified prototype name

### Find prototype usages

[](#find-prototype-usages)

Allows finding prototypes that use the specified prototype (recursively):

```
./flow prototype:findusages Some.Package:Some.Prototype

```

This might output something like:

```
The prototype Some.Package:Some.Prototype is used by 4 other prototypes (for site package Some.Package):

Some.Package (5)
   Component.Template.Component1
   Component.Template.Component2
   Document.SomeDocument
   Document.SomeOtherDocument

```

#### Site package

[](#site-package-1)

In order for the right Fusion Object Tree to be loaded, the context site package key can be specified:

```
./flow prototype:findusages Some.Package:Some.Prototype --site-package Some.Other.Package

```

If it is omitted, the site package is extracted from the specified prototype name

### Find prototypes used by Node Type

[](#find-prototypes-used-by-node-type)

Allows finding prototypes that are used by a specified Node Type (recursively):

```
./flow prototype:findbynodetype Some.Package:Some.NodeType

```

This might output something like:

```
The node type Some.Package:Some.NodeType uses 3 Fusion prototypes (for site package Some.Package):

Some.Package (5)
   Component.Template.Component1
   Component.Template.Component2
   Document.SomeDocument
   Document.SomeOtherDocument

```

#### Site package

[](#site-package-2)

In order for the right Fusion Object Tree to be loaded, the context site package key can be specified:

```
./flow prototype:findbynodetype Some.Package:Some.NodeType --site-package Some.Other.Package

```

If it is omitted, the site package is extracted from the specified node type name

Contribution
------------

[](#contribution)

Contributions in the form of issues or pull requests are highly appreciated.

License
-------

[](#license)

See [LICENSE](./LICENSE)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 84.6% 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 ~252 days

Total

4

Last Release

827d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/307571?v=4)[Bastian Waidelich](/maintainers/bwaidelich)[@bwaidelich](https://github.com/bwaidelich)

---

Top Contributors

[![bwaidelich](https://avatars.githubusercontent.com/u/307571?v=4)](https://github.com/bwaidelich "bwaidelich (11 commits)")[![kdambekalns](https://avatars.githubusercontent.com/u/95873?v=4)](https://github.com/kdambekalns "kdambekalns (1 commits)")[![tantegerda1](https://avatars.githubusercontent.com/u/4216652?v=4)](https://github.com/tantegerda1 "tantegerda1 (1 commits)")

### Embed Badge

![Health badge](/badges/wwwision-fusion-prototype-analyzer/health.svg)

```
[![Health](https://phpackages.com/badges/wwwision-fusion-prototype-analyzer/health.svg)](https://phpackages.com/packages/wwwision-fusion-prototype-analyzer)
```

###  Alternatives

[neos/neos-ui

Neos CMS UI written in React

2661.0M104](/packages/neos-neos-ui)[neos/form-builder

Flow Form Framework integration into Neos CMS

19347.1k18](/packages/neos-form-builder)[neos/demo

Site package for the Neos Demo Site

18181.0k6](/packages/neos-demo)[flowpack/media-ui

This module allows managing media assets including pictures, videos, audio and documents.

2184.5k2](/packages/flowpack-media-ui)[kaufmanndigital/gdpr-cookieconsent

A ready-to-run package, that integrates an advanced cookie consent banner into your Neos CMS site.

2540.7k](/packages/kaufmanndigital-gdpr-cookieconsent)[flowpack/neos-matomo

Track visits of your Neos site with the Matomo Open Analytics Platform!

2337.6k](/packages/flowpack-neos-matomo)

PHPackages © 2026

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