PHPackages                             roave/psalm-html-output - 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. roave/psalm-html-output

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

roave/psalm-html-output
=======================

Psalm HTML Output

1.2.0(5mo ago)23312.0k↑74.9%2[5 issues](https://github.com/Roave/psalm-html-output/issues)1MITXSLTCI passing

Since Jul 15Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/Roave/psalm-html-output)[ Packagist](https://packagist.org/packages/roave/psalm-html-output)[ RSS](/packages/roave-psalm-html-output/feed)WikiDiscussions 1.3.x Synced 1mo ago

READMEChangelog (5)DependenciesVersions (10)Used By (1)

Psalm HTML Output
=================

[](#psalm-html-output)

Takes the XML output from [Psalm](https://psalm.dev/) and renders it as HTML.

[![Build](https://github.com/Roave/psalm-html-output/workflows/Build/badge.svg)](https://github.com/Roave/psalm-html-output/workflows/Build/badge.svg)

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

[](#installation)

First, install `xsltproc` on your machine (for example, `apt install xsltproc`).

Then `composer require --dev roave/psalm-html-output`

Usage
-----

[](#usage)

```
vendor/bin/psalm --output-format=xml | xsltproc vendor/roave/psalm-html-output/psalm-html-output.xsl - > psalm-report.html
```

Run with Docker
---------------

[](#run-with-docker)

To avoid having to install `xsltproc` if you already have Docker, first build the image with:

```
docker build . -t psalm-html-output:latest
```

Then to generate the HTML:

```
vendor/bin/psalm --output-format=xml | docker run --rm -i psalm-html-output:latest > psalm-report.html
```

###  Health Score

51

—

FairBetter than 96% of packages

Maintenance65

Regular maintenance activity

Popularity44

Moderate usage in the ecosystem

Community16

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 69.6% 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 ~258 days

Recently: every ~272 days

Total

10

Last Release

175d ago

Major Versions

0.0.2 → 1.0.02020-09-04

### Community

Maintainers

![](https://www.gravatar.com/avatar/2734194006e4987a8e12379a63b4f6c0a4478b5818ea7ce677499b1f714a92d2?d=identicon)[asgrim](/maintainers/asgrim)

---

Top Contributors

[![asgrim](https://avatars.githubusercontent.com/u/496145?v=4)](https://github.com/asgrim "asgrim (32 commits)")[![Ocramius](https://avatars.githubusercontent.com/u/154256?v=4)](https://github.com/Ocramius "Ocramius (6 commits)")[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (5 commits)")[![tertek](https://avatars.githubusercontent.com/u/75415872?v=4)](https://github.com/tertek "tertek (2 commits)")[![mattsches](https://avatars.githubusercontent.com/u/68414?v=4)](https://github.com/mattsches "mattsches (1 commits)")

### Embed Badge

![Health badge](/badges/roave-psalm-html-output/health.svg)

```
[![Health](https://phpackages.com/badges/roave-psalm-html-output/health.svg)](https://phpackages.com/packages/roave-psalm-html-output)
```

###  Alternatives

[ptrofimov/matchmaker

Ultra-fresh PHP matching functions

27167.7k](/packages/ptrofimov-matchmaker)

PHPackages © 2026

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