PHPackages                             netlogix/migrations-neos - 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. netlogix/migrations-neos

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

netlogix/migrations-neos
========================

Custom neos migrations

1.1.0(4y ago)019.8k↓45.3%MITPHP

Since Sep 9Pushed 4y ago3 watchersCompare

[ Source](https://github.com/netlogix/Netlogix.Migrations.Neos)[ Packagist](https://packagist.org/packages/netlogix/migrations-neos)[ Docs](http://websolutions.netlogix.de/)[ RSS](/packages/netlogix-migrations-neos/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

Netlogix.Migrations.Neos
========================

[](#netlogixmigrationsneos)

This package provides a simple abstraction layer to execute Neos node migrations with the [Netlogix.Migrations](https://github.com/netlogix/Netlogix.Migrations) package.

Usage
-----

[](#usage)

Simply create a new Migration file that extends `Netlogix\Migrations\Neos\Domain\Migration\NodeMigration`, then use `$this->addMigrationVersion('...')` to add your Node migration.

```
