univeros / migration-intelligence
bin/altair db:migration-plan — proposes safe Cycle migrations from spec/entity diffs with read-only safety checks (NOT NULL backfill, unique dupes, FK orphans, type-cast, large tables) and two-phase rename/type-change plans. Deterministic JSON for agents and CI.
Package info
github.com/univeros/migration-intelligence
pkg:composer/univeros/migration-intelligence
Requires
- php: >=8.3
- cycle/database: ^2.7
- univeros/cli: ^2.0
- univeros/configuration: ^2.0
- univeros/container: ^2.0
- univeros/persistence: ^2.0
- univeros/scaffold: ^2.0
Suggests
- univeros/events: Records db:migration-plan runs into the .altair/events.jsonl mutation log.
This package is auto-updated.
Last update: 2026-06-02 20:03:27 UTC
README
bin/altair db:migration-plan — proposes safe Cycle migrations from spec/entity diffs with read-only safety checks (NOT NULL backfill, unique dupes, FK orphans, type-cast, large tables) and two-phase rename/type-change plans. Deterministic JSON for agents and CI
Installation
composer require univeros/migration-intelligence
Documentation
The full guide for this package lives in the Univeros documentation.
Contributing
This repository is a read-only mirror of src/Altair/MigrationIntelligence/ in univeros/framework. All issues, pull requests, and discussion belong there — changes pushed here will be overwritten by the next split.
License
The Univeros framework is open-sourced software licensed under the MIT license.