laravel-analyzer maintained by quintenmbusiness
Description
Laravel Analyzer is a developer-focused package that inspects your Laravel application and extracts structured metadata about your codebase.
Author
Last update
2026/01/31 18:00
(dev-main)
License
Downloads
72
Laravel Analyzer
Laravel Analyzer is a developer-focused package that inspects your Laravel application and extracts structured metadata about your codebase.
The project is designed around modules. Each module focuses on a single concern and exposes a clean, predictable DTO-based output that can be used for tooling, code generation, validation, or analysis.
Documentation
All documentation lives in the Wiki.
Start here:
- Wiki Home
- Database Module
- Routes Module
- Translation Module
Each module page explains:
- What the module analyzes
- The structure of its DTO output
- Clear, real-world example output
- Supported platforms and limitations
Philosophy
- No magic
- No guessing
- Deterministic output
- DTOs over arrays
- Explicit over implicit
License
MIT