PHPackages                             rareloop/hatchet-migrations - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. rareloop/hatchet-migrations

ActiveLibrary[Database &amp; ORM](/categories/database)

rareloop/hatchet-migrations
===========================

02PHPCI failing

Since Apr 24Pushed 6y agoCompare

[ Source](https://github.com/Rareloop/hatchet-migrations)[ Packagist](https://packagist.org/packages/rareloop/hatchet-migrations)[ RSS](/packages/rareloop-hatchet-migrations/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Hatchet Migrations
==================

[](#hatchet-migrations)

Provides a wrapper around the [Phinx Database Migrations](https://phinx.org/) package that integrates with Hatchet &amp; Lumberjack.

Installation
------------

[](#installation)

`composer require rareloop/hatchet-migrations`

Once installed, register the Service Provider in config/app.php:

```
'providers' => [
    ...

    Rareloop\Hatchet\Migrations\MigrationsServiceProvider::class,

    ...
],
```

Copy the example `config/migrations.php` file to you theme directory *(optional)*.

Make sure you create the needed folders for your migrations and seeds. If you don't change the default config then these will be:

- `{theme}/database/migrations`
- `{theme}/database/seeds`

Usage
-----

[](#usage)

This package makes the following commands are available to you:

Hatchet CommandDescriptionRelated Phinx Documentation`make:migration`Create a new migration file[phinx create](https://book.cakephp.org/phinx/0/en/migrations.html#creating-a-new-migration)`migrate`Run migration(s)[phinx migrate](https://book.cakephp.org/phinx/0/en/commands.html#the-migrate-command)`migrate:rollback`Rollback migration(s)[phinx rollback](https://book.cakephp.org/phinx/0/en/commands.html#the-rollback-command)`migrate:status`Output the current status on which migrations have been run[phinx status](https://book.cakephp.org/phinx/0/en/commands.html#the-status-command)`make:seeder`Create a Database Seeder[phinx seed:create](https://book.cakephp.org/phinx/0/en/seeding.html)`db:seed`Run seed(s)[phinx seed:run](https://book.cakephp.org/phinx/0/en/commands.html#the-seed-run-command)For usage information on each command either consult the associated Phinx documentation or use the hatchet CLI:

`php hatchet help {command}`

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1554376?v=4)[Rareloop](/maintainers/rareloop)[@Rareloop](https://github.com/Rareloop)

---

Top Contributors

[![joelambert](https://avatars.githubusercontent.com/u/644362?v=4)](https://github.com/joelambert "joelambert (10 commits)")

### Embed Badge

![Health badge](/badges/rareloop-hatchet-migrations/health.svg)

```
[![Health](https://phpackages.com/badges/rareloop-hatchet-migrations/health.svg)](https://phpackages.com/packages/rareloop-hatchet-migrations)
```

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[mongodb/mongodb

MongoDB driver library

1.6k64.0M546](/packages/mongodb-mongodb)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90340.3M211](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
