Description
Developer tools running on PHP 8.2 can analyze PHP source code as language tokens. This runtime extension supports linters, formatters, documentation generators, code analyzers, and framework tooling that inspect PHP files without executing them. It is dependency-only and has no separate launcher; tools load it through PHP when enabled. Source paths and uploaded files need care so tools do not expose private code or process untrusted input without limits.