Download the PHP package netlogix/coding-guidelines-php without Composer
On this page you can find all versions of the php package netlogix/coding-guidelines-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download netlogix/coding-guidelines-php
More information about netlogix/coding-guidelines-php
Files in netlogix/coding-guidelines-php
Download netlogix/coding-guidelines-php
More information about netlogix/coding-guidelines-php
Files in netlogix/coding-guidelines-php
Vendor netlogix
Package coding-guidelines-php
Short Description Collection of Tools for netlogix Coding Guidelines
License MIT
Package coding-guidelines-php
Short Description Collection of Tools for netlogix Coding Guidelines
License MIT
Please rate this library. Is it a good library?
Informations about the package coding-guidelines-php
netlogix coding guidelines for PHP
Installation
-
Install the Composer Package via:
- Import the
CodeStyleSettings.xml
into your PhpStorm IDE using: Settings/Preferences > Editor > Code Style > PHP > ⚙️ > Import Scheme...
Basic configuration
Once installed, add a ecs.php
file next to your composer.json:
Add composer scripts for lint
and lint-fix
:
You can then use composer run lint
for linting and composer run lint-fix
to fix issues where possible.
Configuration for Neos / Flow projects
There is a special ruleset for Neos or Flow projects called DefaultFlow
. You can simply use that instead of DefaultPhp
in your ecs.php
:
Customizing linting rules
To adjust the linting rules for a specific project, you can use the getters provided by our rulesets in your ecs.php
:
All versions of coding-guidelines-php with dependencies
PHP Build Version
Package Version
Requires
symplify/easy-coding-standard Version
^11.0
The package netlogix/coding-guidelines-php contains the following files
Loading the files please wait ....