fathkoc / database-migration-library
A PHP library for managing database migrations.
Package info
github.com/fathkoc/database-migration-library
pkg:composer/fathkoc/database-migration-library
dev-main
2024-10-01 07:42 UTC
Requires
- php: >=7.0
This package is not auto-updated.
Last update: 2026-03-04 12:50:44 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
upanddownmethods.
Installation
composer require fathkoc/database-migration-library