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

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

oyova/php-cs-fixer
==================

A wrapper for PHP CS Fixer.

v1.6.0(4mo ago)11.2k↓82.1%6MITPHPPHP &gt;=7.4 &lt;8.6

Since Nov 30Pushed 4mo ago2 watchersCompare

[ Source](https://github.com/oyova/php-cs-fixer)[ Packagist](https://packagist.org/packages/oyova/php-cs-fixer)[ RSS](/packages/oyova-php-cs-fixer/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (8)Dependencies (4)Versions (9)Used By (6)

Oyova PHP CS Fixer
==================

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

This package is a wrapper for [PHP CS Fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer). PHP CS Fixer is used to automatically fix PHP coding standards issues and this package establishes the preferred Oyova rules and simplifies setup.

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

[](#installation)

Install the package via Composer:

```
composer require --dev oyova/php-cs-fixer

```

Setup
-----

[](#setup)

In the project root, create a file named `.php-cs-fixer.php` with the following code:

```
