redaxmedia/php-coding-standard

Yet another PHP coding standard


Keywords
coding, php, standard
License
MIT

Documentation

PHPCS Config

Yet another PHP coding standard.

Packagist Version License

Installation

composer require isnotdefined/phpcs-config

Usage

Refer the coding standard inside your phpcs.xml file:

<ruleset>
	<rule ref="vendor/isnotdefined/phpcs-config/phpcs.xml" />
</ruleset>