orisai/coding-standard

Strict PHP coding standard

Installs: 183 932

Dependents: 84

Suggesters: 0

Security: 0

Stars: 19

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/orisai/coding-standard

3.11.0 2025-04-07 21:18 UTC

README

Orisai
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.
	}

}