PHPackages                             pagemachine/typo3-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. pagemachine/typo3-phinx

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

pagemachine/typo3-phinx
=======================

Phinx integration for TYPO3

1.4.0(2mo ago)983.7k—7.8%3[1 issues](https://github.com/pagemachine/typo3-phinx/issues)[1 PRs](https://github.com/pagemachine/typo3-phinx/pulls)GPL-3.0-or-laterPHPPHP ^8.2CI passing

Since Dec 4Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/pagemachine/typo3-phinx)[ Packagist](https://packagist.org/packages/pagemachine/typo3-phinx)[ RSS](/packages/pagemachine-typo3-phinx/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (26)Versions (27)Used By (0)

Phinx integration for TYPO3 [![CI](https://github.com/pagemachine/typo3-phinx/workflows/CI/badge.svg)](https://github.com/pagemachine/typo3-phinx/workflows/CI/badge.svg)
=========================================================================================================================================================================

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

This package provides a integration of the [Phinx](https://phinx.org) database migration tool for TYPO3.

All Phinx commands have been wrapped as `phinx:` and can be executed using the TYPO3 CLI:

```
# Create a new migration
typo3 phinx:create

# Migrate the database
typo3 phinx:migrate

# Rollback the last or to a specific migration
typo3 phinx:rollback

# Show migration status
typo3 phinx:status

# Create a new database seeder
typo3 phinx:seed:create

# Run database seeders
typo3 phinx:seed:run

```

Notice that these wrapper commands are executed by TYPO3, thus the full API like `DataHandler` can be used in migrations.

Migrations
----------

[](#migrations)

The following paths are used for migrations:

- `migrations/phinx`
- `vendor/*/*/Migrations/Phinx`
- `vendor/*/*/Classes/Migrations/Phinx`

Examples to create a migration in a TYPO3 project:

- `typo3 phinx:create --path packages/provider/Classes/Migrations/Phinx MyMigration`

**Note**

If **one** `Migrations` directory exists already, you can omit `--path`. However, should multiple exist, you will receive a prompt and have to select the desired location.

Seeds
-----

[](#seeds)

The following paths are used for seeds:

- `migrations/phinx/seeds`
- `vendor/*/*/Migrations/Phinx/Seeds`
- `vendor/*/*/Classes/Migrations/Phinx/Seeds`

Examples to create a seed in a TYPO3 project:

- `typo3 phinx:seed:create --path packages/provider/Classes/Migrations/Phinx/Seed MySeeder`

**Note**

If **one** `Migrations/Seed` directory exists already, you can omit `--path`. However, should multiple exist, you will receive a prompt and have to select the desired location.

Testing
-------

[](#testing)

All tests can be executed with the shipped Docker Compose definition:

```
docker compose run --rm app composer build

```

###  Health Score

59

—

FairBetter than 98% of packages

Maintenance88

Actively maintained with recent releases

Popularity38

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity77

Established project with proven stability

 Bus Factor1

Top contributor holds 87.6% 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 ~115 days

Recently: every ~234 days

Total

18

Last Release

74d ago

PHP version history (5 changes)1.0.0PHP ^7.2

1.1.1PHP ^7.2 || ^8.0

1.1.2PHP ^7.4 || ^8.0

1.2.0PHP ^8.1

1.3.0PHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10812548?v=4)[Pagemachine AG](/maintainers/pagemachine)[@pagemachine](https://github.com/pagemachine)

---

Top Contributors

[![mbrodala](https://avatars.githubusercontent.com/u/5037116?v=4)](https://github.com/mbrodala "mbrodala (170 commits)")[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (14 commits)")[![renovate-bot](https://avatars.githubusercontent.com/u/25180681?v=4)](https://github.com/renovate-bot "renovate-bot (7 commits)")[![an-constructiva](https://avatars.githubusercontent.com/u/132894601?v=4)](https://github.com/an-constructiva "an-constructiva (1 commits)")[![nostadt](https://avatars.githubusercontent.com/u/5464339?v=4)](https://github.com/nostadt "nostadt (1 commits)")[![vairon1102](https://avatars.githubusercontent.com/u/66421319?v=4)](https://github.com/vairon1102 "vairon1102 (1 commits)")

---

Tags

migrationphinxphinx-migrationstypo3

###  Code Quality

Static AnalysisPHPStan, Rector

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/pagemachine-typo3-phinx/health.svg)

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

###  Alternatives

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k53](/packages/friendsoftypo3-content-blocks)[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.7k16.4k79](/packages/elgg-elgg)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

85036.3k](/packages/flow-php-flow)[typo3/cms-redirects

TYPO3 CMS Redirects - Create manual redirects, list existing redirects and automatically createredirects on slug changes.

167.4M80](/packages/typo3-cms-redirects)[eliashaeussler/typo3-form-consent

Extension for TYPO3 CMS that adds double opt-in functionality to EXT:form

1595.5k](/packages/eliashaeussler-typo3-form-consent)[pagemachine/searchable

TYPO3 extension to index and search content with Elasticsearch

1039.9k](/packages/pagemachine-searchable)

PHPackages © 2026

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