Download the PHP package tigitz/phpcs without Composer
On this page you can find all versions of the php package tigitz/phpcs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor tigitz
Package phpcs
Short Description Official Geolid coding standard supporting php7.1.
License MIT
Homepage https://github.com/tigitz/phpcs
Package phpcs
Short Description Official Geolid coding standard supporting php7.1.
License MIT
Homepage https://github.com/tigitz/phpcs
Please rate this library. Is it a good library?
Informations about the package phpcs
Installation
composer require --dev tigitz/phpcs
You only need this package, no need to require manually squizlabs/php_codesniffer
.
after require, copy in your path : phpcs.xml.dist
and rename to phpcs.xml̀
or add the rule below in your existing phpcs.xml
.
Usage
Use phpcs normally.
vendor/bin/phpcs
Description
We follow the PSR-2 coding style with additional rules.
Additional rules :
- Private methods and properties MUST not be prefixed with an underscore.
- One space around concatenation operator.
- One space after casting operator.
- Array must be in short syntax.
- Trailing comma : multiline arrays must have comma in all line.
- No more 3 nesting identation levels.
- Minimal length of naming (function, variable, constant...) is 3 chars (except for i, id, em, om, to, ID, TO).
- Object instantiation must always be with parentheses.
- Must have blank line before return statement.
-
Must have one space before return typehint.
- Php must contains with one blank line between declaration and php open tag.
- Visibility MUST be declared on all constants (PSR-12).
- No unused imports (
use
statements).
naming
- Prefix all abstract classes with Abstract except PHPUnit *TestCase. (name of empty abstract not detected for moment).
- Suffix interfaces with Interface.
- Suffix traits with Trait.
- Suffix exceptions with Exception.
Testing
composer test
All versions of phpcs with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1
escapestudios/symfony2-coding-standard Version ^3.4
object-calisthenics/phpcs-calisthenics-rules Version ^3.3
slevomat/coding-standard Version ^4.7
squizlabs/php_codesniffer Version ^3.3
wp-coding-standards/wpcs Version ^1.0
escapestudios/symfony2-coding-standard Version ^3.4
object-calisthenics/phpcs-calisthenics-rules Version ^3.3
slevomat/coding-standard Version ^4.7
squizlabs/php_codesniffer Version ^3.3
wp-coding-standards/wpcs Version ^1.0
The package tigitz/phpcs contains the following files
Loading the files please wait ....