Flyway : You can think of Flyway as version control for your database. It lets you evolve your database schema easily and reliably across all your instances. F...
Liquibase : Liquibase is an open source database-independent library for tracking, managing and applying database schema changes
Phinx : Phinx makes it ridiculously easy to manage the database migrations for your PHP app. In less than 5 minutes you can install Phinx and create your firs...
dbv.php : dbv.php is a database version control web application featuring schema management, revision scripts, and more!
Sqitch by theory : Sqitch is a database change management application.
Sqitch is not integrated with any framework, ORM, or platform. Rather, it is a standalone change m...
Alembic is a new database migrations tool, written by the author of SQLAlchemy.