phpcq/coding-standard
PHP code quality project coding standard
Maintainers
2.1.2
2020-09-24 11:52 UTC
Requires
- php: >=5.6
- squizlabs/php_codesniffer: ^3.5.6
Requires (Dev)
- phpcq/all-tasks: ^1.3
Suggests
- phpcq/phpcq: The PHP code quality project core tasks.
Provides
None
Conflicts
None
Replaces
None
BSD-3-Clause and MIT fd7869b957d89a6f6a99ee3f6af82f813efe1634
- Christian Schiffler <c.schiffler.woop@cyberspectrum.de>
- Tristan Lins <tristan.woop@lins.io>
README
👁 Build Status
👁 Latest Version tagged
👁 Latest Version on Packagist
👁 Installations via composer per month
Coding Standards
This repository contains the PHPCQ coding standard definitions and style checker rules.
The rules are for phpcs and phpmd.
Usage
The most convenient usage is to use via phpcq/phpcq.
Simply put the following into your projects build.default.properties file:
phpcs.standard=${basedir}/vendor/phpcq/coding-standard/phpcs/PhpCodeQuality/ruleset.xml
phpmd.ruleset=${basedir}/vendor/phpcq/coding-standard/phpmd/ruleset.xml
