codappix / cgl-typo3
Contains PHP_CodeSniffer rules for TYPO3 that we like. Uses CGL-PHP as base rules.
Installs: 1 850
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 0
Open Issues: 0
Type:phpcodesniffer-standard
Requires
- codappix/cgl-php: ^3.0
Requires (Dev)
Suggests
- dealerdirect/phpcodesniffer-composer-installer: Auto-installs the standard to phpcs.
This package is auto-updated.
Last update: 2024-03-20 13:30:41 UTC
README
This standard is named CDXTYPO3 within PHP Code Sniffer.
Installation
You have to require the package via composer composer require codappix/cgl-typo3.
Afterwards, there are multiple ways to install the standard. We recommend to require dealerdirect/phpcodesniffer-composer-installer which handles the installation.
What does it do?
The goal of this package is to provide our TYPO3 coding guideline rules, which are based on CDXPHP, via composer. The package uses PHP Code Sniffer to sniff the configured files and show errors.
How to use
After installation, the standard is available as CDXTYPO3.
Current state
This is the initial version of this ruleset. We are currently using our PHP rules. Custom rules and sniffs will follow when needed.
This is a early version. More information can be taken from Github at current issues.
Credits
The sniffs were originally copied from TYPO3SniffPool which is not managed anymore.