broadway/coding-standard
Opinionated PHP_CodeSniffer rules used at Broadway to enforce consistent, modern PHP style across projects. Easy to install and run in CI to catch formatting and code quality issues early, helping teams keep codebases clean and uniform.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| dbrekelmans/coding-standard | 0.89 | PHP coding standard package based heavily on the Doctrine coding standard. Provides shared rules and configuration to enforce consistent formatting and style across projects, helping teams catch issues early and keep codebases clean. | 1 | 1 | 0 | 30 | 2 | 2.8 | 16.6 | MIT | 5 years ago | |
| mfn/php-cs-fixer-config | 0.89 | Opinionated PHP-CS-Fixer rule set for v3.11+ from mfn. Designed to be dropped into your own fixer config via Mfn\PhpCsFixer\Config::getRules(). Requires setRiskyAllowed(true). PRs welcome; issues disabled. | 0 | 0 | 0 | 717 | 0 | 15.7 | 43.6 | — | 5 months ago | |
| azuyalabs/php-cs-fixer-config | 0.88 | — | 1 | 1 | 0 | 792 | 0 | 0.0 | 35.9 | MIT | — | |
| ergebnis/php-cs-fixer-config | 0.88 | Factory-style PHP-CS-Fixer config for projects: choose a versioned ruleset (PHP 5.3–8.3), generate a consistent configuration, and keep coding standards aligned across repositories. Install via Composer and use with friendsofphp/php-cs-fixer. | 70 | 70 | 17 | 37K | 1 | 31.7 | 44.0 | MIT | 1 month ago | |
| fabpot/php-cs-fixer | 0.88 | Automatically fix PHP coding standards issues and unify style across your codebase. Includes rule sets like PER-CS, Symfony, and PhpCsFixer, plus configurable rules and migrations to modern PHP and PHPUnit. Supports PHP 7.4–8.5. | 13,547 | 13,561 | 1,644 | 12K | 43 | 91.7 | 37.9 | MIT | 3 weeks ago | |
| beste/php-cs-fixer-config | 0.87 | Shared PHP-CS-Fixer configuration used in BESTE projects, extending ergebnis/php-cs-fixer-config. Provides ready-made rulesets for PHP 8.1 and 8.2 to standardize code style across repositories. | 0 | 0 | 0 | 38 | 0 | 16.2 | 24.6 | MIT | 4 months ago | |
| ibexa/code-style | 0.87 | Ibexa coding standards bundle: PHP-CS-Fixer internal config factory, rulesets, CI/IDE helpers, hooks and contribution templates. Install as a dev dependency and add a .php-cs-fixer.php to apply Ibexa style, with optional parallel runs. | 0 | 0 | 1 | 22K | 0 | 17.4 | 62.2 | NOASSERTION | 4 months ago | |
| ninjify/coding-standard | 0.87 | PHP_CodeSniffer coding standard for PHP projects. Install via Composer and include the provided ruleset.xml or Contributte profile. Supports excluding paths and ships PhpStorm code style presets. Maintained by Contributte. | 13 | 14 | 6 | 1K | 0 | 5.9 | 27.3 | MIT | 4 years ago | |
| diablomedia/php-cs-fixer-config | 0.87 | Reusable PHP-CS-Fixer configuration package by Diablo Media. Provides a shared, opinionated ruleset you can require in multiple projects to keep code style consistent and reduce per-repo fixer setup. | 0 | 0 | 0 | 32 | 0 | 3.0 | 21.0 | MIT | 1 year ago | |
| m6web/php-cs-fixer-config | 0.86 | Reusable PHP CS Fixer configuration from M6Web/Bedrock Streaming. Install via Composer and use the provided BedrockStreaming config in .php-cs-fixer.dist.php, with options to extend/override rules for your project or CI. | 7 | 8 | 7 | 1K | 0 | 24.8 | 34.9 | MIT | 3 months ago | |
| neuecommerce/coding-standards | 0.86 | Opinionated PHP coding standards for projects using Laravel Pint. Provides a ready-to-use Pint configuration and consistent formatting rules to keep code style uniform across teams and repositories. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| facile-it/facile-coding-standard | 0.86 | PHP coding standard based on PHP-CS-Fixer by Facile.it. Installs via Composer with an interactive setup that generates a .php-cs-fixer.dist.php, auto-detects files from composer autoload (psr-0/psr-4/classmap), and adds cs-check/cs-fix scripts. | 10 | 10 | 9 | 11K | 0 | 21.9 | 47.3 | — | 3 months ago | |
| corpus/coding-standard | 0.85 | — | 0 | 0 | 0 | 3K | 1 | 5.4 | 48.6 | MIT | 1 year ago | |
| consistence/coding-standard | 0.85 | PHP coding standard for Consistence projects: a ready-to-use PHP_CodeSniffer ruleset plus configuration to enforce consistent style, naming, and best practices across codebases. Easy to adopt in CI and local development to keep code clean and uniform. | 76 | 79 | 22 | 3K | 4 | 11.8 | 25.5 | NOASSERTION | 6 years ago | |
| onramplab/onr-phpcs-laravel | 0.85 | Opinionated PHP_CodeSniffer ruleset for Laravel projects. Provides a ready-to-use PHPCS configuration with Laravel-focused coding standards to help keep code style consistent across your app and team. | 0 | 0 | 0 | 984 | 0 | 0.0 | 41.4 | Unlicense | — | |
| rollerscapes/standards | 0.85 | — | 0 | 0 | 0 | 229 | 0 | 13.3 | 33.6 | — | 6 months ago | |
| eloquent/code-style | 0.85 | — | 0 | 0 | 0 | 40 | 0 | 0.8 | 15.7 | MIT | 3 years ago | |
| lookyman/coding-standard | 0.85 | 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. | 0 | 0 | 0 | 29 | 0 | 1.1 | — | MIT | 8 years ago | |
| cline/coding-standard | 0.84 | Opinionated PHP-CS-Fixer + Rector presets for modern PHP 8.4+ projects. Enforces strict coding standards, naming conventions, and architecture rules, with custom fixers, PHPDoc wrapping, and optional legacy tag/header rules for incremental adoption. | 0 | 0 | 0 | 138 | 0 | 22.1 | 34.2 | MIT | 2 months ago | |
| aik099/coding-standard | 0.84 | A reusable PHP_CodeSniffer coding standard used across aik099 projects. Compatible with PHPCS 3.x+, includes a PHPCS-compliant standard and test suite, and can be run via phpcs --standard=... against your source and tests or integrated into IDEs. | 5 | 5 | 3 | 2K | 47 | 14.5 | 47.7 | BSD-3-Clause | 7 years ago |
How can I help you explore Laravel packages today?