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.
eval(), remote code execution) and needs to determine if it can run in-process or requires isolation.MAYBE for unknown functions), or if your codebase has no dynamic execution scenarios.How can I help you explore Laravel packages today?