PhpDeprecationDetector
Analyzer of PHP code to search issues with deprecated functionality in newer interpreter versions. It finds removed objects (functions, variables, constants and ini-directives), deprecated functions functionality, and usage of forbidden names or tricks (e.g. reserved identifiers in newer versions).
Github:
- 3113119312015
Workflow integration:
- cli
Official PhpDeprecationDetector Homepage
https://github.com/wapmorgan/PhpDeprecationDetector
BSD-3-Clause
Maintained