PHPackages                             sachoo/phalcon-console-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. [Framework](/categories/framework)
4. /
5. sachoo/phalcon-console-migration

ActiveLibrary[Framework](/categories/framework)

sachoo/phalcon-console-migration
================================

Based on sachoo/phalcon-console, this component handle databases migrations (up, down, diff, status, run)

2.0.1(5y ago)1135.5k↓46.2%11MITPHPPHP &gt;=5.5

Since Feb 23Pushed 5y ago2 watchersCompare

[ Source](https://github.com/SachaMorard/phalcon-console-migration)[ Packagist](https://packagist.org/packages/sachoo/phalcon-console-migration)[ RSS](/packages/sachoo-phalcon-console-migration/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (11)Used By (1)

Phalcon Console Migration
=========================

[](#phalcon-console-migration)

Based on sachoo/phalcon-console, this component handle databases migrations (up, down, diff, status, run) based on your models metadatas.

Requirements
------------

[](#requirements)

- PHP &gt;= 5.6
- Phalcon &gt;= 3.0.0

Installing
----------

[](#installing)

Follow the install instructions here [sachoo/phalcon-console](https://github.com/sachoo/phalcon-console)

Usage
-----

[](#usage)

Migrations commands generate scripts with datetime versioning. In your configuration file, you must to define a config-&gt;application-&gt;migrationDir value. Then you have to manage your model metadatas with [sachoo/phalcon-model-annotations](https://github.com/sachoo/phalcon-model-annotations)

To know more about the power of Migrations, execute:

```
 ./console mig
```

This command should display something similar to:

```
Help:
  Migration Commands

Usage: Generate a Migration
  mig gen

Usage: Run all available Migrations
  mig run

Usage: Run just one migration up
  mig up

Usage: Run just one migration down
  mig down

Usage: Generate migration file with Diff beetween Models and your Databases
  mig diff

Usage: Show migration status
  mig status
```

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~144 days

Recently: every ~233 days

Total

10

Last Release

2076d ago

Major Versions

1.0.7 → 2.0.02020-07-03

### Community

Maintainers

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

---

Top Contributors

[![SachaMorard](https://avatars.githubusercontent.com/u/2254275?v=4)](https://github.com/SachaMorard "SachaMorard (2 commits)")[![takman1](https://avatars.githubusercontent.com/u/6367675?v=4)](https://github.com/takman1 "takman1 (2 commits)")

---

Tags

cliconsoleframeworkmigrationcommandphalcon

### Embed Badge

![Health badge](/badges/sachoo-phalcon-console-migration/health.svg)

```
[![Health](https://phpackages.com/badges/sachoo-phalcon-console-migration/health.svg)](https://phpackages.com/packages/sachoo-phalcon-console-migration)
```

###  Alternatives

[phalcon/migrations

Run and Generate DB Migrations with Phalcon Framework

29977.8k6](/packages/phalcon-migrations)[fly-apps/fly-laravel

A cli tool for launching and deploying Laravel apps on Fly.io

431.3k](/packages/fly-apps-fly-laravel)

PHPackages © 2026

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