PHPackages                             sitegeist/kaleidoscope-valueobjects-migrations - 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. [Database &amp; ORM](/categories/database)
4. /
5. sitegeist/kaleidoscope-valueobjects-migrations

ActiveNeos-package[Database &amp; ORM](/categories/database)

sitegeist/kaleidoscope-valueobjects-migrations
==============================================

v1.0.0(5mo ago)00[1 PRs](https://github.com/sitegeist/Sitegeist.Kaleidoscope.ValueObjects.Migrations/pulls)GPL-3.0-or-laterPHPPHP &gt;=8.2

Since Jan 15Pushed 5mo agoCompare

[ Source](https://github.com/sitegeist/Sitegeist.Kaleidoscope.ValueObjects.Migrations)[ Packagist](https://packagist.org/packages/sitegeist/kaleidoscope-valueobjects-migrations)[ RSS](/packages/sitegeist-kaleidoscope-valueobjects-migrations/feed)WikiDiscussions main Synced today

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

Sitegeist.Kaleidoscope.ValueObjects.Migrations
==============================================

[](#sitegeistkaleidoscopevalueobjectsmigrations)

Neos 8 Migrations to convert properties to ImageSourceProxies.

### Authors &amp; Sponsors

[](#authors--sponsors)

- Martin Ficzel -

*The development and the public-releases of this package is generously sponsored by our employer .*

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

[](#installation)

Sitegeist.Kaleidoscope.ValueObjects.Migrations is available via packagist run `composer require sitegeist/kaleidoscope-valueobjects-migrations`. We use semantic versioning so every breaking change will increase the major-version number.

Usage
-----

[](#usage)

To convert existing Nodes to the new ImageSourceProxy and ImageSourceProxyCollection you can use the included transformation and configure your own content migrations.

```
up:
  comments: 'Convert Images and Asset[] to ImageSourceProxy and ImageSourceProxyCollection'
  migration:
    - filters:
        - type: 'NodeType'
          settings:
            nodeType: 'Vendor.Site:Node'
            withSubTypes: true
      transformations:
        - type: '\Sitegeist\Kaleidoscope\ValueObjects\Migration\Transformations\ImageToImageSourceProxy'
          settings:
            sourceProperty: 'image'
            targetProperty: 'image'
            altProperty: 'imageAlt'
            titleProperty: 'imageTitle'
        - type: '\Sitegeist\Kaleidoscope\ValueObjects\Migration\Transformations\AssetsToImageSourceProxyCollection'
          settings:
            sourceProperty: 'imageList'
            targetProperty: 'imageList'

down:
  comments: 'Convert ImageSourceProxy and ImageSourceProxyCollection back to Images'
  migration:
      - filters:
            - type: 'NodeType'
              settings:
                  nodeType: 'Vendor.Site:Node'
                  withSubTypes: true
        transformations:
            - type: '\Sitegeist\Kaleidoscope\ValueObjects\Migration\Transformations\ImageSourceProxyToImage'
              settings:
                  sourceProperty: 'image'
                  targetProperty: 'image'
                  altProperty: 'imageAlt'
                  titleProperty: 'imageTitle'
            - type: '\Sitegeist\Kaleidoscope\ValueObjects\Migration\Transformations\ImageSourceProxyCollectionToAssets'
              settings:
                  sourceProperty: 'imageList'
                  targetProperty: 'imageList'
```

Contribution
------------

[](#contribution)

We will gladly accept contributions. Please send us pull requests.

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance70

Regular maintenance activity

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

169d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/51e0a02d8e12b73949ec858638aa7e295e103022cc5a879f86ac8532c2c170bd?d=identicon)[sitegeist](/maintainers/sitegeist)

![](https://www.gravatar.com/avatar/829b4ccb51e8cff3c1e4b59d60cfe8d1b86f6d77fc31a6b3fc99227f432542ca?d=identicon)[mficzel](/maintainers/mficzel)

---

Top Contributors

[![mficzel](https://avatars.githubusercontent.com/u/1309380?v=4)](https://github.com/mficzel "mficzel (1 commits)")

### Embed Badge

![Health badge](/badges/sitegeist-kaleidoscope-valueobjects-migrations/health.svg)

```
[![Health](https://phpackages.com/badges/sitegeist-kaleidoscope-valueobjects-migrations/health.svg)](https://phpackages.com/packages/sitegeist-kaleidoscope-valueobjects-migrations)
```

###  Alternatives

[neos/neos-base-distribution

Neos Base Distribution

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

Site package for the Neos Demo Site

18188.3k10](/packages/neos-demo)[neos/seo

SEO configuration and tools for Neos

141.0M31](/packages/neos-seo)[neos/form-builder

Flow Form Framework integration into Neos CMS

19364.6k20](/packages/neos-form-builder)[sandstorm/neostwofactorauthentication

1327.0k](/packages/sandstorm-neostwofactorauthentication)[kaufmanndigital/gdpr-cookieconsent

A ready-to-run package, that integrates an advanced cookie consent banner into your Neos CMS site.

2542.4k](/packages/kaufmanndigital-gdpr-cookieconsent)

PHPackages © 2026

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