Phinx

Phinx is a database migration tool for PHP. It lets developers write schema changes as versioned migrations, so the same changes can be applied across development, staging, and production. This keeps database structure in sync as an application grows.