Skip to content
Bojan edited this page Oct 12, 2017 · 2 revisions

Pckg/migrator provides a ways to upgrade, sync and migrate MySQL databases and PHP array configs. It works really well with pckg/skeleton installed as main project.

Installation

For standalone usage simply require pckg/migrator in composer.

$ composer require pckg/migrator

For advanced usage check pckg/skeleton.

$ composer install pckg/skeleton .

Dependencies

Package depends on several composer packages:

  • pckg/database
  • symfony/console

Tests

Test can be run with codeception

$ cp ./codeception.sample.yml ./codeception.yml
$ codecept run
Clone this wiki locally