PHPackages                             kubawerlos/php-cs-fixer-config - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. kubawerlos/php-cs-fixer-config

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

kubawerlos/php-cs-fixer-config
==============================

Provides configuration for PHP CS Fixer

v5.6.0(7mo ago)28.5k—0%11MITPHPPHP ^8.3CI passing

Since May 3Pushed 7mo ago2 watchersCompare

[ Source](https://github.com/kubawerlos/php-cs-fixer-config)[ Packagist](https://packagist.org/packages/kubawerlos/php-cs-fixer-config)[ RSS](/packages/kubawerlos-php-cs-fixer-config/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (58)Used By (1)

kubawerlos/php-cs-fixer-config
==============================

[](#kubawerlosphp-cs-fixer-config)

[![Latest stable version](https://camo.githubusercontent.com/3e9f0d9cc5369f8ed46b8c59d8a0df2b066a23f903cd16c96be67b03121970da/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b7562617765726c6f732f7068702d63732d66697865722d636f6e6669672e7376673f6c6162656c3d63757272656e7425323076657273696f6e)](https://packagist.org/packages/kubawerlos/php-cs-fixer-config)[![PHP version](https://camo.githubusercontent.com/070000039ebab109d235a08320fcd4635da448aa7c98301147d7c216d79800b9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6b7562617765726c6f732f7068702d63732d66697865722d636f6e6669672e737667)](https://php.net)[![CI Status](https://github.com/kubawerlos/php-cs-fixer-config/actions/workflows/ci.yaml/badge.svg?branch=main&event=push)](https://github.com/kubawerlos/php-cs-fixer-config/actions?query=event%3Apush+branch%3Amain)[![License](https://camo.githubusercontent.com/27bcf8fbf337df877bf04235871e11a44d2d78251ce76096fd5a922ff4fde618/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6b7562617765726c6f732f7068702d63732d66697865722d636f6e6669672e737667)](LICENSE)

Provides a configuration for PHP CS Fixer.

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

[](#installation)

```
composer require --dev kubawerlos/php-cs-fixer-config
php vendor/bin/fixinit
```

Usage
-----

[](#usage)

Create `.php-cs-fixer.php` file and use `PhpCsFixerConfig\Factory`:

```
