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 | 171 | 0 | 0.9 | 26.8 | 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 | 3K | 0 | 13.5 | 49.3 | MIT | 5 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 | 1 | 493 | 0 | 0.2 | 37.6 | — | — | |
| 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 | 2 | 0 | 1.1 | 4.7 | MIT | 8 years ago | |
| arty/php-coding-standard | 0.84 | — | 2 | 3 | 0 | 2 | 0 | 13.8 | 4.6 | MIT | 5 months ago | |
| phpyh/coding-standard | 0.84 | PHPyh Coding Standard provides a ready-to-use PHP CS Fixer configuration for consistent formatting across your project. Install via Composer and apply the PhpCsFixerCodingStandard to your .php-cs-fixer.dist.php, with support for overriding rules. | 23 | 23 | 1 | 2K | 1 | 12.5 | 27.3 | MIT | 7 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 | 14K | 0 | 23.5 | 38.0 | MIT | 3 months 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 | 36 | 0 | 0.4 | 21.7 | — | 12 years ago | |
| 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 | 29 | 1 | 2.6 | 20.4 | 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 | — | |
| 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 | 33 | 0 | 0.1 | 21.2 | MIT | — | |
| phpat/phpat | 0.84 | PHPat is a PHPStan extension for architecture testing. Define readable architectural rules and automatically verify boundaries, dependencies, layers, and conventions in your PHP codebase during static analysis. Easy to install via Composer and PHPStan config. | 1,263 | 1,258 | 62 | 493K | 11 | 36.9 | 45.6 | MIT | 2 months ago | |
| dbrekelmans/coding-standard | 0.83 | 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 | 27 | 2 | 2.8 | 15.1 | MIT | 5 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 | 2K | 0 | 0.1 | 24.1 | BSD-3-Clause | — | |
| artisanpack-ui/code-style | 0.82 | Custom PHP_CodeSniffer standard based on PhpStorm settings. Enforces consistent formatting, structure, naming, security and best practices via 16+ custom sniffs. Install with Composer and run via phpcs.xml or --standard=ArtisanPackUIStandard. | 0 | 0 | 0 | 739 | 18 | 21.1 | 50.3 | 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 | 129 | 1 | 19.9 | 24.8 | MIT | 6 months ago | |
| cakephp/cakephp-codesniffer | 0.82 | CakePHP coding standard for PHP_CodeSniffer. Fully PSR-12 compliant plus additional CakePHP-specific sniffs and fixers. Install via Composer and run phpcs with --standard=CakePHP (or use a phpcs.xml) to check and auto-fix your code. | 231 | 237 | 84 | 211K | 4 | 20.1 | 44.1 | MIT | 8 months ago | |
| prinsfrank/phpstan-doc-code-analyzer | 0.81 | Analyze and validate PHP code examples in your documentation using PHPStan. This package scans doc blocks and docs for code snippets, runs static analysis, and helps catch outdated or incorrect examples early in CI. | 1 | 1 | 0 | 679 | 0 | 6.0 | 36.6 | MIT | 9 months ago | |
| 21torr/janus | 0.81 | Janus PHP provides shared configuration for CI and PHP code style tools, making it easy to standardize linting, formatting, and automation across projects. Includes ready-to-use presets and documentation for quick setup. | 0 | 0 | 0 | 654 | 0 | 19.8 | 44.0 | MIT | 3 months ago | |
| setono/code-quality-pack | 0.80 | Laravel-friendly code quality pack with ready-to-use tools and config for static analysis, coding standards, refactoring, and CI checks. Helps keep projects consistent and maintainable with minimal setup, ideal for teams and shared repositories. | 7 | 7 | 0 | 979 | 0 | 27.6 | 33.6 | MIT | 1 month ago |
How can I help you explore Laravel packages today?