doctrine/migrations
Doctrine Database Migrations Library observed · 2026-08-28
Health v2 · maintenance only
83/100
- Activity 88
- Release rhythm 68
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 71
- age_days: 6007
- days_rel: 132
- days_push: 75
- n_releases_24m: 10
Adoption not part of the score
4768 stars · 393 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Doctrine Migrations is a PHP library built on top of Doctrine DBAL for versioning database schemas and deploying schema changes. It provides migration classes and CLI commands to generate, run, and roll back database migrations.
Use cases
- version a database schema in PHP projects
- run and roll back database migrations from the CLI
- deploy schema changes across environments
- generate migration files from Doctrine ORM schema changes
- track applied migrations in a database table
When to choose
- you use Doctrine ORM/DBAL in a PHP project and need schema migrations
- you want repeatable, version-controlled database schema changes
- you need a Symfony-integrated migration workflow via DoctrineMigrationsBundle
When to avoid
- your project uses a non-PHP stack or another ORM with its own migration tooling
- you only need raw SQL executed manually without version tracking
- you want framework-agnostic migrations outside the Doctrine ecosystem
Facets
library · maturity stable
database deployment cli developer-tools databases developer-tools backend web-development php cli cross-platform database-migrations schema-versioning doctrine dbal sql
10 sources
- readme: https://github.com/doctrine/migrations · fetched 2026-08-28 · fac1fbf2112b
- homepage: https://www.doctrine-project.org/projects/migrations.html · fetched 2026-08-29 · a46517127ec9
- site_page: https://www.doctrine-project.org/projects/doctrine-migrations/en/3.9/index.html · fetched 2026-08-29 · 9566e3857a0c
- site_page: https://www.doctrine-project.org/projects/doctrine-migrations/en/4.0/index.html · fetched 2026-08-29 · a4b8ac7974c0
- site_page: https://www.doctrine-project.org/projects/doctrine-migrations/en/3.10/index.html · fetched 2026-08-29 · a9ec8592e077
- site_page: https://www.doctrine-project.org/projects/doctrine-migrations/en/3.8/index.html · fetched 2026-08-29 · 4ef0a762c886
- site_page: https://www.doctrine-project.org/projects/doctrine-migrations/en/3.7/index.html · fetched 2026-08-29 · ce42052d9026
- site_page: https://www.doctrine-project.org/projects/doctrine-migrations/en/3.6/index.html · fetched 2026-08-29 · 3b08cc5ae62c
- site_page: https://www.doctrine-project.org/projects/doctrine-migrations/en/3.5/index.html · fetched 2026-08-29 · 53546c09abef
- site_page: https://www.doctrine-project.org/projects/doctrine-migrations/en/3.4/index.html · fetched 2026-08-29 · 07c9a6a9fa0b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| doctrine/migrations | main | 83 |
For agents
markdown · JSON · MCP: product_card(name="doctrine/migrations")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem