PHPackages                             a9f/typo3-fractor - 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. a9f/typo3-fractor

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

a9f/typo3-fractor
=================

TYPO3 extension for the File Read-Analyse-Change Tool. Allows modifying XML files

v0.5.10(2mo ago)17213.8k—5.5%20MITPHPPHP ^8.2

Since May 23Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/andreaswolf/fractor-typo3-fractor)[ Packagist](https://packagist.org/packages/a9f/typo3-fractor)[ RSS](/packages/a9f-typo3-fractor/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (16)Versions (22)Used By (20)

TYPO3 Fractor
=============

[](#typo3-fractor)

Ease your TYPO3 upgrades by also automatically changing TypoScript, YAML and Fluid. An enhancement for [TYPO3-Rector](https://github.com/sabbelasichon/typo3-rector).

Warning

❗ Never run this tool on production! Always run it on development environment where code is under version control (e.g. git). Review and test changes before releasing to production. Code migrations could potentially break your website!

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

[](#installation)

Install TYPO3 Fractor via composer by running the following command in your terminal:

```
composer require a9f/typo3-fractor --dev
```

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

[](#configuration)

Create a PHP configuration file `fractor.php` where you define the paths to your files and the rules to apply.

```
