PHPackages                             bedezign/yii2-migration-proxy - 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. bedezign/yii2-migration-proxy

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

bedezign/yii2-migration-proxy
=============================

Migration proxy component for Yii2

1142PHP

Since Sep 23Pushed 11y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Migration Proxy
===============

[](#migration-proxy)

Ever had the issue that you have to run some database migrations from a component you use but you find that you have to manually specify the path to do so. If you have multiple environments you also have to remember to run that migration command on all your environments. Working as a part of a bigger team this becomes even more annoying.

I would love to just include those migrations as part of the main migration flow in the application, so I wrote this proxy.

Using it is really simple:

```
