heartsentwined / php-cs-fixer
Analyzes some PHP source code and tries to fix coding standards issues (PSR-1 and PSR-2 compatible)
Installs: 27
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/heartsentwined/php-cs-fixer
This package is not auto-updated.
Last update: 2025-09-27 17:54:51 UTC
README
Enable loading of the PHAR file of PHP CS Fixer through composer.
Usage
composer.json
:
{ "require": { "yalesov/php-cs-fixer": "2.*" } }
PHP CS Fixer will be located at vendor/yalesov/php-cs-fixer/php-cs-fixer.phar
.