PHPackages                             ieov/migration-vs - 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. ieov/migration-vs

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

ieov/migration-vs
=================

Database migrations via script

0.1.1(5y ago)0717MITPHPPHP &gt;=7.1

Since Oct 13Pushed 5y ago1 watchersCompare

[ Source](https://github.com/ieov/migration-vs)[ Packagist](https://packagist.org/packages/ieov/migration-vs)[ RSS](/packages/ieov-migration-vs/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (2)Versions (5)Used By (0)

**Migration VS**

Simple *nette* extension for database migration, where some simple php operations is required.

*Usage:*

config.neon:

```
extensions:
    migrationVs: ieov\MigrationVs\DI\MigrationViaScriptDI

migrationVs:
    tableName: 'migrations_script'
    connection: @dibi.connection
    scripts:
        - SomeMigrationScript\FirstMigrationScript
        - SomeMigrationScript\SecondMigrationScript

```

MigrationVs creates table in database with name `tableName` where it simply registers executed migrations.

Create migration `scripts`, that extend *ieov\\MigrationVs\\MigrationScript.php*. These classes take dibi `connection` in constructor and implement *execute()*method, that return integer &gt; 0 in success.

Run *execute()* method of *MigrationVsManager.php* service to start migrations.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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.

###  Release Activity

Cadence

Every ~134 days

Total

4

Last Release

2004d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5a3ade2c27cc5540fd051330018f5a4edff05001bdcd3f41223c170c17b57884?d=identicon)[iegurnov](/maintainers/iegurnov)

---

Top Contributors

[![ieov](https://avatars.githubusercontent.com/u/11613590?v=4)](https://github.com/ieov "ieov (3 commits)")

### Embed Badge

![Health badge](/badges/ieov-migration-vs/health.svg)

```
[![Health](https://phpackages.com/badges/ieov-migration-vs/health.svg)](https://phpackages.com/packages/ieov-migration-vs)
```

###  Alternatives

[ublaboo/datagrid

DataGrid for Nette Framework: filtering, sorting, pagination, tree view, table view, translator, etc

2971.9M23](/packages/ublaboo-datagrid)[kdyby/doctrine

Doctrine integration into Nette Framework

1091.0M86](/packages/kdyby-doctrine)[nettrine/orm

Doctrine ORM for Nette Framework

581.9M37](/packages/nettrine-orm)[nettrine/migrations

Doctrine Migrations for Nette Framework

411.7M17](/packages/nettrine-migrations)[nettrine/dbal

Doctrine DBAL for Nette Framework

322.6M19](/packages/nettrine-dbal)[tharos/leanmapper

Tiny ORM based on powerful Dibi database abstraction library for PHP.

93150.7k29](/packages/tharos-leanmapper)

PHPackages © 2026

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