PHPackages                             darkcs/yii2-migrate - 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. darkcs/yii2-migrate

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

darkcs/yii2-migrate
===================

Extended migration support

1137PHP

Since Sep 3Pushed 10y ago1 watchersCompare

[ Source](https://github.com/DarkCs/yii2-migrate)[ Packagist](https://packagist.org/packages/darkcs/yii2-migrate)[ RSS](/packages/darkcs-yii2-migrate/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2 Migrate
============

[](#yii2-migrate)

Console Migration Command with multiple paths/aliases support

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

[](#installation)

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

```
php composer.phar require --prefer-dist "darkcs/yii2-migrate" "*"

```

Usage
-----

[](#usage)

Add a new controller map in `controllerMap` section of your application's configuration file, for example:

```
'controllerMap' => [
    'migrate' => [
        'class' => 'darkcs\migrate\controllers\MigrateController',
        'migrationPaths' => [
            '@modules/news/migrations',
            '@modules/page/migrations',
            ...
        ],
    ],
],
```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/darkcs-yii2-migrate/health.svg)

```
[![Health](https://phpackages.com/badges/darkcs-yii2-migrate/health.svg)](https://phpackages.com/packages/darkcs-yii2-migrate)
```

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k117.2M118](/packages/jdorn-sql-formatter)[propel/propel1

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

8351.6M87](/packages/propel-propel1)[jfelder/oracledb

Oracle DB driver for Laravel

11518.4k](/packages/jfelder-oracledb)

PHPackages © 2026

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