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. [Utility &amp; Helpers](/categories/utility)
4. /
5. wwwision/fusion-prototype-analyzer

ActiveNeos-package[Utility &amp; Helpers](/categories/utility)

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

Anaylze Neos Fusion prototypes and their usages by other prototypes

1.3.0(2y ago)25.2k↓73.5%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 2d 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 35% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity53

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

873d 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/seo

SEO configuration and tools for Neos

141.0M31](/packages/neos-seo)[sitegeist/kaleidoscope

Responsive-images for Neos

29370.3k12](/packages/sitegeist-kaleidoscope)[kaufmanndigital/gdpr-cookieconsent

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

2542.4k](/packages/kaufmanndigital-gdpr-cookieconsent)[techdivision/ckstyles

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

21179.5k](/packages/techdivision-ckstyles)[sitegeist/taxonomy

Manage vocabularies and taxonomies as separate node-hierarchy.

1595.1k1](/packages/sitegeist-taxonomy)[shel/neos-colorpicker

A plugin for Neos CMS which provides a colorpicker editor

14104.7k6](/packages/shel-neos-colorpicker)

PHPackages © 2026

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