laravel-doctor
Code Health Checker for Laravel — catch broken routes, missing views, schema mismatches, and runtime errors before deployment.
laravel-api-contract
by yeab
Define API contracts in your Laravel application and generate TypeScript types, API clients, SDKs, OpenAPI specs, Postman collections, and more.
laravel
by schemaguard
A deployment firewall for database schema changes. Blocks destructive Laravel migrations before they reach production.
laravel-ai-lint
Static analysis for insecure AI wiring in Laravel apps: a scan command that finds AI provider keys leaked into tracked or client-reachable files, plus PHPStan rules that flag model output flowing into unsafe sinks and prompts built by concatenation. SARIF for CI.
laravel-true-modular-phpstan
by happenv-com
PHPStan extensions for laravel-true-modular: dynamic Eloquent relation resolution and module boundary enforcement.
laravel-preflight
by jaydeep
Artisan command that scans your Laravel codebase for breaking changes and compatibility issues before you upgrade to Laravel 9, 10, 11, 12, or 13.
laravel-doctor
Auditor determinista para codebases Laravel: seguridad, performance, Eloquent y arquitectura.
laravel-xray
by jaydeep
Analyze and understand large Laravel applications through architecture visualization and dead code detection.
laravel-loom
by lucasp1337
Static architectural inspector for Laravel applications — emits a JSON index of events, listeners, and observers.
laravel-security-scanner
by laramint
Laravel-aware security rules for php-security-scanner. Detects Laravel SQL injection (DB::raw, whereRaw), mass assignment, debug/dd leaks, unsafe validators, CSRF bypass, insecure cookies, env exposure, Blade raw echo, open redirect, Http SSRF, Storage/File path traversal, file-upload validation gaps, Auth/Crypt/Artisan/Process/Config injection, view-name injection, session fixation, and Mail header injection.
laravel-process-map
Static-analysis package that maps the business processes inside any Laravel application: models, controllers, actions, jobs, events, listeners, notifications, policies, commands, routes, schedule, and broadcasting.
laravel-blade-ally
by malikad778
Static Accessibility Analyzer for Laravel Blade & Livewire Templates
laravel-ghost
by fr3on
Identify and eliminate dead routes, orphaned event listeners, and zombie jobs in your Laravel application.
laravel-package-ide-helper
Standalone IDE Helper Generator for Laravel Packages - No Laravel Required
laravel-code-graph
by kha333n
A persistent code graph for Laravel projects. Indexes your codebase into a local SQLite graph and exposes it to AI assistants over MCP, so they get token-efficient, structurally accurate context instead of re-reading files.
laravel-ai-prep-kit
by jaygaha
Audit, optimize, and prepare Laravel codebases for seamless AI agent integration
cli
Static analysis CLI and MCP server for Laravel projects — zero dependencies, pure PHP 8.2+
laravel-route-linter
Static analysis for Laravel routes. Detects missing middleware, unused named routes, duplicate URIs, missing controller methods, and more.
laravel-logic-map
by dndark
Understand, audit, and visualize your Laravel application's workflows, change impact, and architectural risk.
laravel-xray
by ikabalzam
Static analysis for Eloquent column references — finds invalid database column names in your Laravel code before they hit production.
laravel-model-analyzer
by devlin
Analyze and validate Eloquent relationships against database schema
filacheck
by laraveldaily
Static analysis for Filament projects - detect deprecated patterns and code issues
laravel-config
🎯 Standardized PHP code quality configurations for PHP-CS-Fixer, PHPStan, and Rector. Share consistent coding standards across all your projects.
typed-registry-laravel
by alexkart
Laravel integration for typed-registry with type-casting providers and facades
laravel-security
Laravel package that scans applications (including Livewire) for security vulnerabilities, reports issues with severity levels, and provides remediation guidance and optional automated fixes.
laravel-backpack-phpstan-extension
by aazbeltran
PHPStan extension for Laravel Backpack - Adds static analysis support for Backpack CRUD, Basset, and other Backpack components
larastan-laravel-12
Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel with enhanced Laravel 12 support
better-laravel
by kafkiansky
A set of rules for the Psalm static analysis tool that help to detect popular issues when working with the Laravel framework.
larastan
by nunomaduro
Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel
laravel-code-analyse
by nunomaduro
Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel
laravel-php-code-analysis-hook
by seizonio
A GIT pre-commit hook for running php code sniffer, php mess detector and phpunit before a commit can be accepted.