PHPackages                             werxe/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. werxe/php-cs-fixer-config

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

werxe/php-cs-fixer-config
=========================

PHP CS Fixer configuration for Werxe projects

v2.0.0(5y ago)17731MITPHPPHP ^8.0

Since Apr 28Pushed 5y ago1 watchersCompare

[ Source](https://github.com/bluebeetlept/php-cs-fixer-config)[ Packagist](https://packagist.org/packages/werxe/php-cs-fixer-config)[ Docs](https://werxe.com)[ RSS](/packages/werxe-php-cs-fixer-config/feed)WikiDiscussions 2.x Synced today

READMEChangelogDependencies (1)Versions (9)Used By (1)

PHP CS Fixer Config
-------------------

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

This repository provides a base configuration for [`friendsofphp/php-cs-fixer`](http://github.com/FriendsOfPHP/PHP-CS-Fixer), which we use to verify and enforce a single coding standard for PHP code written on Werxe.

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

[](#installation)

Run the following:

```
composer require --dev werxe/php-cs-fixer-config
```

Usage
-----

[](#usage)

Now that the package is installed, create a configuration file called `.php_cs` or `.php_cs.php` at the root of your project with the following contents:

```
