orklah/psalm-insane-comparison
Psalm plugin that flags “insane” string-to-number loose comparisons that change behavior in PHP 8 (RFC: Saner string to number comparisons). Helps you find risky == checks like non-empty string vs 0 before upgrading, and suggests safer typing/casts.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| psalm/plugin-laravel | 0.92 | Laravel Psalm plugin for deep static analysis plus taint-based security scanning. Detects SQL injection, XSS, SSRF, shell injection, path traversal, and open redirects by tracking user input through Laravel code without running it. | 334 | 335 | 78 | 112K | 47 | 53.6 | 61.3 | MIT | 6 days ago | |
| psalm/psalm-plugin-api | 0.88 | Psalm plugin API providing interfaces and helpers to build and integrate custom plugins with the Psalm static analysis tool, enabling extensions such as new checks, type providers, and project-specific analysis behavior. | 0 | 0 | 0 | 33K | 0 | 0.0 | 55.3 | — | — | |
| vimeo/psalm | 0.87 | Psalm is a PHP static analysis tool that finds type errors, dead code, and risky patterns before runtime. Add it to your CI to improve code quality, enforce stricter typing, and catch bugs early in applications and libraries. | 5,859 | 5,872 | 700 | 2M | 1,918 | 87.6 | 65.0 | MIT | 2 months ago | |
| psalm/plugin-phpunit | 0.86 | Psalm plugin that teaches Psalm about PHPUnit tests. Adds better type inference and assertions for PHPUnit APIs so your test suite is analyzed more accurately. Requires Psalm v4+. Install via Composer and enable with psalm-plugin. | 76 | 78 | 38 | 366K | 20 | 37.2 | 67.7 | — | 4 days ago | |
| php-standard-library/psalm-plugin | 0.78 | Psalm plugin for PHP Standard Library (PSL) that improves type inference for PSL Type specifications (e.g., shape/optional), producing more precise array shapes and safer analysis. Install via Composer and enable with psalm-plugin. | 25 | 25 | 7 | 29K | 1 | 20.0 | 47.6 | MIT | 3 months ago | |
| phpyh/psalm-tester | 0.73 | Run Psalm assertions from .phpt files. Write phpt tests with --FILE-- and --EXPECT/EXPECTF-- for traces and errors, then execute them via a PHPUnit test suite using PsalmTester. Supports per-suite default Psalm args and per-test --ARGS-- overrides. | 2 | 2 | 1 | 2K | 1 | 0.4 | 37.5 | MIT | 2 years ago |
How can I help you explore Laravel packages today?