Ross ROSS = Recommend OSS · open-source software intelligence for agents

doctrine/migrations

Doctrine Database Migrations Library observed · 2026-08-28

github.com/doctrine/migrations · homepage · PHP · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
doctrine/migrationsmain83

For agents

markdown · JSON · MCP: product_card(name="doctrine/migrations")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem