PHPackages                             umanit/phinx-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. umanit/phinx-bundle

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

umanit/phinx-bundle
===================

umanit phinx bundle

2.0.5(3y ago)057.6k↓18.8%4[1 issues](https://github.com/umanit/phinx-bundle/issues)MITPHPPHP ^7.1|^8.0

Since Sep 12Pushed 2y ago8 watchersCompare

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

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

### Composer

[](#composer)

The fastest way to install Phinx bundle is to add it to your project using Composer ().

1. Install Composer:

    ```
    curl -sS https://getcomposer.org/installer | php

    ```
2. Require Phinx bundle as a dependency using Composer:

    ```
    php composer.phar require umanit/phinx-bundle

    ```
3. Install bundle:

    ```
    php composer.phar install

    ```
4. Add bundle to `config/bundles.php`

    ```
    return [
        // [...]
        Umanit\PhinxBundle\UmanitPhinxBundle::class => ['all' => true],
    ];
    ```
5. Add bundle config to `config/packages/umanit_phinx.yaml`

    Example:

    ```
    umanit_phinx:
        environment:
            connection:
                dsn: 'mysql://db_user:db_password@127.0.0.1:3306/db_name'
    ```

    See `DependencyInjection/Configuration.php` for full list of available options.

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity75

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~60 days

Total

11

Last Release

1400d ago

Major Versions

v0.10 → v1.02019-11-02

v1.1 → 2.0.02021-10-20

PHP version history (3 changes)v0.9PHP &gt;=5.5

v1.0PHP ^7.1

2.0.0PHP ^7.1|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/27f13221fde4957c93a4ed7293a6460272d626e53df227e3aae4f35aa9289e69?d=identicon)[DjLeChuck](/maintainers/DjLeChuck)

---

Top Contributors

[![DjLeChuck](https://avatars.githubusercontent.com/u/696780?v=4)](https://github.com/DjLeChuck "DjLeChuck (26 commits)")[![mvrhov](https://avatars.githubusercontent.com/u/450008?v=4)](https://github.com/mvrhov "mvrhov (14 commits)")[![GandonNicolas](https://avatars.githubusercontent.com/u/70761579?v=4)](https://github.com/GandonNicolas "GandonNicolas (8 commits)")[![GErpeldinger](https://avatars.githubusercontent.com/u/60388866?v=4)](https://github.com/GErpeldinger "GErpeldinger (7 commits)")[![alozytskyy](https://avatars.githubusercontent.com/u/42665348?v=4)](https://github.com/alozytskyy "alozytskyy (4 commits)")[![pmeth](https://avatars.githubusercontent.com/u/1241034?v=4)](https://github.com/pmeth "pmeth (1 commits)")

---

Tags

Phinx bundle

### Embed Badge

![Health badge](/badges/umanit-phinx-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/umanit-phinx-bundle/health.svg)](https://phpackages.com/packages/umanit-phinx-bundle)
```

###  Alternatives

[symfony-cmf/routing-bundle

Symfony RoutingBundle

16313.5M88](/packages/symfony-cmf-routing-bundle)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)[doctrine/phpcr-bundle

Symfony DoctrinePHPCRBundle

1602.6M41](/packages/doctrine-phpcr-bundle)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1022.4k](/packages/rcsofttech-audit-trail-bundle)[ahmed-bhs/doctrine-doctor

Runtime analysis tool for Doctrine ORM integrated into Symfony Web Profiler. Unlike static linters, it analyzes actual query execution at runtime to detect performance bottlenecks, security vulnerabilities, and best practice violations during development with real execution context and data.

813.1k](/packages/ahmed-bhs-doctrine-doctor)[heymoon/doctrine-psql-enum

Store PHP native enums as PostgeSQL custom enum types

254.9k](/packages/heymoon-doctrine-psql-enum)

PHPackages © 2026

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