PHPackages                             dushevadnqka/migmag - 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. dushevadnqka/migmag

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

dushevadnqka/migmag
===================

The main purpose is to extend Laravel 5 (5.1, 5.2) migrations, by adding ability to run migration from certain file.

v2.3.1(10y ago)078MITPHP

Since Jun 22Pushed 8y ago1 watchersCompare

[ Source](https://github.com/dushevadnqka/migmag)[ Packagist](https://packagist.org/packages/dushevadnqka/migmag)[ RSS](/packages/dushevadnqka-migmag/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (21)Used By (0)

Migmag Laravel migrations extender
----------------------------------

[](#migmag-laravel-migrations-extender)

### Install

[](#install)

- Version 2.0 (Compatibility with laravel 5.2) By adding:

```
   "dushevadnqka/migmag": "2.*"
```

- Version 1.0 (Compatibility with laravel 5.1) By adding:

```
   "dushevadnqka/migmag": "1.*"
```

on your composer json file.

### Add this line to your config/app.php (in Providers array)

[](#add-this-line-to-your-configappphp-in-providers-array)

```
\Dushevadnqka\Migmag\Providers\MigmagServiceProvider::class
```

### To exec migration from certain file:

[](#to-exec-migration-from-certain-file)

```
    php artisan migmag:migrate
```

and then as a answer type the path to your migration file without extension.

### or

[](#or)

```
    php artisan migmag:migrate --path=path/to/your/migration-file
```

### To get a migration status by certain migration file:

[](#to-get-a-migration-status-by-certain-migration-file)

```
    php artisan migmag:migrate:status
```

and then as a answer type the path to your migration file without extension.

### or

[](#or-1)

```
    php artisan migmag:migrate:status --path=path/to/your/migration-file
```

### To make a migration reset by certain migration name:

[](#to-make-a-migration-reset-by-certain-migration-name)

```
    php artisan migmag:migrate:reset
```

and then as a answer type the name of your migration file without extension.

### or

[](#or-2)

```
    php artisan migmag:migrate:reset --migration=migration-file-name
```

### To make a migration refresh for certain migration:

[](#to-make-a-migration-refresh-for-certain-migration)

```
    php artisan migmag:migrate:refresh
```

and then as a answer type the path to your migration file without extension.

### or

[](#or-3)

```
    php artisan migmag:migrate:refresh --path=path/to/your/migration-file
```

### Enjoy!

[](#enjoy)

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity72

Established project with proven stability

 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

Every ~0 days

Total

15

Last Release

3654d ago

Major Versions

v1.0.1 → v2.0.12016-06-26

v1.1.0 → v2.1.02016-06-27

v1.1.1 → v2.1.12016-06-27

v1.2.0 → v2.2.02016-06-27

v1.3.0 → v2.3.02016-06-27

### Community

Maintainers

![](https://www.gravatar.com/avatar/53137513a5f71f6b5e02150788504cd0c018d1f04ab5a637bc89a960d820884c?d=identicon)[dushevadnqka1](/maintainers/dushevadnqka1)

---

Top Contributors

[![joroboy](https://avatars.githubusercontent.com/u/15870572?v=4)](https://github.com/joroboy "joroboy (46 commits)")

### Embed Badge

![Health badge](/badges/dushevadnqka-migmag/health.svg)

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

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k116.5M113](/packages/jdorn-sql-formatter)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M87](/packages/propel-propel1)[pgvector/pgvector

pgvector support for PHP

198628.3k10](/packages/pgvector-pgvector)

PHPackages © 2026

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