PHPackages                             wumvi/wm.php.mysql-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. wumvi/wm.php.mysql-migration

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

wumvi/wm.php.mysql-migration
============================

v1.0.1(2y ago)06proprietaryPHP

Since Dec 20Pushed 2y ago1 watchersCompare

[ Source](https://github.com/wumvi/wm.php.mysql-migration)[ Packagist](https://packagist.org/packages/wumvi/wm.php.mysql-migration)[ RSS](/packages/wumvi-wmphpmysql-migration/feed)WikiDiscussions master Synced today

READMEChangelog (2)DependenciesVersions (3)Used By (0)

### Create migration user

[](#create-migration-user)

```
create database db123;
CREATE USER 'migration_user'@'%' IDENTIFIED WITH mysql_native_password BY 'pwd123';
GRANT ALL PRIVILEGES ON db123.* TO 'migration_user'@'%';
FLUSH PRIVILEGES;
```

### Create migration table

[](#create-migration-table)

```
CREATE TABLE `migration_log` (
                                 `id` int unsigned NOT NULL AUTO_INCREMENT,
                                 `index` int unsigned NOT NULL,
                                 `filename` varchar(255) NOT NULL,
                                 `date_add` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
                                 PRIMARY KEY (`id`),
                                 UNIQUE KEY `migration_log_pk` (`filename`)
) ENGINE=InnoDB AUTO_INCREMENT=41 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci
```

### Test

[](#test)

```
docker run -ti --rm -v "$(pwd)":/data/ --workdir /data/ --network host dfuhbu/php8.3-cli-dev:1 bash
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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 ~0 days

Total

2

Last Release

925d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d0ac522dee9ee6884e5cb9482597e24e5ba3b6f02ecdf93d24b06de792096a7f?d=identicon)[wumvi](/maintainers/wumvi)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/wumvi-wmphpmysql-migration/health.svg)

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

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