lookyman/coding-standard
Opinionated PHP coding standard package for your projects. Install via Composer and reference the bundled ruleset.xml in PHP_CodeSniffer to enforce consistent formatting and style, with room to add your own project-specific rules.
To Executives: "This package lets us enforce consistent coding standards across our Laravel apps with minimal effort—think of it as ‘auto-correct for developers.’ By blocking non-compliant code early in the pipeline, we reduce bugs, speed up reviews, and cut onboarding time. It’s a $0 investment with a high ROI, especially for teams struggling with technical debt. Since it’s MIT-licensed, we own the risk, and the time saved justifies the trade-off against newer (but more complex) tools."
To Engineering:
"We’re adding a static code analyzer to catch style violations (e.g., indentation, naming) before PRs merge. It’s like a spellcheck for PHP—no false positives, no flaky tests, just enforceable rules. Setup is trivial (add to composer.json, configure CI), and it plays nicely with Laravel’s ecosystem. Trade-off: It’s outdated (2018) but does the job for PSR standards. If we hit limits, we can migrate to PHP-CS-Fixer later. Want to demo how it’d fail a sample PR?"
To Developers: "From now on, your PRs will auto-fail if they don’t meet basic coding standards—no more ‘it looks fine to me’ debates. This tool will flag issues like inconsistent braces or long lines before you submit. It’s not opinionated (uses PSR-12 by default), so it won’t slow you down with arbitrary rules. Think of it as a safety net for your code."
How can I help you explore Laravel packages today?