nocompromises/php-cs-fixer-config

The standard PHP CS Fixer config for No Compromises projects

Installs: 3 073

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/nocompromises/php-cs-fixer-config

1.2.0 2025-11-19 04:29 UTC

This package is auto-updated.

Last update: 2025-12-19 13:08:33 UTC


README

The standard PHP CS Fixer config for No Compromises projects

Usage

Install this package as a dev dependency: composer require --dev nocompromises/php-cs-fixer-config

Create a .php-cs-fixer.php in the root of your project with the following contents:

<?php

declare(strict_types=1);

return NoCompromises\PhpCsFixer\Config\Factory::create(__DIR__);