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
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| phpunit/php-code-coverage | 0.77 | phpunit/php-code-coverage collects, processes, and renders PHP code coverage data. Integrate it in test runs to start/stop coverage collection, filter included files, and generate reports such as OpenClover, including from serialized coverage data. | 8,927 | 8,978 | 385 | 13M | 6 | 71.7 | 55.7 | BSD-3-Clause | 2 weeks ago | |
| 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. | 35 | 35 | 19 | 328K | 0 | 1.4 | 56.6 | 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 | 126 | 62K | 7 | 26.5 | 35.4 | MIT | 5 months ago | |
| ekino/phpstan-banned-code | 0.73 | PHPStan extension that flags banned code patterns in your project (e.g., var_dump, dd, exit/die, eval, echo/print, shell exec/backticks). Configurable via PHPStan parameters, with optional checks like preventing use imports from Tests in non-test code. | 298 | 300 | 24 | 193K | 4 | 23.9 | 46.1 | MIT | 2 months ago |
How can I help you explore Laravel packages today?