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

ActiveSymfony-bundle

mvrhov/phinx-bundle
===================

mvrhov phinx bundle

v0.9.1(8y ago)62.2k8[1 issues](https://github.com/mvrhov/mvrhovPhinxBundle/issues)MITPHPPHP &gt;=5.5

Since Sep 12Pushed 7y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (1)Versions (3)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 mvrhov/phinx-bundle

    ```
3. Install bundle:

    ```
    php composer.phar install

    ```
4. Add bundle to `app/AppKernel.php`

    ```
        if (in_array($this->getEnvironment(), ['dev', 'test'], true)) {
            // ...

            if ('dev' === $this->getEnvironment()) {
                // ...
                $bundles[] = new \mvrhov\PhinxBundle\mvrhovPhinxBundle();
            }
        }
    ```
5. Add bundle config to `app/config/config_dev.yml`Example:

    ```
    mvrhov_phinx:
        adapters:
            mysql: Phinx\Db\Adapter\MysqlAdapter
        environment:
            connection:
                adapter: mysql
                host: '%database_host%'
                port: '%database_port%'
                name: '%database_name%'
                user: '%database_user%'
                pass: '%database_password%'
                charset: UTF8
    ```

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

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 73.7% 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 ~106 days

Total

2

Last Release

3054d ago

### Community

Maintainers

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

---

Top Contributors

[![mvrhov](https://avatars.githubusercontent.com/u/450008?v=4)](https://github.com/mvrhov "mvrhov (14 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

phinxphinx-migrationssymfonysymfony-bundlePhinx bundle

### Embed Badge

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

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

###  Alternatives

[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k15.7k4](/packages/elgg-elgg)[odan/phinx-migrations-generator

Migration generator for Phinx

235847.8k23](/packages/odan-phinx-migrations-generator)[oleksandr-torosh/yona-cms

Yona CMS - open source content management system (CMS). Written in Phalcon PHP Framework (v 1.3.x). Has a convenient modular structure. Has simple configuration and architecture. Can be easily modified for any task with any loads.

3652.1k](/packages/oleksandr-torosh-yona-cms)[vesp/core

Vesp core library to make backend simple

243.8k5](/packages/vesp-core)[forme/framework

An MVC framework for WordPress.

175.0k3](/packages/forme-framework)

PHPackages © 2026

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