orisai/coding-standard

Strict PHP coding standard

Maintainers

Package info

github.com/orisai/coding-standard-php

pkg:composer/orisai/coding-standard

Statistics

Installs: 192 189

Dependents: 84

Suggesters: 0

Stars: 19

Open Issues: 0

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

}