PHPackages                             alexbuyanow/zfphinx - 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. alexbuyanow/zfphinx

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

alexbuyanow/zfphinx
===================

Zend Framework 3 module that provides integration of Phinx library

0.3.0(6y ago)12.2k2BSD-3-ClausePHPPHP ^5.6 || ^7.0CI failing

Since Jul 29Pushed 6y ago1 watchersCompare

[ Source](https://github.com/alexbuyanow/ZfPhinx)[ Packagist](https://packagist.org/packages/alexbuyanow/zfphinx)[ Docs](https://github.com/alexbuyanow/ZfPhinx)[ RSS](/packages/alexbuyanow-zfphinx/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (8)Versions (5)Used By (0)

ZfPhinx
=======

[](#zfphinx)

[![Build Status](https://camo.githubusercontent.com/80eaddbcc22d2d053c08c071a978ae356e3e1365c2e92b8d130aab7c05b5d34f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616c6578627579616e6f772f5a665068696e782f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/alexbuyanow/ZfPhinx/build-status/master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/f9e7bac9ce043cce8205ea83afad132ac77d8e0fb6a5d482d3347d7496846564/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616c6578627579616e6f772f5a665068696e782f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/alexbuyanow/ZfPhinx/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/2c6142d226eb589ccfd766fcf72f7faecb51075c077a0ef25aa10fb9740b3fec/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616c6578627579616e6f772f5a665068696e782f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/alexbuyanow/ZfPhinx/?branch=master)

ZF3 module, integrated [Phinx](https://github.com/robmorgan/phinx)

[Phinx](https://phinx.org/) is easy database migration manager

Dependencies
------------

[](#dependencies)

- [PHP &gt;= 5.6](https://php.net)
- [Zend Framework &gt;= 3](http://framework.zend.com/),
- [Phinx &gt;= 0.9.0](https://phinx.org/),

Installation
------------

[](#installation)

1. Install Composer:

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

```

1. Require ZfPhinx as a dependency using Composer:

```
    php composer.phar require alexbuyanow/zfphinx

```

1. Install Phinx:

```
    php composer.phar install

```

1. Open my/project/directory/configs/application.config.php and add the following key to your modules:

```
    'ZfPhinx',

```

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

[](#configuration)

Configure 'zfphinx' section in your application config

```
    'zfphinx' => [
        'paths' => [
            'migrations' => '',
            'seeds'      => '',
        ],

        'environments' => [
            'default_migration_table' => '',
            'default_database'        => '',
            ''     => [
                'db_adapter' => '',
            ],
            ...
            ''     => [
                'db_adapter' => '',
            ],
        ],
    ],

```

Usage
-----

[](#usage)

Basic usage via console (from your project root)

```
    php public/index.php zfphinx

```

List of available commands

```
    php public/index.php zfphinx

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 68.8% 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 ~404 days

Total

4

Last Release

2410d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1423337?v=4)[Alexey Buyanow](/maintainers/alexbuyanow)[@alexbuyanow](https://github.com/alexbuyanow)

---

Top Contributors

[![alexbuyanow](https://avatars.githubusercontent.com/u/1423337?v=4)](https://github.com/alexbuyanow "alexbuyanow (11 commits)")[![gartner](https://avatars.githubusercontent.com/u/195601?v=4)](https://github.com/gartner "gartner (4 commits)")[![panychek](https://avatars.githubusercontent.com/u/29440141?v=4)](https://github.com/panychek "panychek (1 commits)")

---

Tags

migrationdatabasephinxzfZend Framework

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/alexbuyanow-zfphinx/health.svg)

```
[![Health](https://phpackages.com/badges/alexbuyanow-zfphinx/health.svg)](https://phpackages.com/packages/alexbuyanow-zfphinx)
```

###  Alternatives

[odan/phinx-migrations-generator

Migration generator for Phinx

233889.6k24](/packages/odan-phinx-migrations-generator)

PHPackages © 2026

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