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.