PHPackages                             rezzza/jadd - 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. rezzza/jadd

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

rezzza/jadd
===========

Jadd : Another Documentation Dumper

37.9k3[7 issues](https://github.com/rezzza/jadd/issues)PHPCI failing

Since Feb 5Pushed 9y ago6 watchersCompare

[ Source](https://github.com/rezzza/jadd)[ Packagist](https://packagist.org/packages/rezzza/jadd)[ RSS](/packages/rezzza-jadd/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

JADD [![Build Status](https://camo.githubusercontent.com/2a7b44ef7e02e1f10b9f44a298235880a50a0d62a80099b023a528555f1d8c86/68747470733a2f2f7472617669732d63692e6f72672f72657a7a7a612f6a6164642e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/rezzza/jadd)
=====================================================================================================================================================================================================================================================================

[](#jadd-)

Jadd : Another Documentation Dumper

Why ?
-----

[](#why-)

- Because we love reading documentation on REST API.
- We really don't like writing documentation.
- We really don't like updating documentation.
- Annotations are evil

How ?
-----

[](#how-)

2 steps are needed

### Collect the responses during functional tests

[](#collect-the-responses-during-functional-tests)

Of course you have tests for your API. So why not connecting to it and record all the cases you test ?

If you use [php-http](http://php-http.org), we provide a [middleware to collect the data](https://github.com/rezzza/jadd/blob/master/src/Infra/Http/CollectEndpointPlugin.php) during your tests. [Have a look on the test](https://github.com/rezzza/jadd/blob/master/features/collect_endpoint.feature#L41) to be sure how to use it.

### Consolidate routing file

[](#consolidate-routing-file)

Then just need to run the `bin/jadd generate  `

It will parse your routes and consolidate the responses with tests recording.

Best place would be in `onSuccess` hook of your CI.

Install
-------

[](#install)

For now, we support only install on PHP project through composer :

```
composer require --dev rezzza/jadd:dev-master

```

Routing supported
-----------------

[](#routing-supported)

- Symfony YAML (Don't support YAML + `@Route` Annotation in Controller)

Output supported
----------------

[](#output-supported)

- [APIBlueprint](https://apiblueprint.org/)

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

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

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/245494?v=4)[Timothée Barray](/maintainers/tyx)[@tyx](https://github.com/tyx)

---

Top Contributors

[![tyx](https://avatars.githubusercontent.com/u/245494?v=4)](https://github.com/tyx "tyx (20 commits)")[![shouze](https://avatars.githubusercontent.com/u/54712?v=4)](https://github.com/shouze "shouze (5 commits)")

---

Tags

automationdocumentation-dumperliving-documentationphp

### Embed Badge

![Health badge](/badges/rezzza-jadd/health.svg)

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

###  Alternatives

[cerbero/laravel-enum

Laravel package to supercharge enum functionalities.

18995.6k](/packages/cerbero-laravel-enum)

PHPackages © 2026

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