hectororm/migration

Hector Migration

Maintainers

Package info

github.com/hectororm/migration

Homepage

Issues

pkg:composer/hectororm/migration

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

dev-main / 1.x-dev 2026-03-17 17:10 UTC

This package is auto-updated.

Last update: 2026-03-18 16:05:39 UTC


README

Latest Version Packagist Dependency Version Software license

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.