cakephp/phinx
PHP Database Migrations for Everyone 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
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
- readme: https://github.com/cakephp/phinx · fetched 2026-08-28 · 80270747b58b
- homepage: https://phinx.org · fetched 2026-08-29 · 6fd8588fea34
- site_page: https://phinx.org/docs · fetched 2026-08-29 · b2626c82f9a3
- site_page: http://docs.phinx.org · fetched 2026-08-29 · bb22e10e5f6a
- site_page: http://docs.phinx.org/ · fetched 2026-08-29 · bb22e10e5f6a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| cakephp/phinx | main | 90 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem