PHPackages                             reinfi/ecs-junit-formatter - 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. reinfi/ecs-junit-formatter

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

reinfi/ecs-junit-formatter
==========================

JUnit-Formatter for easy-coding-standard

v3.0.0(1y ago)218.2k↓33.3%PHPPHP ^8.1 | 8.2

Since Jan 18Pushed 1y ago2 watchersCompare

[ Source](https://github.com/reinfi/ecs-junit-formatter)[ Packagist](https://packagist.org/packages/reinfi/ecs-junit-formatter)[ RSS](/packages/reinfi-ecs-junit-formatter/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (3)Versions (6)Used By (0)

JUnit Formatter for easy-coding-standard
========================================

[](#junit-formatter-for-easy-coding-standard)

1. [Installation](#installation)
2. [Usage](#usage)

### Installation

[](#installation)

1. Install with composer: `composer require reinfi/ecs-junit-formatter`.
2. Register formatter in your `ecs.php`

```
use Reinfi\EasyCodingStandard\JUnitOutputFormatter;
use Symplify\EasyCodingStandard\Config\ECSConfig;
use Symplify\EasyCodingStandard\Contract\Console\Output\OutputFormatterInterface;

if (isset($ecsConfig) && $ecsConfig instanceof ECSConfig) {
    $ecsConfig->singleton(JUnitOutputFormatter::class);
}

return ECSConfig::configure()
    [...]
    ->withPaths([__DIR__ . '/src']);
```

### Usage

[](#usage)

Use console argument to specify output.

```
php vendor/bin/ecs --output-format=junit

```

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 90% 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 ~168 days

Total

4

Last Release

704d ago

Major Versions

v1.0.0 → v2.0.02023-07-26

v2.1.0 → v3.0.02024-06-06

### Community

Maintainers

![](https://www.gravatar.com/avatar/cd12a82b28a65cedc8e06642dabfbfd70fd512287bbaed49aaac0072fe898e41?d=identicon)[reinfi](/maintainers/reinfi)

---

Top Contributors

[![reinfi](https://avatars.githubusercontent.com/u/9324423?v=4)](https://github.com/reinfi "reinfi (9 commits)")[![cngJo](https://avatars.githubusercontent.com/u/17183555?v=4)](https://github.com/cngJo "cngJo (1 commits)")

###  Code Quality

Static AnalysisPHPStan

Code StyleECS

Type Coverage Yes

### Embed Badge

![Health badge](/badges/reinfi-ecs-junit-formatter/health.svg)

```
[![Health](https://phpackages.com/badges/reinfi-ecs-junit-formatter/health.svg)](https://phpackages.com/packages/reinfi-ecs-junit-formatter)
```

###  Alternatives

[phpspec/prophecy

Highly opinionated mocking framework for PHP 5.3+

8.5k551.7M682](/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.8M754](/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.1k](/packages/orchestra-testbench)

PHPackages © 2026

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