PHPackages                             onlyoung4u/bunny-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. onlyoung4u/bunny-migration

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

onlyoung4u/bunny-migration
==========================

Webman plugin onlyoung4u/bunny-migration

v1.0.0(1y ago)01MITPHPPHP &gt;=8.2

Since Dec 21Pushed 1y ago1 watchersCompare

[ Source](https://github.com/onlyoung4u/bunny-migration)[ Packagist](https://packagist.org/packages/onlyoung4u/bunny-migration)[ RSS](/packages/onlyoung4u-bunny-migration/feed)WikiDiscussions main Synced today

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

bunny-miration
==============

[](#bunny-miration)

迁移
--

[](#迁移)

```
# 创建迁移文件
php webman migrate:create create_users_table

# 执行迁移
php webman migrate:run
--database dev # 指定数据库连接
--force # 强制执行迁移
--pretend # 模拟执行迁移
--step # 强制把每个迁移文件会记录为单独的批次

# 回滚迁移
php webman migrate:rollback
--database dev # 指定数据库连接
--force # 强制回滚迁移
--pretend # 模拟回滚迁移
--step 2 # 每次迁移的步数，默认回滚上一次迁移
--batch 1 # 回滚指定的批次

# 重置迁移
php webman migrate:reset
--database dev # 指定数据库连接
--force # 强制重置迁移
--pretend # 模拟重置迁移

# 刷新迁移
php webman migrate:refresh
--database dev # 指定数据库连接
--force # 强制刷新迁移
--seed # 刷新迁移后执行数据填充
--seeder UserSeeder # 指定数据填充类

# 查看迁移状态
php webman migrate:status
--database dev # 指定数据库连接
```

数据填充
----

[](#数据填充)

```
# 创建数据填充文件
php webman seed:create UserSeeder

# 执行数据填充
php webman seed:run
--database dev # 指定数据库连接
--force # 强制执行数据填充
--class UserSeeder # 指定数据填充类
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Unknown

Total

1

Last Release

560d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/onlyoung4u-bunny-migration/health.svg)

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

###  Alternatives

[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M201](/packages/laravel-ai)[illuminate/queue

The Illuminate Queue package.

21332.6M1.6k](/packages/illuminate-queue)[owen-it/laravel-auditing

Audit changes of your Eloquent models in Laravel

3.4k36.8M157](/packages/owen-it-laravel-auditing)[spatie/laravel-medialibrary

Associate files with Eloquent models

6.1k43.2M632](/packages/spatie-laravel-medialibrary)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[flarum/core

Delightfully simple forum software.

201.4M2.3k](/packages/flarum-core)

PHPackages © 2026

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