Registry / build-tool / friendsofphp-php-cs-fixer

friendsofphp-php-cs-fixer

JSON →
library3.95.8phppackagistunverified

A tool to automatically fix PHP code style

build-tool
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

use PhpCsFixer\Fixer\FixerInterface;

Configuring PHP-CS-Fixer programmatically

use PhpCsFixer\Config; use PhpCsFixer\Finder; $finder = Finder::create()->in(__DIR__); $config = new Config(); $config->setRules(['@PSR12' => true]); $config->setFinder($finder);
Debug
Known footguns
breakingPHP-CS-Fixer 3.x dropped support for PHP 7.1 and below
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
21 hits · last 30 days
gptbot
3
amazonbot
3
claudebot
3
mj12bot
1
ahrefsbot
1
Resources