PHPackages                             uax/webman-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. uax/webman-migrate

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

uax/webman-migrate
==================

Laravel-style migration commands for Webman projects

v0.1.0(1mo ago)01MITPHPPHP &gt;=8.1

Since Apr 18Pushed 1mo agoCompare

[ Source](https://github.com/uax/webman-migrate)[ Packagist](https://packagist.org/packages/uax/webman-migrate)[ RSS](/packages/uax-webman-migrate/feed)WikiDiscussions main Synced 1w ago

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

uax/webman-migrate
==================

[](#uaxwebman-migrate)

Laravel-style migration commands for Webman projects.

中文说明请见 [README.zh-CN.md](./README.zh-CN.md).

What This Package Provides
--------------------------

[](#what-this-package-provides)

The package provides commands from inside the package itself instead of copying command PHP files into the host project.

Available commands:

- `make:migration`
- `migrate`
- `migrate:rollback`
- `migrate:status`
- `migrate:publish`

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

[](#installation)

Install with Composer in a Webman project:

```
composer require uax/webman-migrate
```

After installation, Webman's plugin hook writes only the plugin config files needed to register commands:

- `config/plugin/uax/webman-migrate/app.php`
- `config/plugin/uax/webman-migrate/command.php`

The package does not automatically publish migration stubs or migration directories into the project.

Publish Project Resources
-------------------------

[](#publish-project-resources)

Publish resources only when the host project needs local stubs or the migrations directory:

```
php webman migrate:publish
```

This publishes:

- `databases/stubs/migration.stub`
- `databases/stubs/migration.create.stub`
- `databases/stubs/migration.update.stub`
- `databases/migrations/.gitkeep`

To overwrite already published files:

```
php webman migrate:publish --force
```

Uninstall Behavior
------------------

[](#uninstall-behavior)

When the package is removed through Composer:

```
composer remove uax/webman-migrate
```

The uninstall hook removes:

- `config/plugin/uax/webman-migrate/app.php`
- `config/plugin/uax/webman-migrate/command.php`
- published files created by this package and still matching their recorded content

The uninstall hook does not blindly delete user-modified published files.

###  Health Score

33

—

LowBetter than 73% of packages

Maintenance90

Actively maintained with recent releases

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

52d ago

### Community

Maintainers

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

---

Top Contributors

[![uax](https://avatars.githubusercontent.com/u/10324413?v=4)](https://github.com/uax "uax (1 commits)")

### Embed Badge

![Health badge](/badges/uax-webman-migrate/health.svg)

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

###  Alternatives

[kirschbaum-development/eloquent-power-joins

The Laravel magic applied to joins.

1.6k29.9M42](/packages/kirschbaum-development-eloquent-power-joins)[yajra/laravel-oci8

Oracle DB driver for Laravel via OCI8

8733.1M23](/packages/yajra-laravel-oci8)[bavix/laravel-wallet

It's easy to work with a virtual wallet.

1.3k1.2M18](/packages/bavix-laravel-wallet)[glushkovds/phpclickhouse-laravel

Adapter of the most popular library https://github.com/smi2/phpClickHouse to Laravel

2051.4M2](/packages/glushkovds-phpclickhouse-laravel)[rector/rector-src

Instant Upgrade and Automated Refactoring of any PHP code

136400.8k14](/packages/rector-rector-src)[laravel-liberu/laravel-gedcom

A package that converts gedcom files to Eloquent models

782.5k1](/packages/laravel-liberu-laravel-gedcom)

PHPackages © 2026

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