PHPackages                             devture/silex-db-migrations-bundle - 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. devture/silex-db-migrations-bundle

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

devture/silex-db-migrations-bundle
==================================

Silex bundle that provides DB migrations (powered by Phinx)

2.0.2(8y ago)0393BSDPHP

Since Nov 3Pushed 6y ago1 watchersCompare

[ Source](https://github.com/devture/silex-db-migrations-bundle)[ Packagist](https://packagist.org/packages/devture/silex-db-migrations-bundle)[ RSS](/packages/devture-silex-db-migrations-bundle/feed)WikiDiscussions master Synced 2mo ago

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

DB Migrations Bundle
====================

[](#db-migrations-bundle)

Silex bundle that provides DB migrations (powered by Phinx).

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

[](#configuration)

```
"DbMigrationsBundle": {
	"environments": {
		"default_database"	:	"development",
		"development": {
			"adapter"	:	"%DATABASE_ADAPTER%",
			"charset"	:	"%DATABASE_CHARSET%",
			"collation"	:	"%DATABASE_COLLATION%",
			"uri"		:	"%DATABASE_URI%"
		}
	},
	"paths": {
		"migrations": "migrations"
	},
	"migrations_base_path": "%app_base_path%"
}

```

Example parameters:

```
{
	"DATABASE_ADAPTER": "mysql",
	"DATABASE_CHARSET": "utf8",
	"DATABASE_COLLATION": "utf8_general_ci",
	"DATABASE_URI": "username:password@localhost/db_name",
}

```

Initializing
------------

[](#initializing)

```
$app->register(new \Devture\Bundle\DbMigrationsBundle\ServicesProvider($app['config']['DbMigrationsBundle']));

```

Usage
-----

[](#usage)

As configured above, a `migrations/` directory needs to exist in the main project directory (`%app_base_path%`).

The bundle would attach some additional console commands to the `$app['console']` service.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity70

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

Recently: every ~273 days

Total

11

Last Release

2255d ago

Major Versions

1.0.5 → 2.02017-03-17

1.0.6 → 2.0.22018-01-13

### Community

Maintainers

![](https://www.gravatar.com/avatar/9daf523f8e47ddeb8af23183c06721c4e89111eb4eb3f9ce264242b373e9dd80?d=identicon)[spantaleev](/maintainers/spantaleev)

---

Top Contributors

[![spantaleev](https://avatars.githubusercontent.com/u/388669?v=4)](https://github.com/spantaleev "spantaleev (9 commits)")

---

Tags

bundledatabasemigrationsphinxsilex

### Embed Badge

![Health badge](/badges/devture-silex-db-migrations-bundle/health.svg)

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

###  Alternatives

[robmorgan/phinx

Phinx makes it ridiculously easy to manage the database migrations for your PHP app.

4.5k46.2M405](/packages/robmorgan-phinx)[odan/phinx-migrations-generator

Migration generator for Phinx

235847.8k23](/packages/odan-phinx-migrations-generator)[masom/lhm

Large Hadron Migrator for phinx

309.3k](/packages/masom-lhm)

PHPackages © 2026

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