bjoern-goetschke / coding-standards
Personal coding standards (work in progress)
Package info
bitbucket.org/bgoetschke/coding-standards
pkg:composer/bjoern-goetschke/coding-standards
dev-master
2026-01-01 11:47 UTC
Requires
- php: ^7.4 || ^8.0
- squizlabs/php_codesniffer: ^3.5
Requires (Dev)
- ext-mbstring: *
- phpstan/extension-installer: ^1.4
- phpstan/phpstan: ^2.1
- phpstan/phpstan-phpunit: ^2.0
- phpstan/phpstan-strict-rules: ^2.0
- phpunit/phpunit: ^9.6
This package is auto-updated.
Last update: 2026-03-01 12:13:35 UTC
README
Installation
Since this library has no stable release yet, it is suggested to
simply copy the file standards/BjoernGoetschke/ruleset.xml to your
project and reference it inside your phpcs.xml like this:
<rule ref="copy.of.ruleset.xml" />
The ruleset file contains a version identifier to easily see if you are using the latest version.
LICENSE
The library is released under the BSD-2-Clause license. You can find a copy of this license in LICENSE.txt.