orisai / coding-standard
Strict PHP coding standard
Installs: 152 002
Dependents: 91
Suggesters: 0
Security: 0
Stars: 19
Watchers: 4
Forks: 0
Open Issues: 0
Requires
- php: 7.2 - 8.4
- dealerdirect/phpcodesniffer-composer-installer: ^0.6.2 || ^0.7 || ^1.0
- slevomat/coding-standard: ^8.14.0
- squizlabs/php_codesniffer: ^3.8.0
This package is auto-updated.
Last update: 2024-10-20 17:45:00 UTC
README
Coding Standard - PHP
PHP coding standard built on top of PHP_CodeSniffer and Slevomat Coding Standard rules.
📄 Check out our documentation.
💸 If you like Orisai, please make a donation. Thank you!
final class FormattedCode { public function isSexy(): void { // It's hard to find great example. Just test it on your code. // May be annoying at first, but easier to read in the long term. } }