PHPackages                             litovchenko/laravel-migration-assistant - 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. litovchenko/laravel-migration-assistant

ActiveProject

litovchenko/laravel-migration-assistant
=======================================

v1.0.0(3y ago)014[3 issues](https://github.com/iv-litovchenko/laravel-migration-assistant/issues)MITPHP

Since Sep 21Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/iv-litovchenko/laravel-migration-assistant)[ Packagist](https://packagist.org/packages/litovchenko/laravel-migration-assistant)[ Docs](https://github.com/iv-litovchenko/laravel-migration-assistant)[ RSS](/packages/litovchenko-laravel-migration-assistant/feed)WikiDiscussions master Synced 1mo ago

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

Migration assistant
===================

[](#migration-assistant)

```
$ composer require iv-litovchenko/laravel-migration-assistant
$ composer require iv-litovchenko/laravel-migration-assistant --ignore-platform-reqs
$ php artisan massist

```

[![Watch the video](https://camo.githubusercontent.com/033e37539e80b2794bc7b669e2e84294ac442dd407316d2c71744b8ab041eea9/68747470733a2f2f696d672e796f75747562652e636f6d2f76692f533067533031787564736b2f6d617872657364656661756c742e6a7067)](https://youtu.be/S0gS01xudsk)[Video presentation on YouTube](https://youtu.be/S0gS01xudsk)

[![Preview](https://raw.githubusercontent.com/iv-litovchenko/laravel-migration-assistant/master/resources/preview.gif)](https://raw.githubusercontent.com/iv-litovchenko/laravel-migration-assistant/master/resources/preview.gif)

Route::get('/liapp', function () { $liApp = new App(); return $liApp-&gt;main(); });

Schema::table('users', static function (Blueprint $table) { $schemaManager = Schema::getConnection()-&gt;getDoctrineSchemaManager(); $indexesFound = $schemaManager-&gt;listTableIndexes('users');

```
if (! array_key_exists('users_email_index', $indexesFound)) {
    $table->index('email', 'users_email_index');
}

```

});

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

1329d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7462848e85c281de52c81a04c593ab379008539dd4d3bd7ebfd800b0722ed8b8?d=identicon)[Ivan Litovchenko](/maintainers/Ivan%20Litovchenko)

---

Top Contributors

[![iv-litovchenko](https://avatars.githubusercontent.com/u/26790642?v=4)](https://github.com/iv-litovchenko "iv-litovchenko (45 commits)")

### Embed Badge

![Health badge](/badges/litovchenko-laravel-migration-assistant/health.svg)

```
[![Health](https://phpackages.com/badges/litovchenko-laravel-migration-assistant/health.svg)](https://phpackages.com/packages/litovchenko-laravel-migration-assistant)
```

PHPackages © 2026

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