esi/phpunit-coverage-check
Reads PHPUnit clover/openclover XML coverage reports and computes overall coverage percentage. Fails CI with exit code 1 when coverage drops below a configurable threshold; exits successfully when the threshold is met. Useful for enforcing minimum test coverage.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| robiningelbrecht/phpunit-coverage-check | 0.85 | PHPUnit Coverage Check is a lightweight PHP tool to verify code coverage meets a required minimum. It reads PHPUnit coverage reports and fails builds when thresholds aren’t reached—useful for CI pipelines to enforce coverage standards in Laravel and PHP projects. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| rregeer/phpunit-coverage-check | 0.85 | — | 60 | 62 | 15 | 137K | 2 | 4.1 | 47.0 | MIT | 6 years ago | |
| digitalrevolution/phpunit-file-coverage-inspection | 0.85 | Define per-file code coverage thresholds from Clover coverage.xml, with directory/file overrides and optional uncovered-method rules. Fails builds with checkstyle or GitLab formatted reports so a single file can’t hide behind high overall coverage. | 5 | 5 | 2 | 3K | 1 | 17.6 | 41.9 | MIT | 5 months ago | |
| robiningelbrecht/phpunit-coverage-tools | 0.84 | Enforce minimum PHPUnit code coverage using Clover XML reports. Fails the test run with exit code 1 when coverage drops below a threshold—ideal for CI/CD and pre-commit hooks. Configure via phpunit.xml and run with --min-coverage plus --coverage-clover. | 17 | 17 | 4 | 15K | 1 | 21.4 | 46.0 | MIT | 2 months ago | |
| shipmonk/coverage-guard | 0.80 | Enforce PHP code coverage in CI by targeting specific core methods/blocks instead of overall %. Legacy-friendly: enforce only new/changed code via git patch. Lightweight (nikic/php-parser), extensible rules, easy CLI to check PHPUnit Clover reports. | 54 | 55 | 0 | 10K | 0 | 12.9 | 34.6 | MIT | 5 months ago | |
| php-parallel-lint/php-parallel-lint | 0.75 | Parallel PHP syntax checker that lints files concurrently for faster CI runs. Supports plain/colored text, JSON, and checkstyle output, plus optional blame to find the commit that introduced errors. Install via Composer or use the provided PHAR. | 354 | 360 | 25 | 2M | 23 | 11.4 | 60.1 | NOASSERTION | 2 years ago | |
| php-parallel-lint/php-code-style | 0.74 | Run style checks and enforce consistent PHP code formatting as part of your CI or local workflow. Includes an easy CLI setup for scanning projects, reporting violations, and keeping codebases clean and readable with minimal configuration. | 1 | 1 | 1 | 697 | 0 | 0.2 | 35.1 | — | — | |
| phpcompatibility/php-compatibility | 0.74 | PHPCompatibility is a PHP_CodeSniffer ruleset that scans PHP code for cross-version compatibility issues. Check support for specific PHP versions, detect deprecated/removed features, and audit projects when upgrading or maintaining multi-version support. | 2,290 | 2,304 | 205 | 2M | 87 | 55.9 | 69.7 | LGPL-3.0 | 6 months ago | |
| phpmd/phpmd | 0.74 | PHPMD (PHP Mess Detector) scans PHP code for potential problems like overly complex methods, unused parameters, and suspicious code. It’s a CLI tool with configurable rulesets, Baseline support, and CI-friendly output formats to keep codebases clean. | 2,426 | 2,503 | 351 | 2M | 68 | 45.5 | 60.6 | BSD-3-Clause | 2 years ago | |
| pdepend/pdepend | 0.73 | PHP Depend (PDepend) is a static analysis tool for PHP that measures software metrics and detects design issues. It generates reports (XML, HTML, etc.) to help spot complexity, coupling, and code structure problems for better maintainability. | 954 | 975 | 138 | 2M | 17 | 21.6 | 50.6 | BSD-3-Clause | 2 years ago | |
| php-parallel-lint/php-var-dump-check | 0.73 | CI-friendly tool that scans your PHP code for leftover debugging statements like var_dump(), print_r(), die()/dd() and similar. Helps keep accidental dumps out of production by failing builds when debug output is found. | 0 | 21 | — | 33K | — | 2.7 | 46.0 | — | — | |
| squizlabs/php_codesniffer | 0.72 | PHP_CodeSniffer (PHPCS) provides phpcs to detect coding standard violations and phpcbf to automatically fix them. Tokenizes PHP files against defined standards to keep code clean and consistent, suitable for teams and CI. | 1,513 | 1,713 | 106 | 6M | 162 | 48.4 | 76.3 | BSD-3-Clause | 6 months ago |
How can I help you explore Laravel packages today?