PHPackages                             markei/doctrinemigrationwebbundle - 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. markei/doctrinemigrationwebbundle

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

markei/doctrinemigrationwebbundle
=================================

Symfony Bundle to run Doctrine Migrations migrate from the web (if cli is not an option for your webhost)

v1.0.0(10y ago)018MITPHPPHP &gt;=5.5.0

Since Mar 7Pushed 10y ago1 watchersCompare

[ Source](https://github.com/Markei/DoctrineMigrationWebBundle)[ Packagist](https://packagist.org/packages/markei/doctrinemigrationwebbundle)[ RSS](/packages/markei-doctrinemigrationwebbundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (2)Used By (0)

README
======

[](#readme)

About this bundle
-----------------

[](#about-this-bundle)

This bundle provides the Doctrine Migrations migrate command in a controller/web setting.

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

[](#installation)

**1** Add to composer.json to the `require` key

```
    $composer require markei/doctrinemigrationwebbundle
```

**2** Register the bundle in `app/AppKernel.php`

```
    $bundles = array(
        // ...
        new Markei\DoctrineMigrationWebBundle\MarkeiDoctrineMigrationWebBundle(),
    );
```

**3** Configure your routing `app/config/routing.php`, change the prefix in something you like

```
    markei_doctrine_migration_web:
        resource: "@MarkeiDoctrineMigrationWebBundle/Controller/"
        type:     annotation
        prefix:   /migration
```

**4** Configure security for the prefix you have defined

**5** Configure Doctrine Migrations

**6** Visit the page  and follow the instructions

Configuration
-------------

[](#configuration)

Configure the prefix via `app/config/routing.yml`

Configure the common Doctrine Migrations settings via `app/config/config.yml`

Configure database connections via the doctrine section in `app/config/config.yml`

Configure security via `app/config/security.yml`

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

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

3766d ago

### Community

Maintainers

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

### Embed Badge

![Health badge](/badges/markei-doctrinemigrationwebbundle/health.svg)

```
[![Health](https://phpackages.com/badges/markei-doctrinemigrationwebbundle/health.svg)](https://phpackages.com/packages/markei-doctrinemigrationwebbundle)
```

###  Alternatives

[symfony/orm-pack

A pack for the Doctrine ORM

1.8k35.8M383](/packages/symfony-orm-pack)[kimai/kimai

Kimai - Time Tracking

4.8k8.7k1](/packages/kimai-kimai)[bolt/core

🧿 Bolt Core

582145.4k57](/packages/bolt-core)[hakam/multi-tenancy-bundle

Flexible and production-ready multi-tenancy bundle for Symfony.

12943.5k](/packages/hakam-multi-tenancy-bundle)[sylius-labs/doctrine-migrations-extra-bundle

227.0M14](/packages/sylius-labs-doctrine-migrations-extra-bundle)

PHPackages © 2026

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