LibMigration

The PHP database migration tool for MySQL.

View project onGitHub

A minimum database migration library and framework for MySQL.

LibMigration is a minimum database migration library and framework for MySQL. It provides a convenient way to alter your MySQL database schema. Below are the features of LibMigration.

  • LibMigration uses plain SQL to change your database schema. Don’t use any specific syntax.

  • LibMigration can manage muliple databases.

  • LibMigration core api is very simple. So you can easily use it in your other code.

Are you interested in it? See the Documentation to get more information.

License

LibMigration is licesed Apache License 2.0.

Github Repository

https://github.com/kohkimakimoto/lib-migration

Bug Reports

If you find a bug, Please report it by Github issues.