Download the PHP package bellangelo/coding-standard without Composer
On this page you can find all versions of the php package bellangelo/coding-standard. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bellangelo/coding-standard
More information about bellangelo/coding-standard
Files in bellangelo/coding-standard
Download bellangelo/coding-standard
More information about bellangelo/coding-standard
Files in bellangelo/coding-standard
Vendor bellangelo
Package coding-standard
Short Description Bellangelo Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.
License MIT
Package coding-standard
Short Description Bellangelo Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.
License MIT
Please rate this library. Is it a good library?
Informations about the package coding-standard
Bellangelo Coding Standards
Bellangelo Coding Standard for PHP_CodeSniffer provides sniffs that fall into one category ( for now ):
- Formatting - rules for consistent code looks
How to install
Alphabetical list of sniffs
🔧 = Automatic errors fixing
- Bellangelo.Naming.AvoidNumberedVariableNames
- Bellangelo.Naming.DuplicateWordInNaming 🔧
- Bellangelo.Naming.SingularClassName 🔧
Bellangelo.Naming.AvoidNumberedVariableNames
Variables must not end in a number. This forces developers to use more descriptive names.
Bellangelo.Naming.DuplicateWordInNaming 🔧
Class names should not contain duplicate words. This sniff will check for class names that contain the same word twice and remove any duplicates.
Bellangelo.Naming.SingularClassName 🔧
Class names should be singular. This sniff will check for class names that are plural and change them to singular.
All versions of coding-standard with dependencies
PHP Build Version
Package Version
Requires
squizlabs/php_codesniffer Version
^3
php Version ^v7.4
doctrine/inflector Version ^2.0
dealerdirect/phpcodesniffer-composer-installer Version ^0.6.2 || ^0.7 || ^1.0
php Version ^v7.4
doctrine/inflector Version ^2.0
dealerdirect/phpcodesniffer-composer-installer Version ^0.6.2 || ^0.7 || ^1.0
The package bellangelo/coding-standard contains the following files
Loading the files please wait ....