PHPackages                             umii/umii-autodoc - 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. umii/umii-autodoc

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

umii/umii-autodoc
=================

Auto documentation generator for Laravel apps (routes, models, configs, ERD, PDF export).

v1.1.8(9mo ago)08MITRoffPHP &gt;=8.2

Since Sep 10Pushed 9mo agoCompare

[ Source](https://github.com/Umii010/umii-laravel-autodoc)[ Packagist](https://packagist.org/packages/umii/umii-autodoc)[ RSS](/packages/umii-umii-autodoc/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (3)Versions (12)Used By (0)

Umii AutoDoc (umii/umii-autodoc)
================================

[](#umii-autodoc-umiiumii-autodoc)

Auto documentation generator for Laravel applications.

Features:

- Routes table (methods, URIs, controllers)
- API examples (GET/POST simple samples)
- Model list with fillable &amp; basic relationship detection
- Middleware &amp; policies overview (best-effort)
- Config overview (cache, queue, mail)
- ERD DOT export (docs/erd.dot)
- Screenshots: optional stub (requires a headless browser tool; the package will detect availability)

Install (local development)
---------------------------

[](#install-local-development)

1. Place this package folder into your Laravel project's `packages/umii/umii-autodoc` directory or require via composer.
2. Add `"Umii\\AutoDoc\\UmiiAutoDocServiceProvider"` to `config/app.php` providers (if not using package discovery).
3. Run: ```
    php artisan vendor:publish --provider="Umii\AutoDoc\UmiiAutoDocServiceProvider" --tag=config
    php artisan autodoc:generate

    ```
4. Output will be generated in `docs/index.html` (and `docs/erd.dot`).

Notes
-----

[](#notes)

- This is a starter implementation intended to be run inside a Laravel app. It uses Laravel's route and config systems.
- ERD generation produces a DOT file. Convert to SVG with Graphviz: `dot -Tsvg docs/erd.dot -o docs/erd.svg`
- Screenshots require an external tool (e.g., Browsershot / Puppeteer / Playwright). The package checks if `Spatie\Browsershot\Browsershot` exists.

Author
------

[](#author)

Umii — University: SZABIST Islamabad BSCS

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance56

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity55

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

Total

11

Last Release

295d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/92120031?v=4)[Muhammad Umer Shahzad](/maintainers/Umii010)[@Umii010](https://github.com/Umii010)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/umii-umii-autodoc/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M345](/packages/psalm-plugin-laravel)[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.5k10](/packages/helsingborg-stad-municipio)[illuminate/pagination

The Illuminate Pagination package.

12234.1M1.0k](/packages/illuminate-pagination)[illuminate/pipeline

The Illuminate Pipeline package.

9349.2M282](/packages/illuminate-pipeline)[illuminate/redis

The Illuminate Redis package.

8314.6M375](/packages/illuminate-redis)[illuminate/cookie

The Illuminate Cookie package.

244.6M137](/packages/illuminate-cookie)

PHPackages © 2026

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