Phinx Icon

Summary

A PHPServer-side scripting language for web development. library to automate the implementation of database changes.

Overview

Main Website phinx.org
Version 0.7.1
Experience Still debating

Notes

  • Conceptually I like the idea and included it in order to automate database migrations as part of a DevOps process.
  • It has been helpful for unit testing as it provides an easy mechanism for tracking and implementing the changes made to the development environment to the test database.
  • However given the small size of the database I'm wondering if other approaches (like creating from an export) might be more efficient.
  • I'll know for sure once I start to move to AWS.