staabm/side-effects-detector
Detects side effects in PHP code so you can safely eval or decide to isolate execution. Classifies effects (stdout, exit, includes/scope pollution, etc.) and flags unknown/userland calls as “maybe”. Used by PHPUnit to speed up PHPT tests.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| prinsfrank/phpstan-doc-code-analyzer | 0.77 | Analyze and validate PHP code examples in your documentation using PHPStan. This package scans doc blocks and docs for code snippets, runs static analysis, and helps catch outdated or incorrect examples early in CI. | 1 | 1 | 0 | 709 | 0 | 6.4 | 36.9 | MIT | 8 months ago | |
| thecodingmachine/phpstan-safe-rule | 0.77 | PHPStan rule set that flags calls to “unsafe” PHP functions that can return false on failure and suggests using the thecodingmachine/safe equivalents that throw exceptions, helping enforce safer, exception-based error handling in your codebase. | 62 | 62 | 25 | 227K | 3 | 15.8 | 53.4 | — | 6 months ago | |
| php-parallel-lint/php-var-dump-check | 0.67 | CI-friendly tool that scans your PHP code for leftover debugging statements like var_dump(), print_r(), die()/dd() and similar. Helps keep accidental dumps out of production by failing builds when debug output is found. | 0 | 21 | — | 33K | — | 2.7 | 46.0 | — | — | |
| jakub-onderka/php-var-dump-check | 0.67 | Abandoned CLI tool that scans PHP projects for leftover debug dumps (var_dump, print_r, var_export, plus Tracy/Ladybug/Symfony/Laravel/Doctrine/Zend helpers). Supports excludes, extension filtering, and optional colored output via console highlighter. | 27 | 24 | 14 | 793 | 5 | 2.8 | 22.4 | NOASSERTION | 7 years ago | |
| wapmorgan/php-deprecation-detector | 0.66 | PhpDeprecationDetector scans PHP projects for deprecated functions, constants, variables, ini directives, behavior changes, and reserved identifiers that may break on newer PHP versions. Available as a PHAR or Composer tool, with console scanning and JSON reports. | 367 | 368 | 40 | 12K | 15 | 16.8 | 26.9 | BSD-3-Clause | 3 years ago | |
| phpcompatibility/phpcompatibility-paragonie | 0.66 | PHP_CodeSniffer rulesets that extend PHPCompatibility to account for Paragonie polyfills (random_compat and sodium_compat), reducing false positives when checking PHP cross-version compatibility. Includes separate RandomCompat and SodiumCompat standards. | 10 | 12 | 2 | 1M | 0 | 13.3 | 60.0 | LGPL-3.0 | 6 months ago | |
| phpcompatibility/php-compatibility | 0.66 | PHPCompatibility is a PHP_CodeSniffer ruleset that scans PHP code for cross-version compatibility issues. Check support for specific PHP versions, detect deprecated/removed features, and audit projects when upgrading or maintaining multi-version support. | 2,290 | 2,304 | 205 | 2M | 87 | 55.9 | 69.7 | LGPL-3.0 | 6 months ago | |
| phpcompatibility/phpcompatibility-wp | 0.65 | WordPress-focused PHP_CodeSniffer ruleset for checking PHP cross-version compatibility. Built on PHPCompatibility, it avoids false positives by excluding WordPress backfills and polyfills so you can scan WP plugins, themes, and sites accurately. | 221 | 227 | 14 | 1M | 1 | 17.0 | 55.6 | LGPL-3.0 | 5 months ago |
How can I help you explore Laravel packages today?