PHPackages                             mindscreen/neos-prototype-generator - 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. [Templating &amp; Views](/categories/templating)
4. /
5. mindscreen/neos-prototype-generator

ActiveNeos-package[Templating &amp; Views](/categories/templating)

mindscreen/neos-prototype-generator
===================================

Generate default fusion-prototypes to map to view-components

0.3.2(6y ago)075GPL-3.0-or-laterPHP

Since Dec 10Pushed 6y ago4 watchersCompare

[ Source](https://github.com/mindscreen/neos-prototype-generator)[ Packagist](https://packagist.org/packages/mindscreen/neos-prototype-generator)[ RSS](/packages/mindscreen-neos-prototype-generator/feed)WikiDiscussions master Synced yesterday

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

Mindscreen.Neos.PrototypeGenerator
==================================

[](#mindscreenneosprototypegenerator)

This package provides a default prototype generator for creating fusion component-based prototypes to enable front-end developers to create a new node-type based on a yaml-configuration and a view-component without worrying about basic property-mapping.

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

[](#installation)

`composer require mindscreen/neos-prototype-generator`

Usage
-----

[](#usage)

- Extend your new node-type from `Mindscreen.Neos:ContentComponent` (or include the `'Mindscreen.Neos:PrototypeGeneratorMixin'`).
- Inline-editable properties are recognized with `type: string` and `ui.inlineEditable: true`. Block-editing can be enabled with `ui.inline.editorOptions.multiLine: true`.
- Images (`Neos\Media\Domain\Model\ImageInterface`) provide a `Uri` and `Asset`.
- Child-nodes will render with their specific node as `node` in the context; `Neos.Neos:ContentCollection` will render with the respective `nodePath`
- Set a specific target-component prototype in `options.componentName`.
- Specify the child-node mapping in `options.componentMapping.childNodes.`

Configuration
-------------

[](#configuration)

Settings:

```
Mindscreen:
  Neos:
    PrototypeGenerator:
      componentPatterns:
        - ':Component.Atom.'
        - ':Component.Molecule.'
        - ':Component.Organism.'
      superType: 'Neos.Neos:ContentComponent'
```

Usage in node-types:

```
'Vendor.Package:Example':
  superTypes:
    'Neos.Neos:Content': true
    'Mindscreen.Neos:PrototypeGeneratorMixin': true
  childNodes:
    main:
      type: 'Neos.Neos:ContentCollection'
  properties:
    singleLine:
      type: string
      ui:
        inlineEditable: true
        inline:
          editorOptions:
            placeholder: singleline
    multiLine:
      type: string
      ui:
        inlineEditable: true
        inline:
          editorOptions:
            placeholder: multiline
            multiLine: true
  options:
    componentName: 'Vendor.Package:Components.General.Example'
    componentMapping:
      childNodes:
        main: content
```

Notes
-----

[](#notes)

### Content-Collections

[](#content-collections)

If a node-type is a `Neos.Neos:ContentCollection` (e.g. to generate a simple box-component), a ContentCollection will be rendered as `content`. This can be configured with the option `options.componentMapping.childNodes.this`.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 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 ~93 days

Total

4

Last Release

2429d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b516f86c82d95d7527303175480844e74203b00e59f8c92ffcf6b08611a300c0?d=identicon)[mklatte](/maintainers/mklatte)

![](https://www.gravatar.com/avatar/512990967bd2c4716331c1240b1b7f2f3753cf6a7e690c4a8f78dd996bbe19de?d=identicon)[theilm](/maintainers/theilm)

![](https://avatars.githubusercontent.com/u/33117529?v=4)[Michael Telgkamp](/maintainers/mtelgkamp)[@mtelgkamp](https://github.com/mtelgkamp)

---

Top Contributors

[![PRGfx](https://avatars.githubusercontent.com/u/3868790?v=4)](https://github.com/PRGfx "PRGfx (10 commits)")

---

Tags

fusionneoscms

### Embed Badge

![Health badge](/badges/mindscreen-neos-prototype-generator/health.svg)

```
[![Health](https://phpackages.com/badges/mindscreen-neos-prototype-generator/health.svg)](https://phpackages.com/packages/mindscreen-neos-prototype-generator)
```

###  Alternatives

[mustache/mustache

A Mustache implementation in PHP.

3.3k44.6M291](/packages/mustache-mustache)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[symfony/ux-icons

Renders local and remote SVG icons in your Twig templates.

545.8M69](/packages/symfony-ux-icons)[flowpack/nodetemplates

Neos package that allows to modify nodes on creation via templates.

32492.9k15](/packages/flowpack-nodetemplates)[nystudio107/craft-twigpack

Twigpack is a bridge between Twig and webpack, with manifest.json &amp; webpack-dev-server HMR support

97341.4k17](/packages/nystudio107-craft-twigpack)[mallardduck/blade-boxicons

A package to easily make use of Boxicons in your Laravel Blade views.

12776.5k9](/packages/mallardduck-blade-boxicons)

PHPackages © 2026

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