t3n/coding-standard
The t3n Coding Standard is a set of PHPCS rules based on the PSR-2 standard
Maintainers
Package info
github.com/t3n/coding-standard
Type:phpcodesniffer-standard
pkg:composer/t3n/coding-standard
1.1.1
2023-11-13 15:31 UTC
Requires
- php: ^7.1
- dealerdirect/phpcodesniffer-composer-installer: ~0.6
- slevomat/coding-standard: ~6.1
- squizlabs/php_codesniffer: ~3.5
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 6c4c471e3fa05b89689ad6bc5b67fd65cc18ceea
This package is auto-updated.
Last update: 2026-06-13 21:07:46 UTC
README
👁 Latest Stable Version
👁 Total Downloads
t3n Coding Standard
The t3n Coding Standard is a set of PHPCS rules based on the PSR-2 standard.
To install this standard you can easily require it via composer:
composer require t3n/coding-standard
To check your php files you can now use the t3n standard:
phpcs --standard=t3n
