Download the PHP package a9f/typo3-fractor without Composer
On this page you can find all versions of the php package a9f/typo3-fractor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download a9f/typo3-fractor
More information about a9f/typo3-fractor
Files in a9f/typo3-fractor
Package typo3-fractor
Short Description TYPO3 extension for the File Read-Analyse-Change Tool. Allows modifying XML files
License MIT
Informations about the package typo3-fractor
TYPO3 Fractor
Ease your TYPO3 upgrades by also automatically changing TypoScript, YAML and Fluid. An enhancement for TYPO3-Rector.
[!WARNING] :heavy_exclamation_mark: 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
Install TYPO3 Fractor via composer by running the following command in your terminal:
Configuration
Create a PHP configuration file fractor.php
where you define the paths to your files and the rules to apply.
Have a look at all available rules: Overview of all rules
Usage
To see the code migrations that Fractor will do, run:
and when you want to execute the migrations run:
Fractor will apply the rules specified in the configuration file to the targeted files.
Review the changes to ensure they meet your expectations.
Development
Development happens in the Fractor monorepo on GitHub
All versions of typo3-fractor with dependencies
ext-dom Version *
a9f/fractor Version ^0.5.6
a9f/fractor-extension-installer Version ^0.5.6
a9f/fractor-fluid Version ^0.5.6
a9f/fractor-htaccess Version ^0.5.6
a9f/fractor-typoscript Version ^0.5.6
a9f/fractor-xml Version ^0.5.6
a9f/fractor-yaml Version ^0.5.6
symplify/rule-doc-generator-contracts Version ^11.2