PHPackages                             xinix-technology/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. xinix-technology/migrate

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

xinix-technology/migrate
========================

Migration tool for bono

0.1.0(11y ago)32.0k11MITPHP

Since Jun 20Pushed 11y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (2)Used By (1)

migrate
=======

[](#migrate)

Story of product developers:

"I'm glad that our application is getting traction more and more each day. There are another demands to fullfill. Our customers asking about this module.. that module.."

"Yeah, I feel it too boss, and it seems that we need to refactor our codes and changed the data infrastructure every release of versions"

"So how do we do that??"

Introduction
============

[](#introduction)

Thats what we feel too. We need some scripting to do migration between version. And for us (Bono Developers), we present you "migrate".

Installation
============

[](#installation)

"migrate" will run as Provider. You can put configuration to your config file to enable migration schema on your application.

```
return array(
    'bono.providers' => array(
        '\\Xinix\\Migrate\\Provider\\MigrateProvider' => array(
            'token' => 'token-to-access-from-web',
        ),
    ),
);
```

"That's it??"

Yep! you can open the web console from url

CLI
===

[](#cli)

```
$ xpax task
Available tasks:
  init
  serve
  migrate:generate
  migrate
  migrate:run
  migrate:rollback
.OK

```

Generate new version
--------------------

[](#generate-new-version)

```
xpax migrate:generate [version label]

```

Run migration
-------------

[](#run-migration)

```
xpax migrate

```

or

```
xpax migrate:run

```

Rollback migration
------------------

[](#rollback-migration)

```
xpax migrate:rollback

```

.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity53

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

4350d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9ccba8ab264c930769a607c77fd9ad54731fb85847278488cc1f6d283130df0c?d=identicon)[reekoheek](/maintainers/reekoheek)

---

Top Contributors

[![reekoheek](https://avatars.githubusercontent.com/u/299394?v=4)](https://github.com/reekoheek "reekoheek (8 commits)")

### Embed Badge

![Health badge](/badges/xinix-technology-migrate/health.svg)

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

###  Alternatives

[razorpay/ifsc

Razorpay IFSC Codes Library

382201.9k](/packages/razorpay-ifsc)[dominus77/yii2-sweetalert2-widget

Renders a SweetAlert2 widget for Yii2.

2070.4k1](/packages/dominus77-yii2-sweetalert2-widget)[colinodell/indentation

Library to detect and manipulate indentation in strings and files

3911.5k5](/packages/colinodell-indentation)[jeffreyvanrossum/paver

Block based drag and drop editor for developers.

473.5k2](/packages/jeffreyvanrossum-paver)[phpcfdi/sat-catalogos

Catálogos de SAT para CFDI 3.3, CFDI 4.0 y Nómina 1.2

304.6k24](/packages/phpcfdi-sat-catalogos)[inspiredminds/contao-file-usage

Contao extension that allows you to search for references of files in the database assisted file manager.

1212.7k10](/packages/inspiredminds-contao-file-usage)

PHPackages © 2026

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