hptroniccz/migrations

Database migrations runner

Installs: 22 710

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 39

pkg:composer/hptroniccz/migrations

v3.1.3 2020-04-28 12:45 UTC

README

Build Status Downloads this Month Stable Version Code coverage

For more information read documentation.

Supported databases:

  • PostgreSQL
  • MySQL

Supported DBALs:

Development & Running Tests in Docker

  1. Start containers
    docker-compose up --always-recreate-deps --build --force-recreate
  2. Install dependencies
    docker-compose exec php-fpm bash
    composer install
  3. Create ./tests/*.ini files from samples ./tests/*.docker.ini and run ./tests/run-integration.sh

License

Based on Clevis\Migration by Petr Procházka and further improved.

New BSD License. See full license.