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. mindscreen/neos-prototype-generator

ActiveNeos-package

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 2mo ago

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

2425d 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://www.gravatar.com/avatar/4f60b5c17c91c48fd7e502930cd502a064fe269009a621237e90f5ee7f80c016?d=identicon)[mtelgkamp](/maintainers/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

[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)
