quintenmbusiness / laravel-analyzer
Laravel Analyzer is a developer-focused package that inspects your Laravel application and extracts structured metadata about your codebase.
Package info
github.com/quintenmbusiness/LaravelAnalyzer
pkg:composer/quintenmbusiness/laravel-analyzer
Requires
- php: ^8.1
- illuminate/support: ^11.0 | ^12.0
- laravel/framework: ^11.0 | ^12.0
- nikic/php-parser: ^5.7
This package is auto-updated.
Last update: 2026-03-02 01:01:08 UTC
README
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