fyre/php-cs-fixer-config

PHP-CS-Fixer shareable config for the Fyre style.

Installs: 111

Dependents: 61

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

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

v1.0.9 2025-07-27 10:48 UTC

This package is auto-updated.

Last update: 2025-09-27 11:08:10 UTC


README

PHP-CS-Fixer shareable config for the Fyre style.

Table Of Contents

Installation

Using Composer

composer require --dev fyre/php-cs-fixer-config

Usage

use Fyre\PhpCsFixer\Config;

$config = new Config();

$config->getFinder()->in(__DIR__);

return $config;