Skip to content

kohkimakimoto/lib-migration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LibMigration

Build Status

LibMigration is a minimum database migration library and framework for MySQL.

Features

  • LibMigration uses plain SQL to change your database schema. Does’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.

Requirement

PHP5.3 or later.

Installation

Use composer installation. Make composer.json like the following.

{
  "require": {
    "kohkimakimoto/lib-migration": "1.*"
  }
}

And run Composer install command.

$ curl -s http://getcomposer.org/installer | php
$ php composer.phar install

Usage and Documentation

See the LibMigraion Github page

License

Apache License 2.0

About

LibMigration is a minimum database migration library and framework for MySQL.

Resources

Stars

Watchers

Forks

Packages

No packages published