PHPackages                             shaqman/yii2-web-migration - 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. shaqman/yii2-web-migration

ActiveYii2-extension[Database &amp; ORM](/categories/database)

shaqman/yii2-web-migration
==========================

Migration to be used from web interface. Useful when you have no shell access.

0.1(7y ago)00MITPHP

Since Oct 5Pushed 7y ago1 watchersCompare

[ Source](https://github.com/shaqman/yii2-web-migration)[ Packagist](https://packagist.org/packages/shaqman/yii2-web-migration)[ Docs](https://github.com/shaqman/yii2-web-migration)[ RSS](/packages/shaqman-yii2-web-migration/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (3)Used By (0)

shaqman/yii2-web-migration
==========================

[](#shaqmanyii2-web-migration)

Migration to be used from web interface. Useful when you have no shell access.

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist shaqman/yii2-web-migration

```

or add

```
"shaqman/yii2-web-migration": "*"
```

Usage
-----

[](#usage)

### Module Configuration

[](#module-configuration)

Configure `yii2-web-migration` module.

```
'modules' => [
    'web-migration' => [
        // the module class
        'class' => 'shaqman\web\migration\Module',
    ],
    // your other modules
]
```

### Migrate

[](#migrate)

Create your [migrations](https://www.yiiframework.com/doc/guide/2.0/en/db-migrations/) as usual, and you can apply the migrations by triggering your module name.

```
http://localhost/index.php?r=web-migration/default&action=up

```

```
http://localhost/index.php?r=web-migration/default&action=down

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

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

2776d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1113851?v=4)[Syakur Rahman](/maintainers/shaqman)[@shaqman](https://github.com/shaqman)

---

Top Contributors

[![h3d-thanhpv](https://avatars.githubusercontent.com/u/6016904?v=4)](https://github.com/h3d-thanhpv "h3d-thanhpv (8 commits)")[![shaqman](https://avatars.githubusercontent.com/u/1113851?v=4)](https://github.com/shaqman "shaqman (3 commits)")

---

Tags

migrationyii2shared host

### Embed Badge

![Health badge](/badges/shaqman-yii2-web-migration/health.svg)

```
[![Health](https://phpackages.com/badges/shaqman-yii2-web-migration/health.svg)](https://phpackages.com/packages/shaqman-yii2-web-migration)
```

###  Alternatives

[yii2tech/illuminate

Yii2 to Laravel Migration Package

11315.1k](/packages/yii2tech-illuminate)[dmstr/yii2-migrate-command

Console Migration Command with multiple paths/aliases support

31295.5k6](/packages/dmstr-yii2-migrate-command)[tmukherjee13/yii2-reverse-migration

Generate working migration classes from existing Database

2321.5k](/packages/tmukherjee13-yii2-reverse-migration)

PHPackages © 2026

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