PHPackages                             ngyuki/clover-to-cobertura - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ngyuki/clover-to-cobertura

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ngyuki/clover-to-cobertura
==========================

Clover XML to Cobertura XML for Gitlab Coverage Visualization

v0.0.1(5y ago)5217.3k—8.4%1MITPHPPHP ^7.0|^8.0

Since Dec 18Pushed 5y ago2 watchersCompare

[ Source](https://github.com/ngyuki/clover-to-cobertura)[ Packagist](https://packagist.org/packages/ngyuki/clover-to-cobertura)[ Docs](https://github.com/ngyuki/clover-to-cobertura)[ RSS](/packages/ngyuki-clover-to-cobertura/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

clover-to-cobertura
===================

[](#clover-to-cobertura)

Clover XML to Cobertura XML for Gitlab Coverage Visualization

Install
-------

[](#install)

```
curl https://raw.githubusercontent.com/ngyuki/clover-to-cobertura/master/clover-to-cobertura.php \
  -o clover-to-cobertura.php
```

Or

```
composer require --dev ngyuki/clover-to-cobertura
```

Usage
-----

[](#usage)

```
php clover-to-cobertura.php  cobertura.xml
```

Example for Gitlab CI
---------------------

[](#example-for-gitlab-ci)

```
# .gitlab-ci.yml

image: ngyuki/php-dev

stages:
  - test

test:
  stage: test
  only:
    - merge_requests
  script:
    - composer install --no-progress --ansi
    - phpdbg -qrr vendor/bin/phpunit --coverage-clover=clover.xml
    - test -e clover-to-cobertura.php ||
        curl https://raw.githubusercontent.com/ngyuki/clover-to-cobertura/master/clover-to-cobertura.php
            -o clover-to-cobertura.php
    - php clover-to-cobertura.php < clover.xml > cobertura.xml
  cache:
    paths:
      - vendor/
      - clover-to-cobertura.php
  artifacts:
    reports:
      cobertura: cobertura.xml

```

License
-------

[](#license)

- [MIT License](http://www.opensource.org/licenses/mit-license.php)

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity39

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

1978d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/59c1a249461372e49b321fd58caa31e68cfa87cee38d3bb572a9993afaa99cab?d=identicon)[ngyuki](/maintainers/ngyuki)

---

Top Contributors

[![ngyuki](https://avatars.githubusercontent.com/u/1871654?v=4)](https://github.com/ngyuki "ngyuki (5 commits)")

### Embed Badge

![Health badge](/badges/ngyuki-clover-to-cobertura/health.svg)

```
[![Health](https://phpackages.com/badges/ngyuki-clover-to-cobertura/health.svg)](https://phpackages.com/packages/ngyuki-clover-to-cobertura)
```

###  Alternatives

[fbf/laravel-contact-form

A Laravel 4 package for adding a simple contact form to a website

141.1k](/packages/fbf-laravel-contact-form)

PHPackages © 2026

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