PHPackages                             neosrulez/neos-vieweditor - 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. neosrulez/neos-vieweditor

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

neosrulez/neos-vieweditor
=========================

An editor to implement a Neos Flow controller view

1.0.0(4y ago)03JavaScript

Since Apr 20Pushed 4y ago1 watchersCompare

[ Source](https://github.com/patriceckhart/NeosRulez.Neos.ViewEditor)[ Packagist](https://packagist.org/packages/neosrulez/neos-vieweditor)[ RSS](/packages/neosrulez-neos-vieweditor/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (2)Used By (0)

An editor to implement a Neos Flow controller view
==================================================

[](#an-editor-to-implement-a-neos-flow-controller-view)

[![Preview](https://raw.githubusercontent.com/patriceckhart/NeosRulez.Neos.ViewEditor/master/Preview.png)](https://raw.githubusercontent.com/patriceckhart/NeosRulez.Neos.ViewEditor/master/Preview.png)

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

[](#installation)

The NeosRulez.Neos.ViewEditor package is listed on packagist () - therefore you don't have to include the package in your "repositories" entry any more.

Just run:

```
composer require neosrulez/neos-vieweditor

```

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

[](#configuration)

NodeTypes.yaml

```
'Acme.Site:Document.Page':
  properties:
    foo:
      ui:
        label: View
        inspector:
          group: content
          editor: NeosRulez/Neos/Inspector/Editors/ViewEditor
          editorOptions:
            configuration:
              id: 'fooView'
              route: '/view/foo'
```

PHP

```
    /**
     * @return void
     */
    public function indexAction()
    {
        $this->view->assign('foo', 'bar');
        $this->view->assign('randomNumber', rand(5, 10));
    }
```

Fusion (afx)

```
Acme.Site.FooController.index = Neos.Fusion:Component {

    renderer = afx`

            Test: {foo}
            Random Number: {randomNumber}
            foo bar

    `
}

```

Author
------

[](#author)

- E-Mail:
- URL:

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Unknown

Total

1

Last Release

1534d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8604597e730303a1739fbb6a24bcf77019b22068e5d838ae4c12756e8121b488?d=identicon)[patriceckhart](/maintainers/patriceckhart)

---

Top Contributors

[![patriceckhart](https://avatars.githubusercontent.com/u/10776002?v=4)](https://github.com/patriceckhart "patriceckhart (2 commits)")

### Embed Badge

![Health badge](/badges/neosrulez-neos-vieweditor/health.svg)

```
[![Health](https://phpackages.com/badges/neosrulez-neos-vieweditor/health.svg)](https://phpackages.com/packages/neosrulez-neos-vieweditor)
```

###  Alternatives

[flowpack/nodetemplates

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

32517.6k16](/packages/flowpack-nodetemplates)[neos/neos-base-distribution

Neos Base Distribution

4366.0k](/packages/neos-neos-base-distribution)[neos/demo

Site package for the Neos Demo Site

18188.3k9](/packages/neos-demo)[sandstorm/neostwofactorauthentication

1327.0k](/packages/sandstorm-neostwofactorauthentication)[shel/critical-css

Allows inlining and optimising styles for components in Neos CMS

102.6k](/packages/shel-critical-css)

PHPackages © 2026

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