staabm/annotate-pull-request-from-checkstyle
GitHub Action that annotates pull requests with Checkstyle-compatible reports. Converts XML/JSON output into inline review comments so code style, lint, and static analysis issues appear directly on changed lines during PR review.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ecphp/php-conventions | 0.86 | Predefined GrumPHP configuration for PHP projects at the European Commission. Adds quality checks via git hooks (or manual runs): license file, composer validation/normalization, linters (YAML/JSON/PHP), Twig CS, PHP-CS-Fixer, PHPCS, PHPStan, Psalm. | 1 | 1 | 1 | 282 | 0 | 0.9 | 29.7 | BSD-3-Clause | 4 years ago | |
| contributte/phpstan | 0.86 | Contributte PHPStan integration for Nette projects. Install via Composer and get a ready-to-use PHPStan setup tailored for Nette 3.3+ on PHP 8.2+, with docs and ongoing maintenance by the Contributte team. | 1 | 2 | 2 | 1K | 0 | 10.6 | 42.6 | MIT | 8 months ago | |
| chiiya/code-style-php | 0.85 | Reusable code style configs for PHP 8.1+ projects, combining PHP-CS-Fixer, EasyCodingStandard (ECS), and Rector. Install via Composer and import the provided rule sets into your tool config files to standardize formatting and refactors. | 0 | 0 | 2 | 508 | 0 | 0.2 | 37.4 | — | — | |
| 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 | |
| eloquent/code-style | 0.85 | — | 0 | 0 | 0 | 40 | 0 | 0.8 | 15.7 | MIT | 3 years ago | |
| arty/php-coding-standard | 0.84 | — | 2 | 3 | 0 | 10 | 0 | 10.0 | 10.6 | MIT | 8 months ago | |
| worksome/coding-style | 0.84 | 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 | 12K | 0 | 30.9 | 38.4 | MIT | 1 month ago | |
| jakub-onderka/php-code-style | 0.84 | A PHP coding style toolkit for consistent formatting and style enforcement across projects. Helps standardize code layout and conventions, making reviews easier and reducing style-related noise in diffs for teams and CI pipelines. | 0 | 0 | 1 | 39 | 0 | 0.4 | 22.1 | — | 12 years ago | |
| kcs/phpstan-strict-rules | 0.84 | Fork of thecodingmachine/phpstan-strict-rules to support PHPStan v2. Adds stricter best-practice rules beyond core PHPStan, especially around exception handling (avoid throwing base Exception, empty catches, proper rethrowing). | 3 | 3 | 0 | 4K | 0 | 0.0 | 42.1 | — | — | |
| e-lodgy/coding-standard | 0.84 | 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 | 5 | 1 | 2.6 | 10.7 | MIT | 2 years ago | |
| neuecommerce/coding-standards | 0.84 | 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 | — | |
| sweetchuck/lint-report | 0.84 | Laravel package to generate lint reports from your PHP and frontend tooling, suitable for CI pipelines. Aggregates linter outputs into a consistent report format to help track issues across runs and surface results in build artifacts. | 0 | 0 | 1 | 673 | 4 | 4.6 | 39.7 | — | 1 year ago | |
| shiftonelabs/codesniffer-standard | 0.84 | 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 | 52 | 0 | 0.1 | 23.8 | MIT | — | |
| camelot/coding-style | 0.84 | 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 | — | |
| instaclick/object-calisthenics-sniffs | 0.84 | — | 6 | 6 | 2 | 165 | 0 | 0.1 | 19.2 | — | — | |
| yoast/yoastcs | 0.84 | Yoast Coding Standards (YoastCS) provides Composer-installable rulesets and tooling for PHP code style and quality in Yoast projects, including PHP_CodeSniffer standards/sniffs and PHP Parallel Lint. Integrates via Composer for consistent CI enforcement. | 22 | 22 | 1 | 26K | 16 | 32.8 | 54.9 | MIT | 1 month ago | |
| instaclick/symfony2-coding-standard | 0.83 | PHP_CodeSniffer ruleset for enforcing the Symfony2 Coding Standard in PHP projects. Helps keep formatting and conventions consistent across teams and CI, with ready-to-use sniffs and easy integration into existing development workflows. | 9 | 10 | 5 | 171 | 4 | 1.5 | 18.1 | — | 6 years ago | |
| sabre/cs | 0.83 | 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 | 695 | 0 | 0.1 | 20.2 | BSD-3-Clause | — | |
| lukascivil/treewalker | 0.83 | Lightweight PHP library to traverse and manipulate nested data (arrays, objects, JSON) interchangeably. Includes recursive walker, diffing (new/removed/edited), structure merging, and dynamic get/set helpers. Supports PHP 8.1+. | 73 | 74 | 28 | 50K | 0 | 17.2 | 43.8 | MIT | 4 months ago | |
| eckinox/eckinox-cs | 0.82 | Eckinox CS adds linting and coding standards to PHP projects. Installs and configures PHP-CS-Fixer, PHPStan, PHPMD and more, plus JS deps, config files, helper scripts, a git pre-commit hook, and a GitHub Actions workflow. | 2 | 2 | 0 | 429 | 1 | 15.6 | 31.5 | MIT | 9 months ago |
How can I help you explore Laravel packages today?