mentosmenno2 / coding-standards
Menno van den Ende Coding Standards
Package info
github.com/mentosmenno2/coding-standards
Type:phpcodesniffer-standard
pkg:composer/mentosmenno2/coding-standards
v1.5.0
2025-04-18 09:29 UTC
Requires
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Mentosmenno2 Coding Standards
Coding standards for multiple project types.
Installation
Add the repo to the project by adding this in the composer.json file.
"repositories": [ { "url": "https://github.com/mentosmenno2/coding-standards.git", "type": "git" } ]
Install this dependency with composer.
composer require mentosmenno2/coding-standards --dev
Configuration
Open your phpcs configuration file (phpcs.xml.dist) and add the ruleset you want there.
There are multiple rulesets available for multiple type of projects.
<rule ref="Mentosmenno2-Laravel"/> <rule ref="Mentosmenno2-WordPress"/>