PHPackages                             localheinz/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. [Testing &amp; Quality](/categories/testing)
4. /
5. localheinz/php-cs-fixer-config

Abandoned → [ergebnis/php-cs-fixer-config](/?search=ergebnis%2Fphp-cs-fixer-config)ArchivedLibrary[Testing &amp; Quality](/categories/testing)

localheinz/php-cs-fixer-config
==============================

Provides a configuration factory and multiple rule sets for friendsofphp/php-cs-fixer.

1.24.0(6y ago)2249.2k↓50%12MITPHPPHP ^7.1

Since Mar 6Pushed 6y ago1 watchersCompare

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

READMEChangelog (10)Dependencies (3)Versions (48)Used By (2)

❗ Abandoned!
============

[](#exclamation-abandoned)

Use [`ergebnis/php-cs-fixer-config`](http://github.com/ergebnis/php-cs-fixer-config) instead.

php-cs-fixer-config
===================

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

[![CI Status](https://github.com/localheinz/php-cs-fixer-config/workflows/Continuous%20Integration/badge.svg)](https://github.com/localheinz/php-cs-fixer-config/actions)[![codecov](https://camo.githubusercontent.com/1f4c191aaeb3e78a12eff7a2fabe402a21c6007c04e8cea941baf42c1b077185/68747470733a2f2f636f6465636f762e696f2f67682f6c6f63616c6865696e7a2f7068702d63732d66697865722d636f6e6669672f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/localheinz/php-cs-fixer-config)[![Latest Stable Version](https://camo.githubusercontent.com/8b354f52db23ea4eb39bb1b9f7c12531eb6f85bbfcccd307d4eab4087ada0da9/68747470733a2f2f706f7365722e707567782e6f72672f6c6f63616c6865696e7a2f7068702d63732d66697865722d636f6e6669672f762f737461626c65)](https://packagist.org/packages/localheinz/php-cs-fixer-config)[![Total Downloads](https://camo.githubusercontent.com/a5b9f9483c3d84c28d869e16ebaa32a491a7921ad4e605a6283006199fe49c56/68747470733a2f2f706f7365722e707567782e6f72672f6c6f63616c6865696e7a2f7068702d63732d66697865722d636f6e6669672f646f776e6c6f616473)](https://packagist.org/packages/localheinz/php-cs-fixer-config)

Provides a configuration factory and multiple rule sets for [`friendsofphp/php-cs-fixer`](http://github.com/FriendsOfPHP/PHP-CS-Fixer).

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

[](#installation)

Run

```
$ composer require --dev localheinz/php-cs-fixer-config
```

Usage
-----

[](#usage)

### Configuration

[](#configuration)

Pick one of the rule sets:

- `Localheinz\PhpCsFixer\RuleSet\Php71`
- `Localheinz\PhpCsFixer\RuleSet\Php73`

Create a configuration file `.php_cs` in the root of your project:

```
