PHPackages                             quazardous/silex-migration - 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. quazardous/silex-migration

ActiveLibrary

quazardous/silex-migration
==========================

Doctrine migrations service provider for Silex 2

1391PHP

Since Apr 27Pushed 8y ago1 watchersCompare

[ Source](https://github.com/quazardous/silex-migration)[ Packagist](https://packagist.org/packages/quazardous/silex-migration)[ RSS](/packages/quazardous-silex-migration/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Quazardous Silex Doctrine Migrations Provider
=============================================

[](#quazardous-silex-doctrine-migrations-provider)

Yet another one but for Silex 2 !

Intstallation
-------------

[](#intstallation)

Add quazardous/silex-migration to your composer.json and register the service.

```
$app->register(new Quazardous\Silex\Provider\ConsoleServiceProvider, [
    'db.migrations.path' => '/path/to/migrations',
]);
```

You can customize the provider with parameters :

- db.migrations.namespace
- db.migrations.path
- db.migrations.table\_name
- db.migrations.name

See tests/console.php for a full working minimum example.

Demo
----

[](#demo)

```
cd demo
touch demo.db
../vendor/bin/doctrine orm:generate-entities entity/
../vendor/bin/doctrine orm:generate-proxies
php ./console.php migrations:diff
php ./console.php migrations:migrate
```

###  Health Score

22

—

LowBetter than 23% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/quazardous-silex-migration/health.svg)

```
[![Health](https://phpackages.com/badges/quazardous-silex-migration/health.svg)](https://phpackages.com/packages/quazardous-silex-migration)
```

PHPackages © 2026

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