Libraries tagged by larastan
jbboehr/phpstan-lost-in-translation
142 Downloads
PHPStan extension for validating Laravel translation keys, replacements, choices, locales, files, and Blade usage
ijpatricio/nova-larastan-tool
316 Downloads
A Laravel Nova tool.
sikessem/devtools
5967 Downloads
🧪 Tools needed for PHP and Laravel project development and automation.
mohamed-ashraf-elsaed/claude-kit
246 Downloads
One command sets up Claude Code (and any AI coding agent) on a Laravel project: engineering rules, a quality gate (PHPStan, Pint, Pest), skills, git hooks, and stack-aware frontend tooling.
lemax10/ocstan
95 Downloads
OCStan - Discover bugs in your code without running it. A nunomaduro/larastan wrapper for OctoberCMS
boring-o11y/wirestan
13 Downloads
PHPStan rule for Livewire components: public properties that are never reassigned outside lifecycle methods must be marked #[Locked], so the client cannot tamper with them via $wire.set.
boring-o11y/skystan
19 Downloads
Larastan/PHPStan rules for queued Laravel jobs: ShouldBeUnique jobs must declare uniqueFor and (when parameterized) uniqueId, unique jobs may not be batched or bulk-dispatched, batched jobs must be Batchable and honour cancellation, jobs holding an Eloquent model in a public property must use SerializesModels, and jobs dispatched inside DB::transaction() must use afterCommit.
cvtmal/laravel-react-starter
502 Downloads
React Laravel starter kit with PHPStan/Larastan, Pint, Pest, and Rector based on the latest Laravel 12 React Starter Kit.
wonsik/larastan
1 Downloads
Larastan - Discover bugs in your code without running it. A phpstan/phpstan wrapper for Laravel
magdy-hakam/larastan
5 Downloads
Larastan - Discover bugs in your code without running it. A phpstan/phpstan wrapper for Laravel
emmsanuel-saleem/larastan-laravel-12
17 Downloads
Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel with enhanced Laravel 12 support
coolgoose/larastan-legacy
36 Downloads
Larastan Legacy 1.x - Unmaintained fork to fix composer dependency
prinsfrank/larastan-architecture-rules
5 Downloads
Architecture rules for Laravel applications
ibelieve/larastan-statamic
1 Downloads
PHPStan/Larastan extension for Statamic CMS - blueprint-aware static analysis
prettyyellowdog/lumenstan
175 Downloads
Lumenstan - Discover bugs in your code without running it. A phpstan/phpstan wrapper for Lumen based on Larastan