Download the PHP package fusionspim/php-cs-fixer-config without Composer
On this page you can find all versions of the php package fusionspim/php-cs-fixer-config. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fusionspim/php-cs-fixer-config
More information about fusionspim/php-cs-fixer-config
Files in fusionspim/php-cs-fixer-config
Package php-cs-fixer-config
Short Description Default configuration for friendsofphp/php-cs-fixer, as used by the Fusions PIM dev team
License MIT
Informations about the package php-cs-fixer-config
php-cs-fixer-config
This repository provides configuration for friendsofphp/php-cs-fixer, which we use to verify and enforce a single coding standard for PHP code within Fusions PIM.
Installation
Run composer require --dev fusionspim/php-cs-fixer-config
.
Usage
Create a configuration file .php-cs-fixer.dist.php
in the root of your project:
Rules
The default rules can be overridden within your project, by passing an optional array:
Files
All .php
, .phtml
and .phpt
files within your project root are checked (other than those in Factory::DEFAULT_EXCLUDED_DIRS
or named Factory::DEFAULT_EXCLUDED_NAME
) though Finder
can easily be reconfigured for your project:
Improvements
Pasting Factory::DEFAULT_RULES
into the PHP-CS-Fixer Configurator tool lets you visually check all the available fixers and built-in presets. This helps identify newly introduced rules, and opportunities to tighten (or adopt defaults for) existing rules:
Acknowledgements
Inspired by localheinz/php-cs-fixer-config and refinery29/php-cs-fixer-config.
All versions of php-cs-fixer-config with dependencies
friendsofphp/php-cs-fixer Version ^3.1.0
kubawerlos/php-cs-fixer-custom-fixers Version ^3.0