contao-community-alliance/coding-standard
contao community alliance coding standard
Maintainers
Package info
github.com/contao-community-alliance-archive/coding-standard
pkg:composer/contao-community-alliance/coding-standard
Requires
- php: >=5.3
Requires (Dev)
None
Suggests
- contao-community-alliance/build-system: The Contao Community Alliance Build System (CCABS)
Provides
None
Conflicts
None
Replaces
None
BSD-2-Clause 5cdaefaa4e976914a1829897e4912ed1286707f0
- Christian Schiffler <c.schiffler.woop@cyberspectrum.de>
This package is not auto-updated.
Last update: 2022-02-01 12:39:44 UTC
README

👁 Latest Version tagged
👁 Latest Version on Packagist
👁 Installations via composer per month
Coding Standards
This repository contains the Contao Community Alliance coding standard definitions and style checker rules.
The rules are for phpcs and phpmd.
Usage
The most convenient usage is to use via CCABS.
Simply put the following into your projects build.default.properties file:
phpcs.standard=${basedir}/vendor/contao-community-alliance/coding-standard/phpcs/ContaoCommunityAlliance/ruleset.xml
phpmd.ruleset=${basedir}/vendor/contao-community-alliance/coding-standard/phpmd/ruleset.xml
