# doctrine/DoctrineMigrationsBundle

Symfony integration for the doctrine/migrations library

Repository: https://github.com/doctrine/DoctrineMigrationsBundle
Canonical: https://ross.abutalabs.com/products/doctrinemigrationsbundle
Language: PHP
License: MIT
License Family: permissive
Topics: php, symfony-bundle, bundle, symfony, doctrine, doctrine-migrations
Last push: 2026-08-26T06:00:01+00:00

## Health v2 (maintenance only)
Score: 99/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 99, longevity 100
- inputs: {"age_days": 5612, "days_push": 7, "days_rel": 7, "gap_med": 19, "n_releases_24m": 10}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4304, forks 218 (observed 2026-08-28T04:08:41.708914+00:00)

## What it is
A Symfony bundle that integrates the Doctrine Migrations library into Symfony applications. It lets developers version database schema changes and apply them predictably across environments.

## Use cases
- version database schema changes in a Symfony app
- apply database migrations across servers predictably
- generate migration classes from Doctrine entity changes
- roll back database schema changes
- manage schema evolution between dev, staging, and production

## When to choose
- you have a Symfony application using Doctrine ORM
- you need repeatable, version-controlled database schema changes
- you want migration commands integrated with Symfony console

## When to avoid
- you are not using Symfony (use doctrine/migrations directly)
- you use a different ORM or database abstraction layer
- you need a framework-agnostic migration tool

## Facets
- artifact type: plugin
- maturity: stable
- function: database, build-tool, cli
- domain: databases, web-development, developer-tools
- platform: php, self-hosted
- tags: symfony-bundle, doctrine, migrations, schema-versioning, web-server

## Member repositories
- doctrine/DoctrineMigrationsBundle (main) score 99

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:41.708914+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:21:49.613209+00:00, confidence not recorded.
  - readme: https://github.com/doctrine/DoctrineMigrationsBundle (fetched 2026-08-28T04:08:41.708914+00:00, sha ff309d72b772)
- Data as of 2026-08-30T08:39:29.467469+00:00.
