Download the PHP package backdevs/coding-standard without Composer
On this page you can find all versions of the php package backdevs/coding-standard. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download backdevs/coding-standard
More information about backdevs/coding-standard
Files in backdevs/coding-standard
Download backdevs/coding-standard
More information about backdevs/coding-standard
Files in backdevs/coding-standard
Vendor backdevs
Package coding-standard
Short Description Backdevs PHP_CodeSniffer Coding Standard and other static analysis tools' configurations.
License MIT
Package coding-standard
Short Description Backdevs PHP_CodeSniffer Coding Standard and other static analysis tools' configurations.
License MIT
Please rate this library. Is it a good library?
Informations about the package coding-standard
Backdevs' PHP Coding Standard
A PHP_CodeSniffer coding standard and other static analysis tools configuration files for Backdevs' PHP projects.
Included default configurations
- PHP_CodeSniffer
- PHP Mess Detector
Installation
Composer:
Usage
PHP_CodeSniffer:
In your project's phpcs.xml
file add the following line:
If you don't have a phpcs.xml
file, here's an example for a Laravel project:
Now you should be able to run:
PHP Mess Detector:
If you don't have the phpmd/phpmd
package installed, you can install it by running:
Then, in your project's phpmd.xml
file add the following line:
If you don't have a phpmd.xml
file, here's a simple example:
Now you can run:
All versions of coding-standard with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.3
squizlabs/php_codesniffer Version ^3.10
slevomat/coding-standard Version ^8.15
phpmd/phpmd Version ^2.15
squizlabs/php_codesniffer Version ^3.10
slevomat/coding-standard Version ^8.15
phpmd/phpmd Version ^2.15
The package backdevs/coding-standard contains the following files
Loading the files please wait ....