2017 © Pedro Peláez
 

library lib-migration

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

image

kohkimakimoto/lib-migration

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

  • Wednesday, March 5, 2014
  • by kohkimakimoto
  • Repository
  • 2 Watchers
  • 12 Stars
  • 17,266 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 2 % Grown

The README.md

LibMigration

Build Status, (*1)

LibMigration is a minimum database migration library and framework for MySQL., (*2)

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., (*3)

Installation

Use composer installation. Make composer.json like the following., (*4)

json { "require": { "kohkimakimoto/lib-migration": "1.*" } }, (*5)

And run Composer install command., (*6)

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

Usage and Documentation

See the LibMigraion Github page, (*7)

License

Apache License 2.0, (*8)

The Versions

05/03 2014

dev-master

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

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

  Sources   Download

Apache License 2.0

The Requires

  • php >=5.3.0

 

The Development Requires

database migrations mysql db

05/03 2014

v1.2.0

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

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

  Sources   Download

Apache License 2.0

The Requires

  • php >=5.3.0

 

The Development Requires

database migrations mysql db

01/07 2013

v1.1.0

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

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

  Sources   Download

Apache License 2.0

The Requires

  • php >=5.3.0

 

The Development Requires

database migrations mysql db