quintenmbusiness/laravel-analyzer

Laravel Analyzer is a developer-focused package that inspects your Laravel application and extracts structured metadata about your codebase.

Maintainers

Package info

github.com/quintenmbusiness/LaravelAnalyzer

pkg:composer/quintenmbusiness/laravel-analyzer

Statistics

Installs: 72

Dependents: 1

Suggesters: 0

Stars: 2

Open Issues: 0

1.3.1 2026-01-31 17:00 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