PHPackages                             madaryastudio/laravel-archmap - 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. madaryastudio/laravel-archmap

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

madaryastudio/laravel-archmap
=============================

Generate Laravel architecture diagrams and documentation from your codebase.

01PHP

Since Apr 25Pushed 3mo agoCompare

[ Source](https://github.com/madaryastudio/laravel-archmap)[ Packagist](https://packagist.org/packages/madaryastudio/laravel-archmap)[ RSS](/packages/madaryastudio-laravel-archmap/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Archmap
===============

[](#laravel-archmap)

Generate Laravel architecture documentation from your codebase.

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

[](#installation)

```
composer require madaryastudio/laravel-archmap --dev
```

Publish Config
--------------

[](#publish-config)

```
php artisan vendor:publish --tag=archmap-config
```

Commands
--------

[](#commands)

```
php artisan archmap:generate
php artisan archmap:generate --format=plantuml
php artisan archmap:generate --fresh
php artisan archmap:routes
php artisan archmap:erd
php artisan archmap:classes
php artisan archmap:docs
php artisan archmap:report
php artisan archmap:components
php artisan archmap:sequence --route="POST /api/orders"
php artisan archmap:ci --fail-on=critical
php artisan archmap:clean
```

Default Output
--------------

[](#default-output)

```
docs/architecture.md
docs/archmap-report.json
docs/diagrams/erd.mmd
docs/diagrams/routes.mmd
docs/diagrams/classes.mmd
docs/diagrams/components.mmd
docs/diagrams/sequences/*.mmd

```

Jika memakai `--format=plantuml`, file diagram akan dihasilkan sebagai `.puml`.

Notes
-----

[](#notes)

- Package ini bersifat static analysis, jadi flow dinamis tertentu mungkin tidak terdeteksi.
- Sequence diagram menggunakan deteksi berbasis route/controller/dependency sehingga hasilnya berupa estimasi.

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance55

Moderate activity, may be stable

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity12

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.

### Community

Maintainers

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

---

Top Contributors

[![ardanayatraa](https://avatars.githubusercontent.com/u/141602961?v=4)](https://github.com/ardanayatraa "ardanayatraa (3 commits)")

### Embed Badge

![Health badge](/badges/madaryastudio-laravel-archmap/health.svg)

```
[![Health](https://phpackages.com/badges/madaryastudio-laravel-archmap/health.svg)](https://phpackages.com/packages/madaryastudio-laravel-archmap)
```

###  Alternatives

[kaufmanndigital/cookieconsent

A ready-to-run Neos CMS Package, that adds Cookie Consent to your Neos-Site

1413.9k](/packages/kaufmanndigital-cookieconsent)

PHPackages © 2026

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