PHPackages                             lst/typo3-phpcsfixer - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. lst/typo3-phpcsfixer

ActiveLibrary[Testing &amp; Quality](/categories/testing)

lst/typo3-phpcsfixer
====================

The PHP Coding Standards Fixer rules used for LST TYPO3 projects

0.2.2(1y ago)0543↓50%GPL-2.0-or-laterPHPPHP ^8.1

Since Aug 25Pushed 1y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (5)Used By (0)

TYPO3 PHP-CS-Fixer
==================

[](#typo3-php-cs-fixer)

This package provides a [PHP Coding Standards Fixer](https://cs.symfony.com/) configuration with official [rules](https://git.typo3.org/typo3/typo3/-/blob/main/Build/php-cs-fixer/config.php) used by the [TYPO3 CMS](https://www.typo3.org) mixed with rules defined for LST TYPO3 projects.

Setup
-----

[](#setup)

Install the package via composer:

```
composer require lst/typo3-phpcsfixer --dev
```

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

[](#configuration)

Create a configuration file `.php-cs-fixer.php` in the root of your project and configure the path to the sources, e.g. `packages`:

```
