PHPackages                             atomjoy/migratio - 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. atomjoy/migratio

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

atomjoy/migratio
================

Load migrations from subdirectories in Laravel.

v1.0(2y ago)14MITPHP

Since Jun 13Pushed 2y ago1 watchersCompare

[ Source](https://github.com/atomjoy/migratio)[ Packagist](https://packagist.org/packages/atomjoy/migratio)[ RSS](/packages/atomjoy-migratio/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Migratio Laravel
================

[](#migratio-laravel)

Load migrations from subdirectories in Laravel.

Install
-------

[](#install)

```
composer create-project laravel/laravel:^10.0 vue-app
cd vue-app
composer require atomjoy/migratio
```

### Make migration

[](#make-migration)

```
php artisan make:migration create_posts_table --path=/database/migrations/posts
```

### Migrate tables

[](#migrate-tables)

```
# all subdirectories
php artisan migrate

# from single subdir
php artisan migrate --path=/database/migrations/posts
```

### Run app

[](#run-app)

```
php artisan serve --host=localhost --port=8000
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1070d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ec4a884ba7d7026b941c643d5585149a65f6d61725112d41d30f652b4f49795b?d=identicon)[atomjoy](/maintainers/atomjoy)

---

Top Contributors

[![atomjoy](https://avatars.githubusercontent.com/u/112067799?v=4)](https://github.com/atomjoy "atomjoy (2 commits)")

### Embed Badge

![Health badge](/badges/atomjoy-migratio/health.svg)

```
[![Health](https://phpackages.com/badges/atomjoy-migratio/health.svg)](https://phpackages.com/packages/atomjoy-migratio)
```

###  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)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

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

Reliese Components for Laravel Framework code generation.

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

Laravel Userstamps provides an Eloquent trait which automatically maintains `created\_by` and `updated\_by` columns on your model, populated by the currently authenticated user in your application.

7511.7M13](/packages/wildside-userstamps)

PHPackages © 2026

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