fathkoc/database-migration-library

A PHP library for managing database migrations.

dev-main 2024-10-01 07:42 UTC

This package is not auto-updated.

Last update: 2025-05-14 08:52:54 UTC


README

This PHP library allows you to manage database migrations easily, including creating and rolling back database changes.

Features:

  • Create migrations to alter the database schema.
  • Run and rollback migrations easily using the MigrationRunner.
  • Abstract Migration class for defining up and down methods.

Installation

composer require fathkoc/database-migration-library