{"id":13518410,"url":"https://github.com/sabbelasichon/typo3-rector","last_synced_at":"2026-01-06T21:18:18.173Z","repository":{"id":37276148,"uuid":"212815048","full_name":"sabbelasichon/typo3-rector","owner":"sabbelasichon","description":"Rector for TYPO3","archived":false,"fork":false,"pushed_at":"2025-05-12T18:08:50.000Z","size":15134,"stargazers_count":240,"open_issues_count":37,"forks_count":65,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-05-12T19:26:37.506Z","etag":null,"topics":["ast","hacktoberfest","instant-upgrades","php","rector","refactoring","typo3","upgrade"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sabbelasichon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"sabbelasichon","custom":"https://paypal.me/schreiberten"}},"created_at":"2019-10-04T12:55:23.000Z","updated_at":"2025-05-12T18:08:54.000Z","dependencies_parsed_at":"2024-02-21T10:29:23.709Z","dependency_job_id":"973ebea4-63a1-4f14-9a5c-1b0e484d779b","html_url":"https://github.com/sabbelasichon/typo3-rector","commit_stats":{"total_commits":2350,"total_committers":54,"mean_commits":43.51851851851852,"dds":0.3774468085106383,"last_synced_commit":"d3cc086df326113ba7c8b0ffb1c2e2528ee2649c"},"previous_names":[],"tags_count":196,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sabbelasichon%2Ftypo3-rector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sabbelasichon%2Ftypo3-rector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sabbelasichon%2Ftypo3-rector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sabbelasichon%2Ftypo3-rector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sabbelasichon","download_url":"https://codeload.github.com/sabbelasichon/typo3-rector/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253919635,"owners_count":21984264,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ast","hacktoberfest","instant-upgrades","php","rector","refactoring","typo3","upgrade"],"created_at":"2024-08-01T05:01:44.440Z","updated_at":"2026-01-06T21:18:18.167Z","avatar_url":"https://github.com/sabbelasichon.png","language":"PHP","funding_links":["https://github.com/sponsors/sabbelasichon","https://paypal.me/schreiberten","https://www.paypal.me/schreiberten"],"categories":["PHP"],"sub_categories":[],"readme":"[![Latest Stable Version](https://poser.pugx.org/ssch/typo3-rector/v/stable.svg)](https://packagist.org/packages/ssch/typo3-rector)\n[![Total Downloads](https://poser.pugx.org/ssch/typo3-rector/d/total.svg)](https://packagist.org/packages/ssch/typo3-rector)\n[![Monthly Downloads](https://poser.pugx.org/ssch/typo3-rector/d/monthly)](https://packagist.org/packages/ssch/typo3-rector)\n[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/schreiberten)\n\n# Rector for TYPO3\n\nThis project lets you apply instant upgrades and refactoring to your [TYPO3 Website](https://get.typo3.org/) and\n[extension](https://extensions.typo3.org) code, making it easier to migrate between TYPO3 releases and keeping your code\nfree from deprecation.\n\nIt extends the [Rector](https://github.com/rectorphp/rector) project, which aims to provide instant upgrades and refactoring for any PHP code (5.3+).\n\n\u003e [!WARNING]\n\u003e :heavy_exclamation_mark: Never run this tool on production! Always run it on development environment where code is under version control (e.g. git).\n\u003e Review and test changes before releasing to production. Code migrations could potentially break your website!\n\n|                    | URL                                                          |\n|--------------------|--------------------------------------------------------------|\n| **Repository:**    | https://github.com/sabbelasichon/typo3-rector                |\n| **Documentation:** | https://github.com/sabbelasichon/typo3-rector/tree/main/docs |\n| **Packagist:**     | https://packagist.org/packages/ssch/typo3-rector             |\n| **Website:**       | https://www.typo3-rector.com                                 |\n\n## Installation\n\nTYPO3 Rector requires at least PHP 7.4 but is also compatible with PHP 8.\nYou can find more details about the installation in our [installation documentation](docs/installation.md).\n\nYou can install the package via composer:\n\n```bash\ncomposer require --dev ssch/typo3-rector\n```\n\nYou can create the rector config file with:\n\n```bash\nvendor/bin/typo3-init\n```\n\n## Usage\n\nTo see the code migrations that Rector will do, run:\n\n```bash\nvendor/bin/rector process --dry-run\n```\n\nand when you want to execute the migrations run:\n\n```bash\nvendor/bin/rector process\n```\n\n## Version matrix\n\n|                    | v1                                    | v2, v3         |\n|--------------------|---------------------------------------|----------------|\n| **TYPO3 versions** | 7 - 12 (not all rules)                | 10 - 14 rules  |\n| **file support**   | all files (typoscript, flexform, ...) | only PHP files |\n\n\n## Related software\n\n- [fractor](https://github.com/andreaswolf/fractor/) with its\n  [typo3-fractor](https://github.com/andreaswolf/fractor/blob/main/packages/typo3-fractor/docs/typo3-fractor-rules.md)\n  rules that migrate TypoScript, FlexForm, YAML and Fluid template files.\n\n## Contributing\n\nPlease see [CONTRIBUTING](docs/contribution.md) for details.\n\n## Funding/Sponsoring\n\nHelp us out and sponsor our work! Visit our website [typo3-rector.com](https://www.typo3-rector.com) for more info.\n\nThis makes it possible to invest more time to keep the project alive and create even more rules for automated migration.\n\n## Support\n\nPlease post questions in the TYPO3 Slack channel [#ext-typo3-rector](https://typo3.slack.com/archives/C019R5LAA6A)\nor feel free to open an issue or start a discussion on GitHub.\n\n## Credits\n\nMany thanks to [Tomas Votruba](https://tomasvotruba.com) and [Abdul Malik Ikhsan](https://github.com/samsonasik) for maintaining Rector.\nMany thanks to [All Contributors](https://github.com/sabbelasichon/typo3-rector/graphs/contributors).\n\nFollow us on X:\n- [TYPO3 Rector](https://x.com/TYPO3Rector)\n- [Sebastian](https://x.com/schreiberten)\n- [Henrik](https://x.com/he_coli)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE) for more information.\n\n## Known Drawbacks\n\n### How to Apply Coding Standards?\n\nRector uses [nikic/php-parser](https://github.com/nikic/PHP-Parser/), built on technology called an\n*abstract syntax tree* (AST). An AST doesn't know about spaces and when written to a file it produces poorly formatted\ncode in both PHP and docblock annotations. **That's why your project needs to have a coding standard tool** and a set of\nformatting rules, so it can make Rector's output code nice and shiny again.\n\nWe're using [ECS](https://github.com/symplify/easy-coding-standard) with [this setup](ecs.php).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsabbelasichon%2Ftypo3-rector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsabbelasichon%2Ftypo3-rector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsabbelasichon%2Ftypo3-rector/lists"}