# imanghafoori1/laravel-microscope

Fearless refactoring, it does a lot of smart checks to find certain errors.

Repository: https://github.com/imanghafoori1/laravel-microscope
Canonical: https://ross.abutalabs.com/products/laravel-microscope
Language: PHP
License: MIT
License Family: permissive
Topics: laravel
Last push: 2026-06-03T19:44:12+00:00

## Health v2 (maintenance only)
Score: 62/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 85, release rhythm 10, longevity 100
- inputs: {"age_days": 2361, "days_push": 91, "days_rel": 384, "gap_med": null, "n_releases_24m": 1}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1491, forks 96 (observed 2026-08-28T04:04:52.532519+00:00)

## What it is
Laravel Microscope is a PHP/Laravel package that performs smart static checks to find bugs and errors in Laravel codebases, supporting fearless refactoring. It runs as an artisan command and can detect and help fix common Laravel-specific mistakes.

## Use cases
- find bugs in my laravel app before runtime
- check blade view references and class names automatically
- refactor laravel code without breaking things
- detect wrong route or view names in laravel
- static analysis for laravel projects
- verify all classes referenced in my codebase exist

## When to choose
- you maintain a Laravel application and want automated bug detection
- you are doing large refactors and want to catch broken references
- you want Laravel-specific checks beyond generic PHP linters

## When to avoid
- your project is not built on Laravel
- you need full static analysis with type inference like PHPStan or Psalm
- you need runtime monitoring rather than static checks

## Facets
- artifact type: library
- maturity: active
- function: linter, testing, developer-tools
- domain: developer-tools, web-development, testing
- platform: php, cli
- tags: laravel, static-analysis, refactoring, code-quality, bug-detection

## Member repositories
- imanghafoori1/laravel-microscope (main) score 62

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:52.532519+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:33:34.833390+00:00, confidence not recorded.
  - readme: https://github.com/imanghafoori1/laravel-microscope (fetched 2026-08-28T04:04:52.532519+00:00, sha 236483d3d54b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
