PHPackages                             neosrulez/neos-runtimemigrations - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. neosrulez/neos-runtimemigrations

ActiveNeos-package[DevOps &amp; Deployment](/categories/devops)

neosrulez/neos-runtimemigrations
================================

A Neos Flow package that allows to execute runtime migrations during container startup in CloudRun or similar, once or permanently.

1.0.0(1y ago)00PHP

Since May 14Pushed 1y ago1 watchersCompare

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

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

Neos Runtime Migrations
=======================

[](#neos-runtime-migrations)

A Neos Flow package that allows to execute runtime migrations during container startup in CloudRun or similar, once or permanently.

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

[](#installation)

Just run:

```
composer require neosrulez/neos-runtimemigrations

```

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

[](#configuration)

```
# Never execute "flow flow:cache:flush" (for all caches). This will abort further execution.
NeosRulez:
  Neos:
    RuntimeMigrations:
      oneTime:
        - version: '1747203109'
          name: 'Flush cache'
          command: 'flow flow:cache:flushone --identifier Neos.Fusion:Content'
      permanent:
        - version: '1747203160'
          name: 'Create foo.tx in FlowRoot'
          command: 'touch /data/neos/foo.txt'
          async: true
```

Author
------

[](#author)

- E-Mail:
- URL:

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance46

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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

416d 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 (1 commits)")

### Embed Badge

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

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

###  Alternatives

[neos/neos

An open source Content Application Platform based on Flow. A set of core Content Management features is resting within a larger context that allows you to build a perfectly customized experience for your users.

1151.0M776](/packages/neos-neos)[neos/neos-development-collection

Neos packages in a joined repository for pull requests.

267103.9k1](/packages/neos-neos-development-collection)[neos/media

The Media package

101.2M53](/packages/neos-media)[in2code/in2publish_core

Content publishing extension to connect stage and production server

40143.4k](/packages/in2code-in2publish-core)

PHPackages © 2026

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