Download the PHP package interaction-design-foundation/coding-standard without Composer
On this page you can find all versions of the php package interaction-design-foundation/coding-standard. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download interaction-design-foundation/coding-standard
More information about interaction-design-foundation/coding-standard
Files in interaction-design-foundation/coding-standard
Download interaction-design-foundation/coding-standard
More information about interaction-design-foundation/coding-standard
Files in interaction-design-foundation/coding-standard
Vendor interaction-design-foundation
Package coding-standard
Short Description IxDF coding standard: PHP_CodeSniffer rules and shared PHP-CS-Fixer configuration.
License MIT
Package coding-standard
Short Description IxDF coding standard: PHP_CodeSniffer rules and shared PHP-CS-Fixer configuration.
License MIT
Please rate this library. Is it a good library?
Informations about the package coding-standard
IxDF Coding Standard
An opinionated coding standard for PHP/Laravel projects. Provides two independent tools — use either one or both together:
- PHP_CodeSniffer — custom sniffs for strict types and Laravel conventions
- PHP-CS-Fixer — shared config with 80+ rules based on PER-CS 3.0
Installation
PHP_CodeSniffer
Create phpcs.xml in your project root:
PHP-CS-Fixer
Create .php-cs-fixer.php in your project root:
With rule overrides:
With a custom Finder:
If you only need the rules array:
Usage
Composer scripts (recommended)
Add to your composer.json:
Then run:
All versions of coding-standard with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.3
dealerdirect/phpcodesniffer-composer-installer Version ^1.0
friendsofphp/php-cs-fixer Version ^3.89
slevomat/coding-standard Version ^8.25
squizlabs/php_codesniffer Version ^4.0
dealerdirect/phpcodesniffer-composer-installer Version ^1.0
friendsofphp/php-cs-fixer Version ^3.89
slevomat/coding-standard Version ^8.25
squizlabs/php_codesniffer Version ^4.0
The package interaction-design-foundation/coding-standard contains the following files
Loading the files please wait ...