Download the PHP package marcin-orlowski/coding-standard without Composer
On this page you can find all versions of the php package marcin-orlowski/coding-standard. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download marcin-orlowski/coding-standard
More information about marcin-orlowski/coding-standard
Files in marcin-orlowski/coding-standard
Download marcin-orlowski/coding-standard
More information about marcin-orlowski/coding-standard
Files in marcin-orlowski/coding-standard
Vendor marcin-orlowski
Package coding-standard
Short Description Marcin Orlowski's PHP Code Sniffer coding standard rules
License MIT
Package coding-standard
Short Description Marcin Orlowski's PHP Code Sniffer coding standard rules
License MIT
Please rate this library. Is it a good library?
Informations about the package coding-standard
PHP Coding Style validator
PHP Code Sniffer based coding standard checker I use in all my projects, so it may most likely not fit your own needs, yet feel free to fork and adjust
Installation
Use composer to install this package:
composer require --dev marcin-orlowski/coding-standard
Command line
Package installs check-coding-standard
wrapper script in vendor/bin
folder.
Use -h
to see all available options.
Alternatively, use standard directly:
Using standard with PHP Storm / InteliJ
- Install
coding-standard
- Go to
Settings
/Editor
/Inspections
- In
PHP
inspection group selectPHP Code Sniffer validation
and enable it - Ensure you got
Code Sniffer
properly installed and setup (hitValidate
to ensure) - Set
Coding Standard
toCustom
- Click
...
next to it and select<YOUR-PROJECT-DIR>/vendor/marcin-orlowski/coding-standard
folder
License
- Written and copyrighted ©2016-2021 by Marcin Orlowski <mail (#) marcinorlowski (.) com>
- Coding Standard package is open-sourced software licensed under the MIT license
All versions of coding-standard with dependencies
PHP Build Version
Package Version
The package marcin-orlowski/coding-standard contains the following files
Loading the files please wait ....