PHPackages                             webvimark/module-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. webvimark/module-migrations

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

webvimark/module-migrations
===========================

Gui migrations for yii 2 gridview

1.0.0(10y ago)059.5k↓55.6%PHP

Since Aug 11Pushed 9y ago1 watchersCompare

[ Source](https://github.com/webvimark/module-migrations)[ Packagist](https://packagist.org/packages/webvimark/module-migrations)[ RSS](/packages/webvimark-module-migrations/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (2)Used By (0)

Migrations module for Yii 2
===========================

[](#migrations-module-for-yii-2)

Provide:

- modules support
- fix original migrations permission issue
- GUI interface

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist webvimark/module-migrations "*"

```

or add

```
"webvimark/module-migrations": "*"

```

to the require section of your `composer.json` file.

Configuration
-------------

[](#configuration)

In your config/web.php

```
	'modules'=>[
		...

		'migrations'=>[
			'class'=>'webvimark\modules\migrations\MigrationModule',
			'executableYii' => (YII_ENV == 'prod') ? '@app/yii_production' : '@app/yii',
			// 'layout'=>'//back',

			// If you want to be able to run migrations from specific url:
			// http://site.com/migrations/web-execute/index?key=THIS_KEY

			// 'webExecuteEnabled'=>true,
			// 'webExecuteKey'=>'bla-bla-key',
		],

		...
	],
```

In you config/console.php

```
	...

	'controllerMap'=>[
		'migrate'=>[
			'class'=>'webvimark\modules\migrations\components\MigrateController',
		],
	],

	...
```

Include your desired modules in config/console.php

Usage
-----

[](#usage)

Go to

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 88% 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

3955d ago

### Community

Maintainers

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

---

Top Contributors

[![webvimark](https://avatars.githubusercontent.com/u/6502086?v=4)](https://github.com/webvimark "webvimark (22 commits)")[![johny011409](https://avatars.githubusercontent.com/u/59572323?v=4)](https://github.com/johny011409 "johny011409 (3 commits)")

### Embed Badge

![Health badge](/badges/webvimark-module-migrations/health.svg)

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

###  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.

8361.6M87](/packages/propel-propel1)[mpociot/laravel-composite-key

Support composite keys in your laravel app.

3544.8k1](/packages/mpociot-laravel-composite-key)

PHPackages © 2026

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