tomasvotruba/type-coverage
CLI tool for measuring PHP type coverage. Scans your codebase and reports how much is covered by native types and PHPDoc (params, returns, properties), helping you spot missing types, raise strictness, and improve static analysis readiness.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| pestphp/pest-plugin-type-coverage | 0.77 | Pest Plugin Type Coverage adds type coverage reporting to your Pest test suite, helping you spot untyped or partially typed code paths. Install alongside Pest to track type coverage metrics and improve type safety over time. | 37 | 36 | 19 | 496K | 0 | 1.0 | 55.3 | MIT | — | |
| tomasvotruba/unused-public | 0.77 | PHPStan extension that finds unused public methods, properties, and constants by scanning calls across your codebase. Helps clean up dead APIs or spot members that should be private/protected. Supports gradual adoption via allowed % thresholds and excluding template-used methods. | 196 | 196 | 15 | 147K | 0 | 1.4 | 39.7 | MIT | — | |
| satooshi/php-coveralls | 0.76 | PHP client for Coveralls: uploads PHPUnit clover coverage reports from CI (GitHub Actions, Travis, CircleCI, Jenkins, Codeship) to coveralls.io. Install via Composer or use the provided phar. Supports PHP 7.4+ (2.9+) and older versions via 1.x/2.x. | 515 | 464 | 124 | 37K | 7 | 22.7 | 31.4 | MIT | 9 months ago | |
| ekino/phpstan-banned-code | 0.73 | PHPStan extension to ban unwanted code in your project. Detects calls like var_dump, dd, eval, exit/die, echo/print, shell exec/backticks, and even “use” imports from Tests in non-test files. Configurable rules for CI enforcement. | 299 | 301 | 24 | 164K | 4 | 19.9 | 43.7 | MIT | 6 months ago |
How can I help you explore Laravel packages today?