Download the PHP package apnet/coding-standard without Composer
On this page you can find all versions of the php package apnet/coding-standard. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package coding-standard
Apnet PHP PSR-2 coding standard
Installation
Add requirements to composer.json:
Sniffs
- PSR2
- PEAR.Commenting.InlineComment
- PEAR.ControlStructures.MultiLineCondition
- PEAR.WhiteSpace.ObjectOperatorIndent
- Symfony2.Classes.MultipleClassesOneFile
- Symfony2.Commenting.ClassComment
- Symfony2.Commenting.FunctionComment - with {@inheritdoc} support
- Apnet.NamingConvensions.ValidVariableName - require camelCase property names
- Squiz.Functions.MultiLineFunctionDeclaration
Getting PHP_CodeSniffer report
Run phpcs --standard=vendor/apnet/coding-standard/src/Apnet src
to analize code inside src
directory
All versions of coding-standard with dependencies
PHP Build Version
Package Version
Requires
squizlabs/php_codesniffer Version
~2.0
The package apnet/coding-standard contains the following files
Loading the files please wait ....