PHPackages                             dbtlr/silex-doctrine-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. dbtlr/silex-doctrine-migrations

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

dbtlr/silex-doctrine-migrations
===============================

Doctrine migration service provider for Silex

v1.0.0(10y ago)1123.8k↓17.9%9[1 PRs](https://github.com/dbtlr/silex-doctrine-migrations/pulls)1MITPHPPHP &gt;=5.3.2

Since May 22Pushed 8y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (4)Versions (2)Used By (1)

Silex Migration Provider
========================

[](#silex-migration-provider)

This is a wrapper for the [Doctrine Migrations project](http://docs.doctrine-project.org/projects/doctrine-migrations/en/latest/reference/introduction.html).

For more information on how to use the schema manager, please see [Doctrine's Schema Manager documentation](http://readthedocs.org/docs/doctrine-dbal/en/latest/reference/schema-manager.html).

Install via Composer
--------------------

[](#install-via-composer)

```
composer.phar require dbtlr/silex-doctrine-migrations

```

Add service provider
--------------------

[](#add-service-provider)

```
$app->register(new \Dbtlr\MigrationProvider\Provider\MigrationServiceProvider(), array(
    'db.migrations.path' => __DIR__ . '/../app/migrations',
));
```

### Config options

[](#config-options)

- `db.migrations.path` (required): The full path where you want to store your migration classes.
- `db.migrations.table_name` (optional): The name of the table that we store meta information about the state of migrations. Defaults to: migration\_versions.
- `db.migrations.namespace` (optional): The namespace for the migration classes (defaults to: DoctrineMigration).
- `db.migrations.name` (optional): TThe name of the migrations to use.

Available commands
------------------

[](#available-commands)

- migrations:execute Execute a single migration version up or down manually.
- migrations:generate Generate a blank migration class.
- migrations:migrate Execute a migration to a specified version or the latest available version.
- migrations:status View the status of a set of migrations.
- migrations:version Manually add and delete migration versions from the version table.

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

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

Unknown

Total

1

Last Release

4014d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/195095?v=4)[Drew Butler](/maintainers/dbtlr)[@dbtlr](https://github.com/dbtlr)

---

Top Contributors

[![dbtlr](https://avatars.githubusercontent.com/u/195095?v=4)](https://github.com/dbtlr "dbtlr (13 commits)")[![lpopov](https://avatars.githubusercontent.com/u/837343?v=4)](https://github.com/lpopov "lpopov (1 commits)")[![mikeSimonson](https://avatars.githubusercontent.com/u/907613?v=4)](https://github.com/mikeSimonson "mikeSimonson (1 commits)")[![toby-griffiths](https://avatars.githubusercontent.com/u/4817007?v=4)](https://github.com/toby-griffiths "toby-griffiths (1 commits)")

---

Tags

migrationdoctrine2silex

### Embed Badge

![Health badge](/badges/dbtlr-silex-doctrine-migrations/health.svg)

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

###  Alternatives

[xethron/migrations-generator

Generates Laravel Migrations from an existing database

3.3k3.3M25](/packages/xethron-migrations-generator)[sonata-project/doctrine-extensions

Doctrine2 behavioral extensions

26921.9M66](/packages/sonata-project-doctrine-extensions)[oscarafdev/migrations-generator

Generates Laravel Migrations from an existing database

362585.2k](/packages/oscarafdev-migrations-generator)[webonaute/doctrine-fixtures-generator-bundle

Generate Fixture from your existing data in your database. You can specify the Entity name and the IDs you want to import in your fixture.

67184.1k](/packages/webonaute-doctrine-fixtures-generator-bundle)[symlex/doctrine-active-record

Object-oriented CRUD for Doctrine DBAL

308.7k2](/packages/symlex-doctrine-active-record)[moriony/silex-mongo-provider

Mongo service provider for the Silex framwork.

118.5k](/packages/moriony-silex-mongo-provider)

PHPackages © 2026

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