PHPackages                             phplucidframe/bare-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. [CLI &amp; Console](/categories/cli)
4. /
5. phplucidframe/bare-migration

ActiveLibrary[CLI &amp; Console](/categories/cli)

phplucidframe/bare-migration
============================

A simple PHP command line tool to generate CodeIgniter bare migration file.

v1.1.0(9y ago)311.1k↓46.7%2MITPHPPHP &gt;=5.3

Since Oct 20Pushed 3y ago1 watchersCompare

[ Source](https://github.com/dev-sithu/bare-migration)[ Packagist](https://packagist.org/packages/phplucidframe/bare-migration)[ RSS](/packages/phplucidframe-bare-migration/feed)WikiDiscussions master Synced today

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

CodeIgniter Bare Migration Generator
====================================

[](#codeigniter-bare-migration-generator)

A simple PHP command line tool to generate a CodeIgniter blank migration class file. It is very similiar to `doctrine:migrations:generate` of Symfony [DoctrineMigrationsBundle](http://symfony.com/doc/current/bundles/DoctrineMigrationsBundle/index.html).

Installation using Composer
---------------------------

[](#installation-using-composer)

```
composer require phplucidframe/bare-migration

```

or

```
php composer.phar require phplucidframe/bare-migration

```

Installation without Composer
-----------------------------

[](#installation-without-composer)

If you don't want to use Composer, you can download the zip file and unzip it to your project vendor folder. However, make sure the directory path is `/vendor/phplucidframe/bare-migration/` where the script file `ci` should exist.

Example Usage
-------------

[](#example-usage)

```
$ php vendor/phplucidframe/bare-migration/ci migration:bare add_new_post_table

```

OR, you can also CD to the package directory.

```
$ cd vendor/phplucidframe/bare-migration
$ php ci migration:bare add_new_post_table

```

The above example will create a new migration file `application/migrations/{YmdHis}_add_new_post_table.php` where `{YmdHis}` would be the current timestamp.

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

3528d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4285555?v=4)[Sithu](/maintainers/cithukyaw)[@cithukyaw](https://github.com/cithukyaw)

---

Top Contributors

[![cithukyaw](https://avatars.githubusercontent.com/u/4285555?v=4)](https://github.com/cithukyaw "cithukyaw (10 commits)")

---

Tags

consolegenerator

### Embed Badge

![Health badge](/badges/phplucidframe-bare-migration/health.svg)

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

###  Alternatives

[symfony/console

Eases the creation of beautiful and testable command line interfaces

9.8k1.1B13.9k](/packages/symfony-console)[psy/psysh

An interactive shell for modern PHP.

9.8k582.3M822](/packages/psy-psysh)[nunomaduro/collision

Cli error handling for console/command-line PHP applications.

4.7k357.7M11.1k](/packages/nunomaduro-collision)[nunomaduro/termwind

It's like Tailwind CSS, but for the console.

2.5k271.5M384](/packages/nunomaduro-termwind)[wp-cli/php-cli-tools

Console utilities for PHP

68227.8M374](/packages/wp-cli-php-cli-tools)

PHPackages © 2026

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