|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| neuecommerce/coding-standards | 0.90 | 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 | — | |
| consistence/coding-standard | 0.89 | 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 | 78 | 22 | 4K | 4 | 11.8 | 27.0 | NOASSERTION | 6 years ago | |
| sandfox.dev/code-standard | 0.89 | Shared coding standards and tooling used across sandfox.dev PHP/Laravel packages. Provides a consistent rule set for formatting and static analysis to keep code style uniform, reduce review friction, and maintain quality across projects. | 0 | 0 | 0 | 6 | 0 | 0.0 | 11.7 | MIT-0 | — | |
| pccomponentes/coding-standard | 0.89 | PcComponentes Coding Standard adds PHP_CodeSniffer sniffs to enforce consistent PHP style. Install via Composer as a dev dependency and reference vendor/pccomponentes/coding-standard/src/ruleset.xml in your phpcs.xml(.dist) to apply the rules. | 3 | 3 | 3 | 1K | 0 | 18.9 | 37.9 | MIT | 6 months ago | |
| slevomat/coding-standard | 0.89 | — | 1,481 | 1,490 | 194 | 3M | 92 | 61.5 | 80.4 | MIT | 1 month ago | |
| ninjify/coding-standard | 0.89 | 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 | 26.0 | MIT | 4 years ago | |
| zing/coding-standard | 0.88 | Zing Coding Standard is a PHP 8+ dev dependency that provides a ready-to-use coding standard for your projects. Install via Composer to help enforce consistent code style and quality across your codebase. | 2 | 2 | 1 | 6K | 0 | 21.8 | 50.9 | MIT | 4 months ago | |
| shiftonelabs/codesniffer-standard | 0.88 | Opinionated PHP_CodeSniffer ruleset by ShiftOneLabs. Provides a shared coding standard for consistent style, formatting, and best practices across PHP/Laravel projects. Easy to install and run with phpcs in CI or local development. | 0 | 0 | 1 | 33 | 0 | 0.1 | 21.2 | MIT | — | |
| dosfarma/coding-standard | 0.88 | Opinionated PHP/Laravel coding standard and tooling preset for DosFarma projects. Includes rules and configuration for consistent formatting and static analysis across repositories, helping keep code style unified in CI and local development. | 0 | 1 | 1 | 0 | 0 | 0.0 | — | MIT | — | |
| arty/php-coding-standard | 0.88 | — | 2 | 3 | 0 | 2 | 0 | 13.8 | 4.6 | MIT | 5 months ago | |
| camelot/coding-style | 0.88 | Camelot coding style standard for PHP projects, based on PSR-2 and Symfony2. Provides ready-to-use configurations for PHP_CodeSniffer and PHP-CS-Fixer (composer install, sample phpcs.xml.dist and .php_cs.dist, customizable rules). | 0 | 0 | 1 | 0 | 0 | 0.1 | — | MIT | — | |
| cline/coding-standard | 0.88 | 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 | 570 | 0 | 22.5 | 44.6 | MIT | 3 weeks ago | |
| e-lodgy/coding-standard | 0.88 | E-Lodgy’s shared Easy Coding Standard (ECS) configuration for PHP projects. Install via Composer, import the provided ecs.php, and apply consistent formatting and code style rules across your src, tests, and config files. | 0 | 0 | 1 | 29 | 1 | 2.6 | 20.4 | MIT | 2 years ago | |
| php-collective/code-sniffer | 0.87 | PHP CodeSniffer rulesets from PhpCollective: PSR-2 compliant with many extra sniffs/fixers (incl. PSR-12) plus a stricter PhpCollectiveStrict standard. Install via Composer, configure phpcs.xml, run phpcs/phpcbf to check and auto-fix code style. | 7 | 7 | 0 | 40K | 0 | 29.8 | 57.4 | MIT | 1 week ago | |
| sylius-labs/coding-standard | 0.87 | Battle-tested Sylius coding standard for PHP. Install via Composer and import the provided ecs.php into your EasyCodingStandard (ECS) config to apply consistent formatting and rules across your project. Includes guidance for migrating from YAML to PHP configs. | 88 | 88 | 27 | 139K | 0 | 26.7 | 50.3 | MIT | 1 month ago | |
| sabre/cs | 0.87 | Developer-only package providing shared coding standards for sabre/* projects. Install via Composer to enforce consistent style across sabre packages; mainly useful if you maintain or create sabre components. | 5 | 3 | 5 | 2K | 0 | 0.1 | 24.1 | BSD-3-Clause | — | |
| binsoul/coding-standard | 0.87 | PHP_CodeSniffer-based coding standard bundle for PHP projects, providing opinionated style rules and configurations to keep code consistent. Easy to install via Composer and integrate into CI for automated code style checks and enforcement. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| iodigital-com/php-code-sniffer-standard | 0.87 | Extends PHP_CodeSniffer with iO Digital coding standards. Install via Composer, add an IO ruleset to your phpcs.xml, configure excluded paths and PHP version ranges, and run vendor/bin/phpcs. Includes guidance for properly ignoring sniff violations. | 1 | 1 | 3 | 561 | 1 | 15.4 | 37.4 | MIT | 4 months ago | |
| worksome/coding-style | 0.87 | Worksome’s shared PHP coding style package. Generates ready-to-use configs for Easy Coding Standard (ECS), PHPStan, and Rector, extending PSR-12 with additional and customized rules. Install via Composer, generate stubs, and run via composer scripts. | 49 | 49 | 4 | 14K | 0 | 23.5 | 38.0 | MIT | 3 months ago | |
| codeat3/phpcs-styles | 0.87 | codeat3/phpcs-styles provides PHP_CodeSniffer rulesets and coding style configurations to standardize formatting and code quality across PHP projects, helping teams enforce consistent conventions in CI and local development. | 0 | 0 | 0 | 1K | 0 | 0.0 | 42.5 | — | — |
How can I help you explore Laravel packages today?