PHPackages                             m50/psalm-json-to-junit - 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. [PDF &amp; Document Generation](/categories/documents)
4. /
5. m50/psalm-json-to-junit

AbandonedArchivedLibrary[PDF &amp; Document Generation](/categories/documents)

m50/psalm-json-to-junit
=======================

Converts psalm's json report to junit for CI/CD systems.

v1.2.2(6y ago)04.6kMITPHPPHP ^7.3

Since Dec 7Pushed 5y ago1 watchersCompare

[ Source](https://github.com/m50/psalm-json-to-junit)[ Packagist](https://packagist.org/packages/m50/psalm-json-to-junit)[ Docs](https://github.com/m50/psalm-json-to-junit)[ RSS](/packages/m50-psalm-json-to-junit/feed)WikiDiscussions trunk Synced yesterday

READMEChangelog (8)Dependencies (3)Versions (9)Used By (0)

Psalm JSON to JUNIT
===================

[](#psalm-json-to-junit)

[![Total Downloads](https://camo.githubusercontent.com/a2411a612843bf3900be0b090f9ee79c493e5201b5b5eddd6ddb6956c34bb6fc/68747470733a2f2f706f7365722e707567782e6f72672f6d35302f7073616c6d2d6a736f6e2d746f2d6a756e69742f646f776e6c6f616473)](https://packagist.org/packages/m50/psalm-json-to-junit)[![Packagist Version](https://camo.githubusercontent.com/c2f80e92a8abde3c8610df82b29ca776b4c9db0a507c441946e203fc99881010/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d35302f7073616c6d2d6a736f6e2d746f2d6a756e6974)](https://packagist.org/packages/m50/psalm-json-to-junit)[![Build Status](https://camo.githubusercontent.com/e8aad0aaa4f5adcd0ab50c99e67b1d5512863bc5bc383f96c9c30ff306511440/68747470733a2f2f7472617669732d63692e6f72672f6d35302f7073616c6d2d6a736f6e2d746f2d6a756e69742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/m50/psalm-json-to-junit)[![StyleCI](https://camo.githubusercontent.com/fa22512039b5eb06524baf6bbca9345e2dbd5b48fd384f6bd0e5aeab7e7160a9/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3232363532313630392f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/226521609)[![GitHub](https://camo.githubusercontent.com/67030bb3c8d5ddd1c3dc5e5b32679d734448feb98f9407c4d5057718ab4b227b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d35302f7073616c6d2d6a736f6e2d746f2d6a756e6974)](LICENSE)

Converts [vimeo/psalm](https://github.com/vimeo/psalm)'s JSON report to a junit XML report.

Install
-------

[](#install)

Install the package in dev:

```
composer install --dev m50/psalm-json-to-junit
```

Usage
-----

[](#usage)

First run psalm generating a json report:

```
vendor/bin/psalm --report="report.json"
```

Then, you can run the convertor:

```
vendor/bin/psalm-to-junit convert:json report.json report.xml
```

That will generate a new report.xml which you can use in your CI report system.

Credits
-------

[](#credits)

- [Marisa Clardy](https://github.com/m50)

    [![Twitter Follow](https://camo.githubusercontent.com/12610a21388a622bd57c20558ef4e131a26feed06acd4c4bbd66e04e57d24cbc/68747470733a2f2f696d672e736869656c64732e696f2f747769747465722f666f6c6c6f772f4d6172697361436f6465733f6c6162656c3d466f6c6c6f77267374796c653d736f6369616c)](https://twitter.com/MarisaCodes)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

Every ~10 days

Recently: every ~17 days

Total

8

Last Release

2279d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4bccc6d64da029282206f5f8a6bf36917bc2377532318447afea9410236250eb?d=identicon)[m50](/maintainers/m50)

---

Top Contributors

[![m50](https://avatars.githubusercontent.com/u/3577147?v=4)](https://github.com/m50 "m50 (50 commits)")

---

Tags

reportcipsalmcdjunit

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/m50-psalm-json-to-junit/health.svg)

```
[![Health](https://phpackages.com/badges/m50-psalm-json-to-junit/health.svg)](https://phpackages.com/packages/m50-psalm-json-to-junit)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3274.9M308](/packages/psalm-plugin-laravel)[jimmyjs/laravel-report-generator

Rapidly Generate Simple Pdf &amp; Excel Report on Laravel 5 (Using Barryvdh/DomPdf or Barryvdh/laravel-snappy &amp; maatwebsite/excel)

580157.4k1](/packages/jimmyjs-laravel-report-generator)[jbzoo/ci-report-converter

The tool converts different error reporting standards for deep integration with popular CI systems (TeamCity, IntelliJ IDEA, GitHub Actions, etc)

30784.4k2](/packages/jbzoo-ci-report-converter)[drutiny/drutiny

This is a generic Drupal 7 and Drupal 8 site auditing and optional remediation tool.

132122.2k17](/packages/drutiny-drutiny)[scheb/tombstone-analyzer

Generates reports based on the logs from scheb/tombstone-logger

28378.1k2](/packages/scheb-tombstone-analyzer)[quilhasoft/jasperphp

Pure PHP library to read JRXML files made with 'JasperSoft Studio' and generate reports in PDF

7542.4k1](/packages/quilhasoft-jasperphp)

PHPackages © 2026

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