PHPackages                             otis22/php-coverage-checker - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. otis22/php-coverage-checker

ActiveLibrary[Testing &amp; Quality](/categories/testing)

otis22/php-coverage-checker
===========================

Automated code coverage percentage checking

1.2.0(6y ago)01.8k—0%9MITPHP

Since Sep 30Pushed 6y agoCompare

[ Source](https://github.com/otis22/php-coverage-checker)[ Packagist](https://packagist.org/packages/otis22/php-coverage-checker)[ Docs](https://github.com/otis22/php-coverage-checker)[ RSS](/packages/otis22-php-coverage-checker/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (5)Used By (9)

php-coverage-checker
====================

[](#php-coverage-checker)

php-coverage-checker is a library for automated code coverage percentage checking with output coverage per file.

Initial commit is 100% the work of [Ocramius](https://github.com/ocramius):

Installation
------------

[](#installation)

Composer!

`composer require --dev otis22/php-coverage-checker`

Usage
-----

[](#usage)

1. Generate [XML Code Coverage](https://phpunit.de/manual/current/en/logging.html#logging.codecoverage.xml) using [PHPUnit](https://phpunit.de/manual/current/en/appendixes.configuration.html#appendixes.configuration.logging)
2. Run `vendor/bin/php-coverage-checker /path/to/clover.xml `
    - e.g. `vendor/bin/php-coverage-checker build/clover.xml 100`

Output
------

[](#output)

```
/home/runner/work/php-skelleton/php-skelleton/src/Test.php 100%
Code coverage is 100% - OK!

```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 61.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~842 days

Total

3

Last Release

2190d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/61097a8108512dbb04c61cea2c5e2291b31dacc2404e882b2aa12688e587b088?d=identicon)[vromanichev](/maintainers/vromanichev)

---

Top Contributors

[![michaelmoussa](https://avatars.githubusercontent.com/u/183833?v=4)](https://github.com/michaelmoussa "michaelmoussa (8 commits)")[![otis22](https://avatars.githubusercontent.com/u/378373?v=4)](https://github.com/otis22 "otis22 (5 commits)")

### Embed Badge

![Health badge](/badges/otis22-php-coverage-checker/health.svg)

```
[![Health](https://phpackages.com/badges/otis22-php-coverage-checker/health.svg)](https://phpackages.com/packages/otis22-php-coverage-checker)
```

###  Alternatives

[phpspec/prophecy

Highly opinionated mocking framework for PHP 5.3+

8.5k551.7M678](/packages/phpspec-prophecy)[vimeo/psalm

A static analysis tool for finding errors in PHP applications

5.8k77.5M6.7k](/packages/vimeo-psalm)[brianium/paratest

Parallel testing for PHP

2.5k118.8M753](/packages/brianium-paratest)[beberlei/assert

Thin assertion library for input validation in business models.

2.4k96.9M571](/packages/beberlei-assert)[mikey179/vfsstream

Virtual file system to mock the real file system in unit tests.

1.4k108.0M2.7k](/packages/mikey179-vfsstream)[orchestra/testbench

Laravel Testing Helper for Packages Development

2.2k39.1M32.0k](/packages/orchestra-testbench)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
