01Includes specialized Grep patterns for rapid codebase-wide scanning of complexity risks
0245 GitHub stars
03Identifies inefficient native PHP operations like string concatenation and array_merge in loops
04Provides optimized code alternatives using hash sets, generators, and indexed lookups
05Estimates both time and space complexity with a standardized severity classification
06Detects O(n²) and O(2^n) patterns in PHP loops and recursive functions