PHPackages                             exan/pudocumenter - 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. exan/pudocumenter

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

exan/pudocumenter
=================

Generate documentation based on PHPUnit tests

0.1.8(1mo ago)0173↓46%1PHP

Since Mar 27Pushed 1mo agoCompare

[ Source](https://github.com/Exanlv/PuDocumenter)[ Packagist](https://packagist.org/packages/exan/pudocumenter)[ RSS](/packages/exan-pudocumenter/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (9)Dependencies (6)Versions (10)Used By (1)

PU Documenter
=============

[](#pu-documenter)

Easy way to turn tests into documentation.

CI/CD, Continuous Integration / Continuous Documentation

Usage
=====

[](#usage)

```
composer require exan/pudocumenter
```

```
use Exan\Pudocumenter\Documenter;
use Exan\Pudocumenter\StdOutMarkdownPrinter;
use Tests\StringReverseTest;

require './vendor/autoload.php';

$documenter = new Documenter(
    StringReverseTest::class,
    // Or add more classes...
);

$documenter->document(new StdOutMarkdownPrinter);
```

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance93

Actively maintained with recent releases

Popularity13

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 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 ~12 days

Recently: every ~24 days

Total

9

Last Release

36d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/50845695?v=4)[exan](/maintainers/exan)[@exan](https://github.com/exan)

---

Top Contributors

[![Exanlv](https://avatars.githubusercontent.com/u/51094537?v=4)](https://github.com/Exanlv "Exanlv (11 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/exan-pudocumenter/health.svg)

```
[![Health](https://phpackages.com/badges/exan-pudocumenter/health.svg)](https://phpackages.com/packages/exan-pudocumenter)
```

###  Alternatives

[structuraphp/structura

Architectural testing for PHP

141.6k5](/packages/structuraphp-structura)

PHPackages © 2026

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