hectororm / migration
Hector Migration
dev-main / 1.x-dev
2026-03-17 17:10 UTC
Requires
- php: ^8.0
- ext-pdo: *
- hectororm/connection: ^1.0
- hectororm/schema: ^1.3
Suggests
- hectororm/query: Required for DbTracker (^1.0)
- league/flysystem: Required for FlysystemTracker (^3.0)
- psr/container: Required for container-based migration instantiation in DirectoryProvider (^1.0 || ^2.0)
- psr/event-dispatcher: For migration lifecycle events (^1.0)
- psr/log: For migration lifecycle logging (^1.0 || ^2.0 || ^3.0)
This package is auto-updated.
Last update: 2026-03-18 16:05:39 UTC
README
Note
This repository is a read-only split from the main HectorORM repository.
For contributions, issues, or more information, please visit the main HectorORM repository.
Do not open issues or pull requests here.
Hector Migration orchestrates database migrations for Hector ORM. It provides migration providers, trackers, and a transaction-safe runner built on top of the Plan system. Can be used independently of ORM.
Installation
You can install Hector Migration with Composer, it's the recommended installation.
$ composer require hectororm/migration
Documentation
For usage and examples, visit the official documentation on gethectororm.com.