PHPackages                             akrabat/rka-doctrine-migrations-runner - 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. akrabat/rka-doctrine-migrations-runner

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

akrabat/rka-doctrine-migrations-runner
======================================

Standalone runner for Doctrine Migrations

1.0.3(10y ago)334BSD-3-ClausePHPPHP &gt;=5.4

Since May 24Pushed 10y ago1 watchersCompare

[ Source](https://github.com/akrabat/rka-doctrine-migrations-runner)[ Packagist](https://packagist.org/packages/akrabat/rka-doctrine-migrations-runner)[ Docs](http://github.com/akrabat/rka-doctrine-migrations-runner)[ RSS](/packages/akrabat-rka-doctrine-migrations-runner/feed)WikiDiscussions master Synced 1mo ago

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

Standalone runner for Doctrine Migrations
=========================================

[](#standalone-runner-for-doctrine-migrations)

This project provides `vendor/bin/migrations.php` which allows running docrine/migrations[1](http://docs.doctrine-project.org/projects/doctrine-migrations/en/latest/reference/introduction.html) without any framework integration.

Installation
------------

[](#installation)

```
$ composer require doctrine/migrations:dev-master
$ composer require akrabat/rka-doctrine-migrations-runner

```

(We need to explictly require doctrine/migrations as that project hasn't yet published a stable version)

Usage
-----

[](#usage)

1. Create a `migrations` folder
2. Create a `migrations.yml` file containing:

    ```
     name: Doctrine Migrations
     migrations_namespace: Migrations
     table_name: migrations
     migrations_directory: migrations

    ```
3. Create a migrations-db.php file containing your database connection details:

    ```

    ```
4. Test:

    ```
    php vendor/bin/migrations.php status

    ```

See the documentation[2](http://docs.doctrine-project.org/projects/doctrine-migrations/en/latest/reference/migration_classes.html) for the rest.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

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

Total

4

Last Release

4012d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/33135?v=4)[Rob Allen](/maintainers/akrabat)[@akrabat](https://github.com/akrabat)

---

Top Contributors

[![akrabat](https://avatars.githubusercontent.com/u/33135?v=4)](https://github.com/akrabat "akrabat (7 commits)")

---

Tags

databasedoctrinemigrations

### Embed Badge

![Health badge](/badges/akrabat-rka-doctrine-migrations-runner/health.svg)

```
[![Health](https://phpackages.com/badges/akrabat-rka-doctrine-migrations-runner/health.svg)](https://phpackages.com/packages/akrabat-rka-doctrine-migrations-runner)
```

###  Alternatives

[laravel-doctrine/migrations

Doctrine Migrations for Laravel

782.8M16](/packages/laravel-doctrine-migrations)[perplorm/perpl

Perpl is an improved and still maintained fork of Propel2, an open-source Object-Relational Mapping (ORM) for PHP.

203.7k](/packages/perplorm-perpl)

PHPackages © 2026

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