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

cakephp/phinx

PHP Database Migrations for Everyone observed · 2026-08-28

github.com/cakephp/phinx · homepage · PHP · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

90/100

  • Activity 93
  • Release rhythm 79
  • 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: 43
  • age_days: 5363
  • days_rel: 61
  • days_push: 43
  • n_releases_24m: 10

Full methodology

Adoption not part of the score

4539 stars · 884 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Phinx is a standalone PHP database migration tool that lets developers manage and version database schema changes using database-agnostic PHP or SQL code. It runs from the command line, supports up/down migrations and data seeding, and works with MySQL, PostgreSQL, SQLite, and SQL Server without requiring a full framework or ORM.

Use cases

  • manage database schema migrations for a PHP app
  • roll back database changes on deployment
  • seed test or initial data after database creation
  • write database-agnostic migrations that work across MySQL, PostgreSQL, SQLite, and SQL Server
  • integrate database migrations into CI/CD or deploy pipelines
  • track migration status from the command line

When to choose

  • you need framework-independent database migrations in a PHP project
  • you want migrations portable across multiple database vendors
  • you need a lightweight migration tool without pulling in an ORM
  • you want to seed databases and run migrations from CLI or CI

When to avoid

  • your framework already ships its own migration system you prefer to use
  • you need migrations for databases outside the four supported adapters
  • you want a GUI-based database management tool
  • your project is not written in PHP

Facets

library · maturity stable

database cli developer-tools databases developer-tools backend php cli cross-platform database-migrations schema-migrations database-seeding mysql postgresql sqlite sql-server composer command-line

5 sources

Member repositories

RepositoryRoleHealth v2
cakephp/phinxmain90

For agents

markdown · JSON · MCP: product_card(name="cakephp/phinx")

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