PHPackages                             weissheiten/neos-nodemigration - 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. weissheiten/neos-nodemigration

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

weissheiten/neos-nodemigration
==============================

Custom NodeMigration operations for Neos extending the options in the core

v4.0(7y ago)1120GPL-3.0+PHP

Since May 11Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Weissheiten/Weissheiten.Neos.NodeMigration)[ Packagist](https://packagist.org/packages/weissheiten/neos-nodemigration)[ RSS](/packages/weissheiten-neos-nodemigration/feed)WikiDiscussions master Synced 2mo ago

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

Weissheiten.Neos.NodeMigration
==============================

[](#weissheitenneosnodemigration)

Custom NodeMigration operations for Neos extending the options in the core

DISCLAIMER:
-----------

[](#disclaimer)

This package extends the possibilities from the Neos core but is NOT reviewed by core team members. Included new options are UnitTested and tested in personal projects - use at your own risk however and ALWAYS make a backup before running an operation.

How-To:
-------

[](#how-to)

- Install the package to `Packages/Plugin/Weissheiten.Neos.NodeMigration` (e.g. via `composer require weissheiten/neos-nodemigration:~1.0`)
- Write your migrations as stated on:  and using the options listed below
- check the available migrations on the console via `./flow node:migrationstatus`
- apply your migration via `./flow node:migrate [yourmigrationid]`

New filter options
------------------

[](#new-filter-options)

Has Parent of NodeType
----------------------

[](#has-parent-of-nodetype)

Use this to select Nodes that have a parent of a specific NodeType (e.g.: You want to convert all TextNodes which are children on one of your custom Page NodeTypes)

`type: '\Weissheiten\Neos\NodeMigration\Migration\Filters\HasParentOfNodeType'`

settings:

nodeType: The NodeType of the parent node searchDepth: The depth for which to search upwards in the tree. (eg: Page =&gt; ContentCollection =&gt; Text --&gt; searchDepth 1 will not return true, searchDepth 2 will if you search for "Page") withSubTypes: also triggers if the Node is a Subtype of the given nodeType (e.g.: Your "SpecialPage" inheriting from "Page")

Example of usage that converts all "Text" Nodes that have a parent type of "AbstractNews" into "NewsText" Nodes

```
up:
  comments: 'Migrate Textnodes inside news to new NewsText content type.'
  migration:
    -
      filters:
        -
          type: 'NodeType'
          settings:
            nodeType: 'TYPO3.Neos.NodeTypes:Text'
        -
          type: '\Weissheiten\Neos\NodeMigration\Migration\Filters\HasParentOfNodeType'
          settings:
            nodeType: 'Weissheiten.Neos.News:AbstractNews'
            searchDepth: 2
            withSubTypes: true
      transformations:
        -
          type: 'ChangeNodeType'
          settings:
            newType: 'Weissheiten.Neos.News:NewsText'
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

Established project with proven stability

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

Total

4

Last Release

2835d ago

Major Versions

v1.0.1 → 4.0.x-dev2018-08-07

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/weissheiten-neos-nodemigration/health.svg)

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

###  Alternatives

[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)[shel/neos-colorpicker

A plugin for Neos CMS which provides a colorpicker editor

1494.4k6](/packages/shel-neos-colorpicker)[shel/neos-commandbar

A commandbar (CMD+K) for Neos CMS

1614.6k1](/packages/shel-neos-commandbar)

PHPackages © 2026

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