PHPackages                             nuxwin/ruckusing-migrations - 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. nuxwin/ruckusing-migrations

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

nuxwin/ruckusing-migrations
===========================

Framework for generating and managing database migrations

013PHP

Since Sep 28Pushed 13y ago1 watchersCompare

[ Source](https://github.com/nuxwin/ruckusing-migrations)[ Packagist](https://packagist.org/packages/nuxwin/ruckusing-migrations)[ RSS](/packages/nuxwin-ruckusing-migrations/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

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

[](#introduction)

Ruckusing is a framework written in PHP5 for generating and managing a set of "database migrations". Database migrations are declarative files which represent the state of a DB (its tables, columns, indexes, etc) at a particular state of time. By using database migrations, multiple developers can work on the same application and be guaranteed that the application is in a consistent state across all remote developer machines.

The idea of the framework was borrowed from the migration system built into Ruby on Rails. Any one who is familiar with Migrations in RoR will be immediately at home.

Getting Started &amp; Documentation
-----------------------------------

[](#getting-started--documentation)

See the [Wiki](https://github.com/ruckus/ruckusing-migrations/wiki) for the complete documentation on the migration methods supported and how to get started.

Features
--------

[](#features)

- Portability: the migration files, which describe the tables, columns, indexes, etc to be created are themselves written in pure PHP5 which is then translated to the appropriate SQL at run-time. This allows one to transparently support any RDBMS with a single set of migration files (assuming there is an adapter for it, see below).
- Extensibility: the framework is written with extensibility in mind and it is very modular. Support for new RDMBSs should be as easy as creating the appropriate adapter and implementing a single interface.
- "rake" like support for basic tasks. The framework has a concept of "tasks" (in fact the primary focus of the framework, migrations, is just a plain task) which are just basic PHP5 classes which implement an interface. Tasks can be freely written and as long as they adhere to a specific naming convention and implement a specific interface, the framework will automatically register them and allow them to be executed.
- The ability to go UP or DOWN to a specific migration state.
- Code generator for generating skeleton migration files.
- Out-of-the-box support for basic tasks like initializing the DB schema info table (db:setup), asking for the current version (db:version) and dumping the current schema (db:schema).

Limitations
===========

[](#limitations)

- PHP5 is a hard requirement. The framework employes extensive use of object-oriented features of PHP5. There are no plans to make the framework backwards compatible.
- As of August 2007, only the MySQL RDBMS is supported.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 73.1% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1a75a331b80411facd6f9749d9287a75e0959c5b0fa5b5bfdc5b800c79869623?d=identicon)[nuxwin](/maintainers/nuxwin)

---

Top Contributors

[![ruckus](https://avatars.githubusercontent.com/u/320?v=4)](https://github.com/ruckus "ruckus (38 commits)")[![tomasfejfar](https://avatars.githubusercontent.com/u/642928?v=4)](https://github.com/tomasfejfar "tomasfejfar (6 commits)")[![shiki](https://avatars.githubusercontent.com/u/198826?v=4)](https://github.com/shiki "shiki (2 commits)")[![nuxwin](https://avatars.githubusercontent.com/u/125594?v=4)](https://github.com/nuxwin "nuxwin (1 commits)")[![Jmayhak](https://avatars.githubusercontent.com/u/93020?v=4)](https://github.com/Jmayhak "Jmayhak (1 commits)")[![tohann](https://avatars.githubusercontent.com/u/656352?v=4)](https://github.com/tohann "tohann (1 commits)")[![ricick](https://avatars.githubusercontent.com/u/137188?v=4)](https://github.com/ricick "ricick (1 commits)")[![kbadinelli](https://avatars.githubusercontent.com/u/1315873?v=4)](https://github.com/kbadinelli "kbadinelli (1 commits)")[![manuelteuber](https://avatars.githubusercontent.com/u/655280?v=4)](https://github.com/manuelteuber "manuelteuber (1 commits)")

### Embed Badge

![Health badge](/badges/nuxwin-ruckusing-migrations/health.svg)

```
[![Health](https://phpackages.com/badges/nuxwin-ruckusing-migrations/health.svg)](https://phpackages.com/packages/nuxwin-ruckusing-migrations)
```

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.3k](/packages/illuminate-database)[mongodb/mongodb

MongoDB driver library

1.6k64.0M543](/packages/mongodb-mongodb)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90340.3M209](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)

PHPackages © 2026

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