kohkimakimoto / lib-migration
LibMigration is a minimum database migration library and framework for MySQL.
Installs: 32 265
Dependents: 0
Suggesters: 0
Security: 0
Stars: 12
Watchers: 4
Forks: 2
Open Issues: 0
Requires
- php: >=5.3.0
Requires (Dev)
- phpunit/dbunit: 1.2.*
- phpunit/phpunit: 3.*
This package is auto-updated.
Last update: 2024-11-07 00:04:58 UTC
README
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