Libraries tagged by phpstan extension
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.
anywherephp/type-coverage
12 Downloads
Measure type coverage of your project
krsque/php-ext-protobuf-stubs
69 Downloads
PHPStan / Psalm / PhpStorm stubs for ext-protobuf (the protobuf C extension for PHP)
xactsystems/phpstan-extensions
16 Downloads
A collection of PHPStan extensions found useful in our projects.
webkult/phpstan-ai-formatter
0 Downloads
Compact PHPStan error formatter designed for AI coding assistants. Transforms verbose PHPStan output into token-efficient format. Ideal for Claude, ChatGPT, Copilot and similar tools. Saves context window space while preserving all essential error information.
tzmfreedom/phpstan-extensions
14 Downloads
PHPStan extensions
thibaud-dauce/phpstan-blade
27 Downloads
PHPStan extension to analyse Laravel Blade views.
prinsfrank/php-validated-properties-phpstan
105 Downloads
PHPStan extension for the php-validated-properties package
o0h/phpstan-spaghetti
236 Downloads
PHPStan rules to enforce SPAGHETTI code style
networkteam/flow-phpstan
234 Downloads
A PHPStan extension for neos/flow
martinsoenen/phpstan-custom-rules
933 Downloads
Some custom PHPStan extensions for a better code base
lombokclarion/phpstan-rules
0 Downloads
PHPStan extension distributing LombokClarion's audit rules (§7): no interpolated/concatenated SQL into PDO query/prepare/exec, and no LombokClarion imports inside app/Domain.
kejwmen/php-decimal-phpstan-extension
1 Downloads
Adds support for overloaded operators
jonbaldie/phpstan-extension-accessing-globals
9 Downloads
PHPStan extension for detecting code that accesses or modifies globally shared data, a common source of bugs.