PHPackages                             koninklijke-collective/koning-phinx - 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. koninklijke-collective/koning-phinx

ActiveTypo3-cms-extension[Database &amp; ORM](/categories/database)

koninklijke-collective/koning-phinx
===================================

TYPO3 Extension: Phinx Integration - Phinx.org integration for Database Migrations

118[2 issues](https://github.com/koninklijke-collective/koning_phinx/issues)PHP

Since May 15Pushed 6y ago1 watchersCompare

[ Source](https://github.com/koninklijke-collective/koning_phinx)[ Packagist](https://packagist.org/packages/koninklijke-collective/koning-phinx)[ RSS](/packages/koninklijke-collective-koning-phinx/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

TYPO3 Extension: Phinx Integration
==================================

[](#typo3-extension-phinx-integration)

- Description: Phinx.org integration for Database Migrations
- Extension key: koning\_phinx
- TER: [http://typo3.org/extensions/repository/view/koning\_phinx](http://typo3.org/extensions/repository/view/koning_phinx)

Howto
-----

[](#howto)

Configure the extension as you would like; like example below:

```
    $GLOBALS['TYPO3_CONF_VARS']['EXT']['extConf']['koning_phinx'] = [
        // Define paths outside PATH_site root
        'path_migrations' => '../database/migrations',
        'path_seeds' => '../database/seeds',
        // Enable extension migrations/seeds:Careful, this enables extension migrations! All enabled extensions with EXT:extension/Phinx/{Migrations,Seeds} directories.
        'include_extension_directories' => true,
    ];
```

Usage
-----

[](#usage)

You can use all the Phinx features with the following command;

```
    # Get all options
    php typo3/cli_dispatch.phpsh koning_phinx list

    # Invoke migrations
    php typo3/cli_dispatch.phpsh koning_phinx migrate

    # Create migration
    php typo3/cli_dispatch.phpsh koning_phinx create SpecifyYourSpecificChangeAsTitle

    # Display status of all migrations
    php typo3/cli_dispatch.phpsh koning_phinx status

    # Invoke seeds
    php typo3/cli_dispatch.phpsh koning_phinx seed:run

    # Create seed
    php typo3/cli_dispatch.phpsh koning_phinx seed:create YourSeedTitle
```

###  Health Score

14

—

LowBetter than 1% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 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/1c9a489870ff0541409a462951bacdaa90e3bb9f113e38076aa01e8cd7aa1a63?d=identicon)[BenjaminS](/maintainers/BenjaminS)

![](https://avatars.githubusercontent.com/u/80995268?v=4)[koninklijk](/maintainers/koninklijk)[@Koninklijk](https://github.com/Koninklijk)

---

Top Contributors

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

---

Tags

database-migrationsmigrationsphinxtypo3typo3-cmstypo3-cms-extension

### Embed Badge

![Health badge](/badges/koninklijke-collective-koning-phinx/health.svg)

```
[![Health](https://phpackages.com/badges/koninklijke-collective-koning-phinx/health.svg)](https://phpackages.com/packages/koninklijke-collective-koning-phinx)
```

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k117.2M117](/packages/jdorn-sql-formatter)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M87](/packages/propel-propel1)[jfelder/oracledb

Oracle DB driver for Laravel

11518.4k](/packages/jfelder-oracledb)

PHPackages © 2026

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