mediawiki/mediawiki-codesniffer
PHP CodeSniffer ruleset that enforces MediaWiki coding conventions. Install via Composer, add the MediaWiki standard to your phpcs.xml, then run phpcs/phpcbf to lint and auto-fix issues. Includes configurable sniffs for project-specific needs.
Architecture fit is highly specific to MediaWiki ecosystem projects (extensions, core contributions) due to strict enforcement of MediaWiki-specific conventions like $wg/wf prefixes and class naming. It is fundamentally incompatible with standard Laravel applications, which follow PSR-12 and Laravel-specific patterns (e.g., $request variables, service container usage). Integration feasibility is high only for MediaWiki-related projects but near-zero for typical Laravel workloads due
How can I help you explore Laravel packages today?