fathkoc / database-migration-library
A PHP library for managing database migrations.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/fathkoc/database-migration-library
Requires
- php: >=7.0
This package is not auto-updated.
Last update: 2025-10-15 11:02:34 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