phpcq/author-validation
CLI tool to validate author metadata across a repo: checks PHP file headers and composer.json/bower.json/packages.json against git history. Supports YAML config for author alias mapping, ignore/include/exclude rules, and copy-left enforcement.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| whatwedo/php-coding-standard | 0.84 | — | 2 | 2 | 1 | 917 | 9 | 3.4 | 38.5 | MIT | 3 years ago | |
| sabre/cs | 0.84 | 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 | 321 | 0 | 0.1 | 16.9 | BSD-3-Clause | — | |
| slevomat/coding-standard | 0.84 | — | 1,480 | 1,486 | 194 | 3M | 91 | 63.6 | 81.4 | MIT | 5 days ago | |
| ecphp/php-conventions | 0.84 | 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 | 162 | 0 | 0.9 | 28.6 | BSD-3-Clause | 4 years ago | |
| binsoul/coding-standard | 0.84 | 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 | 3 | 0 | 0.0 | 8.3 | MIT | — | |
| setono/code-quality-pack | 0.83 | 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 | 744 | 0 | 25.0 | 31.1 | MIT | 3 months ago | |
| onramplab/onr-phpcs-laravel | 0.83 | 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 | 927 | 0 | 0.0 | 41.0 | Unlicense | — | |
| contributte/qa | 0.83 | Contributte QA is a dev-only Composer package that bundles and streamlines PHP quality assurance tooling for your project. Install via composer require --dev contributte/qa and follow the included docs to integrate checks into your workflow/CI. | 2 | 3 | 6 | 9K | 0 | 11.5 | 52.3 | MIT | 7 months ago | |
| sllh/composer-lint | 0.83 | Composer plugin that extends composer validate with extra linting rules for composer.json. Installs globally or per project, auto-enables on install, and can be configured via COMPOSER_HOME/config.json. | 14 | 15 | 5 | 4K | 3 | 2.3 | 34.5 | MIT | 5 years ago | |
| phpcq/runner-bootstrap | 0.83 | Bootstrap package for phpcq/runner. Provides the minimal runtime setup to start the runner reliably in different environments, handling initial configuration and wiring so tools can execute consistently in CI and local setups. | 0 | 0 | 1 | 618 | 2 | 0.4 | 38.5 | — | — | |
| facile-it/facile-coding-standard | 0.83 | 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 | 22.7 | 47.3 | — | 2 months ago | |
| phpcq/coding-standard | 0.83 | — | 1 | 1 | 3 | 218 | 4 | 1.2 | 29.2 | BSD-3-Clause | — | |
| neuecommerce/coding-standards | 0.83 | 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 | — | |
| maglnet/composer-require-checker | 0.83 | CLI tool that scans your PHP sources and composer.json to ensure every used class/function comes from declared dependencies. Detects “soft” transitive deps and missing required PHP extensions, helping prevent breakage after dependency updates. | 1,006 | 1,012 | 79 | 562K | 32 | 40.7 | 58.3 | MIT | 4 months ago | |
| stolt/lean-package-validator | 0.83 | CLI tool to validate a project or micro-package for “leanness” by ensuring common repo artifacts are excluded from release archives. Also creates, updates, and reformats .gitattributes export-ignore entries for lean distribution packages. | 18 | 18 | 8 | 1K | 7 | 33.1 | 30.5 | MIT | 2 months ago | |
| arty/php-coding-standard | 0.83 | — | 2 | 3 | 0 | 8 | 0 | 11.2 | 9.6 | MIT | 7 months ago | |
| phpcq/branch-alias-validation | 0.82 | — | 0 | 0 | 1 | 193 | 1 | 0.1 | 19.8 | MIT | — | |
| phpcq/all-tasks | 0.82 | phpcq/all-tasks bundles the full set of PHPCQ tasks into one convenient package, so you can install and run multiple code quality tools with a single dependency. Ideal for setting up consistent linting, testing, and analysis in your PHP projects. | 4 | 4 | 1 | 48 | 0 | 0.1 | 14.2 | MIT | — | |
| armin/editorconfig-cli | 0.82 | PHP CLI tool (ec) to validate and auto-fix project files against your .editorconfig rules. Enforce consistent formatting in local workflows and CI: EOL, final newline, trailing whitespace, indentation (tabs/spaces, size), plus checks for charset and max line length. | 24 | 24 | 4 | 49K | 4 | 17.1 | 50.1 | MIT | 8 months ago | |
| sandfox.dev/code-standard | 0.82 | 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 | 10 | 0 | 0.0 | 14.4 | MIT-0 | — |
How can I help you explore Laravel packages today?